diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-16 17:00:49 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-16 17:00:49 +0200 |
commit | f4c08e775289d5fce9d4ae2dc98b2ee806a24a83 (patch) | |
tree | 9d50bedbf20863d6dfde7f596d6e244d8a2d92c5 /web/etc/apache2 | |
parent | 496518da92542361eb9f3b6c1a1023f23713fed9 (diff) | |
parent | 4cd076ec9982c9dc02f248def4ef3aef59a1c2b0 (diff) |
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'web/etc/apache2')
-rw-r--r-- | web/etc/apache2/stream.tg13.gathering.org | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ <VirtualHost *:80> 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 - <Directory "/srv/stream.tg13.gathering.org/"> + DocumentRoot /srv/stream.tg14.gathering.org + <Directory "/srv/stream.tg14.gathering.org/"> AllowOverride None Options Indexes FollowSymLinks ExecCGI MultiViews Order allow,deny @@ -14,12 +14,12 @@ </Directory> - 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 </VirtualHost> |