Move unpackaged(?) conf.d files to the new conf-available dir
[sysconfig/apache2.git] / sites-common / default
index f6741590efeadce44b656a7325853aac5c7586f5..ba73b41518b7d3d56aca4fa654d24e16ad50b58a 100644 (file)
@@ -9,7 +9,7 @@ DocumentRoot /var/www/default
 </Directory>
 <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
-       AllowOverride None
+       AllowOverride Limit Options FileInfo
        Order allow,deny
        allow from all
 </Directory>
@@ -22,13 +22,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        Allow from all
 </Directory>
 
-ErrorLog /var/log/apache2/error.olinda.log
+ErrorLog ${APACHE_LOG_DIR}/error.olinda.log
 
 # Possible values include: debug, info, notice, warn, error, crit,
 # alert, emerg.
 LogLevel warn
 
-CustomLog /var/log/apache2/access.olinda.log combined
+CustomLog ${APACHE_LOG_DIR}/access.olinda.log combined
 
 Alias /doc/ "/usr/share/doc/"
 <Directory "/usr/share/doc/">
@@ -40,4 +40,3 @@ Alias /doc/ "/usr/share/doc/"
 </Directory>
 
 Include sites-common/awstats
-