[EMAIL PROTECTED] [error] [client 127.0.0.1] Directory index forbidden by Options directive

2008-03-27 Thread thomas Armstrong
Hi.

Using Apache 2.2 with Plesk, I found out these error messages on my
'error_log' file:

[Wed Mar 26 18:45:50 2008] [error] [client 127.0.0.1] Directory index
forbidden by Options directive: /var/www/html/
[Wed Mar 26 18:49:57 2008] [error] [client 127.0.0.1] Directory index
forbidden by Options directive: /var/www/html/


I didn't access my webserver from my webserver, so I consider these
errors are due to some script which tries to access '/var/www/html/'.
My project is located at: /var/www/html/vhosts/foo.com/httpdocs

Any similar experience? Thank you very much.

-
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]



Re: [EMAIL PROTECTED] [error] [client 127.0.0.1] Directory index forbidden by Options directive

2008-03-27 Thread Joshua Slive
On Thu, Mar 27, 2008 at 5:32 AM, thomas Armstrong [EMAIL PROTECTED] wrote:
 Hi.

  Using Apache 2.2 with Plesk, I found out these error messages on my
  'error_log' file:
  
  [Wed Mar 26 18:45:50 2008] [error] [client 127.0.0.1] Directory index
  forbidden by Options directive: /var/www/html/
  [Wed Mar 26 18:49:57 2008] [error] [client 127.0.0.1] Directory index
  forbidden by Options directive: /var/www/html/
  

  I didn't access my webserver from my webserver, so I consider these
  errors are due to some script which tries to access '/var/www/html/'.
  My project is located at: /var/www/html/vhosts/foo.com/httpdocs

  Any similar experience? Thank you very much.

You may be seeing this:
http://wiki.apache.org/httpd/InternalDummyConnection

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]