aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc/apache2
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-02-21 14:41:55 +0100
committerKristian Lyngstol <kristian@bohemians.org>2016-02-21 14:41:55 +0100
commit5c06217d27d96c0b244b9d2a2c8be147ab838683 (patch)
tree3bf47192e741d29114fc4f3b15740988ccde936c /web/etc/apache2
parent6c0cb8c20eddd92f32620a189ec3bd6f603fd3c6 (diff)
nms: Fjern skrot
Norsk eller english? Vi mix it up litt for forvirring. Ny regel: Norsk før midnatt, engelsk etter.
Diffstat (limited to 'web/etc/apache2')
-rw-r--r--web/etc/apache2/nms.tg15.gathering.org41
1 files changed, 0 insertions, 41 deletions
diff --git a/web/etc/apache2/nms.tg15.gathering.org b/web/etc/apache2/nms.tg15.gathering.org
deleted file mode 100644
index a671c0a..0000000
--- a/web/etc/apache2/nms.tg15.gathering.org
+++ /dev/null
@@ -1,41 +0,0 @@
-<VirtualHost *:8080>
- ServerAdmin drift@gathering.org
- ServerName nms.tg15.gathering.org
- ServerAlias einstein.tg15.gathering.org
-
- DocumentRoot /root/tgmanage/web/nms.gathering.org
- <Directory "/root/tgmanage/web/nms.gathering.org">
- AllowOverride None
- Options Indexes FollowSymLinks ExecCGI MultiViews
-
- AddHandler cgi-script .cgi .sh .pl .py
- AddDefaultCharset UTF-8
-
- SetEnvIF ^X-Forwarded-For$ "^185\.12\.59\.12$" AllowIP
- SetEnvIF ^X-Forwarded-For$ "^2a02:ed02:1337::12$" AllowIP
-
- <RequireAny>
- AuthUserFile /root/tgmanage/web/.htpasswd
- AuthName "Tech:Server Secret Volcano Lair"
- AuthType Basic
- Require valid-user
-
- Require env AllowIP
- </RequireAny>
-
- #AuthUserFile /root/tgmanage/web/.htpasswd
- #AuthName "Tech:Server Secret Volcano Lair"
- #AuthType Basic
- #require valid-user
- </Directory>
-
- ErrorLog /var/log/apache2/error-nms.tg15.gathering.org.log
-
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel warn
-
- CustomLog /var/log/apache2/access-nms.tg15.gathering.org.log combined
- ServerSignature On
-
-</VirtualHost>