jorizzzz
12th August 2008, 09:06
I've got a strange problem with a site of a customer of mine. This site has been on my server for a while without any problems, but lately all of the uploaded pictures on his site have disappeared.
When i check the log files, i see this error:
Directory index forbidden by Options directive: /var/www/web59/web/upload/
The directory is owned by the user with a chmod 777 so that it is world writable. The strange part is, i've never edited the index options! When i look in the apache2.conf it still is te same like before:
<Directory /var/www/*/web>
Options +Includes +Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Allow from all
</Files>
</Directory>
I've tried to add a directory options using the Apache directives window in ISPConfig, but the following didn't help either:
<Directory "/var/www/web59/web/upload">
Options Indexes FollowSymLinks MultiViews
</directory>
Does anybody have a clue what i'm doing wrong? I'm currently running apache 2.2.4
When i check the log files, i see this error:
Directory index forbidden by Options directive: /var/www/web59/web/upload/
The directory is owned by the user with a chmod 777 so that it is world writable. The strange part is, i've never edited the index options! When i look in the apache2.conf it still is te same like before:
<Directory /var/www/*/web>
Options +Includes +Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Allow from all
</Files>
</Directory>
I've tried to add a directory options using the Apache directives window in ISPConfig, but the following didn't help either:
<Directory "/var/www/web59/web/upload">
Options Indexes FollowSymLinks MultiViews
</directory>
Does anybody have a clue what i'm doing wrong? I'm currently running apache 2.2.4