ErrorLog not allowed here

ErrorLog not allowed here

am 05.10.2002 03:42:24 von Patrick.Zandi

Hello,
../httpd -t
Syntax error on line 469 of /apache/conf/httpd.conf:
ErrorLog not allowed here

Why is this not allowed here.. ?? Do all the Tags have to
match ?
Is this the issue ?

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: ErrorLog not allowed here

am 05.10.2002 03:56:19 von Jeff Bert

Did you put it inside a Directory tag? It's not allowed there.

Jeff

> Hello,
> ./httpd -t
> Syntax error on line 469 of /apache/conf/httpd.conf:
> ErrorLog not allowed here
>
> Why is this not allowed here.. ?? Do all the Tags have to
> match ?
> Is this the issue ?
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: ErrorLog not allowed here

am 05.10.2002 04:04:24 von Patrick.Zandi

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C26C13.86F77AC0
Content-Type: text/plain


Options FollowSymLinks
AllowOverride None


This is the Standard Syntax Right ?

So I added one here the Below

# This should be changed to whatever you set DocumentRoot to.
#



So If this is above correct... Now I am getting this is not allowed here
for
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
## AllowOverride None


-----Original Message-----
From: Jeff Bert [mailto:soilentg@sgwebspace.com
]
Sent: Friday, October 04, 2002 9:56 PM
To: modssl-users@modssl.org
Subject: Re: ErrorLog not allowed here


Did you put it inside a Directory tag? It's not allowed there.

Jeff

> Hello,
> ./httpd -t
> Syntax error on line 469 of /apache/conf/httpd.conf:
> ErrorLog not allowed here
>
> Why is this not allowed here.. ?? Do all the Tags have
> to match ? Is this the issue ?
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org



------_=_NextPart_001_01C26C13.86F77AC0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable



charset=3Dus-ascii">
Message



<Directory=20
/>

    Options =
FollowSymLinks
   =20
AllowOverride None
color=3D#808000></Directory>
  

This is =
the Standard=20
Syntax Right ?

So I added one here the color=3D#0000ff></Directory>  Below

# This =
should be=20
changed to whatever you set DocumentRoot to.
#
<Directory=20
"/apache/htdocs">
color=3D#0000ff></Directory>

So=20
If this is above correct...   Now I am getting this is not =
allowed=20
here for
#
# This controls which options the .htaccess files in=20
directories can
# override. Can also be "All", or any combination of =

"Options", "FileInfo",
# "AuthConfig", and=20
"Limit"
#
##    color=3D#0000ff>AllowOverride=20
None


-----Original Message-----
From: Jeff Bert =
[ href=3D"mailto:soilentg@sgwebspace.com">mailto:soilentg@sgwe bspace.com A>]
Sent:=20
Friday, October 04, 2002 9:56 PM
To: =
modssl-users@modssl.org
Subject: Re:=20
ErrorLog not allowed here


Did you put it inside a Directory=20
tag?  It's not allowed there. 

Jeff

> =
Hello,
>=20
../httpd -t
> Syntax error on line 469 of =
/apache/conf/httpd.conf:
>=20
ErrorLog not allowed here
>
> Why is this not allowed =
here..=20
??  Do all the <Directory > Tags have
> to match ? Is =
this the=20
issue ?
>
>=20
____________________________________________________________ __________ R>>=20
Apache Interface to OpenSSL=20
(mod_ssl)          &nb=
sp;       =20
www.modssl.org
> User Support Mailing=20
List           &n=
bsp;         =20
modssl-users@modssl.org
> Automated List=20
Manager           =
;            =
;    =20
majordomo@modssl.org
>

____________________________________=
__________________________________
Apache=20
Interface to OpenSSL=20
(mod_ssl)          &nb=
sp;       =20
www.modssl.org
User Support Mailing=20
List           &n=
bsp;         =20
modssl-users@modssl.org
Automated List=20
Manager           =
;            =
;    =20
majordomo@modssl.org



------_=_NextPart_001_01C26C13.86F77AC0--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: ErrorLog not allowed here

am 05.10.2002 10:33:24 von Jeff Bert

Messagelooks like you added a close tag that shouldn't have
been put there like this:




## So everything below that /Directory you added is no longer properly
contained in a like it should be.
## AllowOverride Note
#
# more code
.....
....



Jeff

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org