Is there a cron that ispconfig runs every 5' trying to read /var/www? I deactivated directoryindex module in apache2, and I need to cutoff this error messages, could you help me please? thanks Code: [Sun May 29 06:30:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 06:35:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 06:40:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 06:45:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 06:50:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 06:55:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:00:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:05:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:10:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:15:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:20:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:25:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:30:03 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:35:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/ [Sun May 29 07:40:02 2011] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/
There is a cronjob that checks if apache is online. If you reconfigured the default vhost, you might have to create a new default vhost or a index.html page in /var/www/ to avoid the error.