Rename Apache2 config files
[mkws-moved-to-github.git] / etc / apache2 / spclient-proxy
diff --git a/etc/apache2/spclient-proxy b/etc/apache2/spclient-proxy
deleted file mode 100644 (file)
index 4e16c51..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<VirtualHost *:80>
-    ServerName mkws.indexdata.com
-    ServerAlias somesite.indexdata.com
-
-    ProxyRequests off
-    ProxyVia On
-    ProxyPreserveHost On
-    <Proxy *>
-      Order deny,allow
-      Allow from all
-    </Proxy>
-
-    ProxyPass         / http://caliban:80/
-    ProxyPassReverse  / http://caliban:80/
-
-    # These are the logs for the proxying operation
-    ErrorLog /var/log/apache2/mkws-proxy-error.log
-    CustomLog /var/log/apache2/mkws-proxy-access.log combined
-</VirtualHost>