diff options
Diffstat (limited to 'web/etc/apache2/stats.tg15.gathering.org')
-rw-r--r-- | web/etc/apache2/stats.tg15.gathering.org | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/etc/apache2/stats.tg15.gathering.org b/web/etc/apache2/stats.tg15.gathering.org new file mode 100644 index 0000000..2dc99a4 --- /dev/null +++ b/web/etc/apache2/stats.tg15.gathering.org @@ -0,0 +1,21 @@ +<VirtualHost *:8080> + ServerAdmin drift@gathering.org + ServerName stats.tg15.gathering.org + + DocumentRoot /root/tgmanage/web/stats.gathering.org + <Directory "/root/tgmanage/web/stats.gathering.org"> + AllowOverride None + Options Indexes FollowSymLinks ExecCGI MultiViews + + Require all granted + </Directory> + + ErrorLog /var/log/apache2/error-stats.tg15.gathering.org.log + + # Possible values include: debug, info, notice, warn, error, crit, + # alert, emerg. + LogLevel warn + + CustomLog /var/log/apache2/access-stats.tg15.gathering.org.log combined + ServerSignature On +</VirtualHost> |