summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-10 16:23:18 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-10 16:23:18 -0400
commitd875f3bf66625fd5548e57fd30574b9a9623bb63 (patch)
tree025457743661b8ea90f9a34a5d324a415be1e83e /config
parentc57ccfadd1b244769187bf2346861a7917b6a281 (diff)
downloadthird_party-cobbler-d875f3bf66625fd5548e57fd30574b9a9623bb63.tar.gz
third_party-cobbler-d875f3bf66625fd5548e57fd30574b9a9623bb63.tar.xz
third_party-cobbler-d875f3bf66625fd5548e57fd30574b9a9623bb63.zip
Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled to 1 in settings
to enable. Currently no methods implemented other than test, user validation is a stub.
Diffstat (limited to 'config')
-rw-r--r--config/cobbler.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/cobbler.conf b/config/cobbler.conf
index fe63325..187e63e 100644
--- a/config/cobbler.conf
+++ b/config/cobbler.conf
@@ -14,6 +14,12 @@ AliasMatch ^/cobbler(.*)?$ "/var/www/cobbler$1"
ProxyRequests off
-ProxyPass /cobbler_api http://localhost:25150/
-ProxyPassReverse /cobbler_api http://localhost:25150/
+ProxyPass /cobbler_api http://localhost:25151/
+ProxyPassReverse /cobbler_api http://localhost:25151/
+
+# TO DO: SSL
+
+ProxyPass /cobbler_api_rw http://localhost:25152/
+ProxyPassReverse /cobbler_api_rw http://localhost:25152/
+