X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-common%2Fdefault;h=febad9afa3c4817acc2cd9b2be80218fa6778a40;hb=24a202bc90eb37a110fd524cee72308e8937efa9;hp=f6741590efeadce44b656a7325853aac5c7586f5;hpb=c13161fc80cf6409398ac7e527046aac09a3df32;p=sysconfig%2Fapache2.git diff --git a/sites-common/default b/sites-common/default index f674159..febad9a 100644 --- a/sites-common/default +++ b/sites-common/default @@ -9,7 +9,7 @@ DocumentRoot /var/www/default Options Indexes FollowSymLinks MultiViews - AllowOverride None + AllowOverride Limit Options FileInfo Order allow,deny allow from all @@ -22,13 +22,16 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ Allow from all -ErrorLog /var/log/apache2/error.olinda.log +Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/ +Alias /roundcube /var/lib/roundcube + +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/" @@ -40,4 +43,3 @@ Alias /doc/ "/usr/share/doc/" Include sites-common/awstats -