From ec5c01f47fd2c2389450fc0e5407876f6758fba7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Apr 2014 15:14:20 +0200 Subject: stream apache2 vhost config --- web/etc/apache2/stream.tg13.gathering.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web') diff --git a/web/etc/apache2/stream.tg13.gathering.org b/web/etc/apache2/stream.tg13.gathering.org index b184b1c..ff8a7c0 100644 --- a/web/etc/apache2/stream.tg13.gathering.org +++ b/web/etc/apache2/stream.tg13.gathering.org @@ -1,10 +1,10 @@ ServerAdmin drift@gathering.org - ServerName stream.tg13.gathering.org - ServerAlias krosus.tg13.gathering.org + ServerName stream.tg14.gathering.org + ServerAlias krosus.tg14.gathering.org - DocumentRoot /srv/stream.tg13.gathering.org - + DocumentRoot /srv/stream.tg14.gathering.org + AllowOverride None Options Indexes FollowSymLinks ExecCGI MultiViews Order allow,deny @@ -14,12 +14,12 @@ - ErrorLog /var/log/apache2/error-stream.tg13.gathering.org.log + ErrorLog /var/log/apache2/error-stream.tg14.gathering.org.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel info - CustomLog /var/log/apache2/access-stream.tg13.gathering.org.log combined + CustomLog /var/log/apache2/access-stream.tg14.gathering.org.log combined ServerSignature On -- cgit v1.2.3