Код: Выделить всё
Options +Followsymlinks
Дистрибутив Debian 4 rc3, apache 2.2.3
Конфиг виртуального хоста:
Код: Выделить всё
<VirtualHost>
ServerAdmin support@mail.lan
DocumentRoot /server/hosting/shop.lan/www/
ServerName shop.lan
ServerAlias *.shop.lan
<Directory>
#AllowOverride None
Order allow,deny
Allow from all
Options +Indexes
</Directory>
ScriptAlias /cgi-bin/ /server/hosting/shop.lan/cgi-bin/
<Directory>
AllowOverride None
#Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog /server/hosting/shop.lan/error.log
</VirtualHost>