summaryrefslogtreecommitdiffstats
path: root/smartproxy/ipa-smartproxy-apache.conf
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2014-06-30 18:27:31 -0400
committerMartin Kosek <mkosek@redhat.com>2014-07-01 09:19:51 +0200
commit54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2 (patch)
treef2c2dbea38b598b286ea35cd1bc7b76cbc21ad3d /smartproxy/ipa-smartproxy-apache.conf
parentdfbd7170e901bc597462191c219c0e2b45c09afa (diff)
downloadfreeipa-54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2.tar.gz
freeipa-54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2.tar.xz
freeipa-54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2.zip
Remove IPA Foreman Smart Proxy
The code has been moved to its own, separate repository at git://git.fedorahosted.org/git/freeipa-foreman-smartproxy.git Reviewed-By: Martin Kosek <mkosek@redhat.com>
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>