ServerName SERVERNAME ServerAdmin webmaster@localhost DocumentRoot /var/www/ Options FollowSymLinks AllowOverride None Deny from all #Allow from XXX.XXX.XXX.XXX Options Indexes FollowSymLinks MultiViews AllowOverride None ErrorDocument 403 http://www.evolix.fr/ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch ErrorLog /var/log/apache2/error.log Alias /munin /var/cache/munin/www Alias /phpmyadmin-RANDOM /usr/share/phpmyadmin/ # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined #Alias /horde3 /usr/share/horde3 # # Options FollowSymLinks # AllowOverride Limit # Allow from all # deny from all # vim: set filetype=apache expandtab shiftwidth=4 softtabstop=4 tabstop=4 :