Title: Message

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>  

This is the Standard Syntax Right ?

So I added one here the </Directory>  Below

# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/apache/htdocs">
</Directory>

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:[EMAIL PROTECTED]]
Sent: Friday, October 04, 2002 9:56 PM
To: [EMAIL PROTECTED]
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 <Directory > Tags have
> to match ? Is this the issue ?
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to