On 11/7/06, Arun Jain <[EMAIL PROTECTED]> wrote:


Here is the error log message

[error] [client 127.0.0.1] client denied by server configuration: C:/Program
Files/Apache Software
Foundation/Apache2.2/htdocs/index.html

You have a Deny directive someplace in your httpd.conf that prevents
access to this file.  The default config file has something like

<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/>
Order allow,deny
Allow from all
</Directory>

But perhaps you removed this at some point.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to