X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-common%2Fdefault;fp=sites-common%2Fdefault;h=d7e619ae362dc8774efa554a9c87b03beb7b2508;hb=cc88b712404442e61e0710d519a53a136b6def5e;hp=0000000000000000000000000000000000000000;hpb=d074050dbaf9050229b84dfb4d63402f87f69d2e;p=sysconfig%2Fapache2.git diff --git a/sites-common/default b/sites-common/default new file mode 100644 index 0000000..d7e619a --- /dev/null +++ b/sites-common/default @@ -0,0 +1,43 @@ +ServerAdmin webmaster@dehnerts.com +ServerName olinda.mit.edu +ServerAlias svn.dehnerts.com svn.dehnert.arctic.org www.dehnerts.com www.dehnert.arctic.org + +DocumentRoot /var/www + + Options FollowSymLinks + AllowOverride None + + + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Order allow,deny + allow from all + + +ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all + + +ErrorLog /var/log/apache2/error.log + +# Possible values include: debug, info, notice, warn, error, crit, +# alert, emerg. +LogLevel warn + +CustomLog /var/log/apache2/access.log combined + +Alias /doc/ "/usr/share/doc/" + + Options Indexes MultiViews FollowSymLinks + AllowOverride None + Order deny,allow + Deny from all + Allow from 127.0.0.0/255.0.0.0 ::1/128 + + +Include sites-common/awstats +