summaryrefslogtreecommitdiffstats
path: root/config/cobbler.conf
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-01-23 16:40:10 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-01-23 16:40:10 -0500
commitf24ffa0d4d997d6c536ca7d89d6bfbc1b9dce07f (patch)
tree4cfdbc77a8f6b6f3c40b1a3e5a407b31c0044c46 /config/cobbler.conf
parent8e99fe1d81c7e4dfc2901ffe7fd3b6579051ecfb (diff)
downloadcobbler-f24ffa0d4d997d6c536ca7d89d6bfbc1b9dce07f.tar.gz
cobbler-f24ffa0d4d997d6c536ca7d89d6bfbc1b9dce07f.tar.xz
cobbler-f24ffa0d4d997d6c536ca7d89d6bfbc1b9dce07f.zip
Consolidating services to use just one port, removed syslog logging since we have anamon
Diffstat (limited to 'config/cobbler.conf')
-rw-r--r--config/cobbler.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/cobbler.conf b/config/cobbler.conf
index 00e4913e..a63b1e90 100644
--- a/config/cobbler.conf
+++ b/config/cobbler.conf
@@ -16,10 +16,13 @@ ProxyRequests off
ProxyPass /cobbler_api http://localhost:25151/
ProxyPassReverse /cobbler_api http://localhost:25151/
-# TO DO: SSL
+# The following API endpoint is for compatibility access and
+# is exactly the same as cobbler_api now as an endpoint.
+# This is deprecated and may disappear in Cobbler 1.7/1.8
+# notice nothing no longer listens on 25152
-ProxyPass /cobbler_api_rw http://localhost:25152/
-ProxyPassReverse /cobbler_api_rw http://localhost:25152/
+ProxyPass /cobbler_api_rw http://localhost:25151/
+ProxyPassReverse /cobbler_api_rw http://localhost:25151/
BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On