diff options
Diffstat (limited to 'apache/vhosts.d/stats')
-rw-r--r-- | apache/vhosts.d/stats | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ +<VirtualHost *> + ServerName stats.vega.dk + ServerAlias stats + ServerAdmin webmaster@vega.dk + DocumentRoot /home/jonas/websites/stats.vega.dk + Alias /awstats-icon /usr/share/awstats/icon + + <Location /> + Options +Indexes +MultiViews +ExecCGI + DirectoryIndex index + ServerSignature Email + </Location> + +# <Location /www.ror.dk/> +# AuthUserFile /var/www/VIRTUAL/stats.jones.dk/www/COMMON/.htpasswd +# AuthGroupFile /dev/null +# AuthType Basic +# AuthName "Stats access" +# require user jonas rordk +# </Location> + + <Location /doc/analog/images> + order allow,deny + allow from all + </Location> +</VirtualHost> |