From 23c389b6a533858f75101c8bbbb2b07e66e9cc41 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 31 Oct 2002 15:03:25 +0000 Subject: apache: Add some more example vhosts, and add mailman stuff to vhost mail. --- apache/vhosts.d/stats | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 apache/vhosts.d/stats (limited to 'apache/vhosts.d/stats') diff --git a/apache/vhosts.d/stats b/apache/vhosts.d/stats new file mode 100644 index 0000000..1d0db6b --- /dev/null +++ b/apache/vhosts.d/stats @@ -0,0 +1,26 @@ + + ServerName stats.vega.dk + ServerAlias stats + ServerAdmin webmaster@vega.dk + DocumentRoot /home/jonas/websites/stats.vega.dk + Alias /awstats-icon /usr/share/awstats/icon + + + Options +Indexes +MultiViews +ExecCGI + DirectoryIndex index + ServerSignature Email + + +# +# AuthUserFile /var/www/VIRTUAL/stats.jones.dk/www/COMMON/.htpasswd +# AuthGroupFile /dev/null +# AuthType Basic +# AuthName "Stats access" +# require user jonas rordk +# + + + order allow,deny + allow from all + + -- cgit v1.2.3