привет
у меня уже едет крыша, не могу понять в чем причина проблемы. Есть apache
(httpd-2.2.3-31.el5.centos.2), где я пытаюсь разрешить индексы в виртуальных
хостах:
### Section 1: Global Environment
# First, we configure the "default" to be a very restrictive set of
features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
LoadModule autoindex_module modules/mod_autoindex.so
DirectoryIndex index.html index.htm default.html
# IndexOptions: Controls the appearance of server-generated directory
# listings.
#
IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable
### Section 3: Virtual Hosts
NameVirtualHost x.x.x.x:80
<VirtualHost x.x.x.x:80>
DocumentRoot /home/www/vugluskr/
ServerName vugluskr.mml.org.ua
ErrorLog logs/error_log
CustomLog logs/access_log combined