summaryrefslogtreecommitdiffstats
path: root/smartproxy/ipa-smartproxy-apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'smartproxy/ipa-smartproxy-apache.conf')
-rw-r--r--smartproxy/ipa-smartproxy-apache.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/smartproxy/ipa-smartproxy-apache.conf b/smartproxy/ipa-smartproxy-apache.conf
deleted file mode 100644
index 53a62691f..000000000
--- a/smartproxy/ipa-smartproxy-apache.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-Listen 8090
-
-<VirtualHost *:8090>
-
- WSGIDaemonProcess smartproxy user=smartproxy processes=2 threads=1
- WSGIProcessGroup smartproxy
-
- WSGIScriptAlias /realm /usr/share/ipa/smartproxy/ipa-smartproxy.py
- WSGIScriptAlias /features /usr/share/ipa/smartproxy/ipa-smartproxy.py
- WSGIScriptAlias /ipa/smartproxy /usr/share/ipa/smartproxy/ipa-smartproxy.py
-
- <Location "/realm">
- Satisfy Any
- Order Deny,Allow
- Allow from all
- </Location>
-
- <Location "/features">
- Satisfy Any
- Order Deny,Allow
- Allow from all
- </Location>
-
- <Location "/ipa/smartproxy">
- Satisfy Any
- Order Deny,Allow
- Allow from all
- </Location>
-
-</VirtualHost>