diff options
Diffstat (limited to 'apache/vhosts.d/stats')
-rw-r--r-- | apache/vhosts.d/stats | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/apache/vhosts.d/stats b/apache/vhosts.d/stats deleted file mode 100644 index 1d0db6b..0000000 --- a/apache/vhosts.d/stats +++ /dev/null @@ -1,26 +0,0 @@ -<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> |