summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-07 16:15:08 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-07 16:15:08 -0400
commitc57ccfadd1b244769187bf2346861a7917b6a281 (patch)
treeb62097e73b0b1a5cd37799cd152ac0fd39fce777 /config
parent65cbf4415e9f9db7b91088d6452e1621b3d4fb36 (diff)
downloadthird_party-cobbler-c57ccfadd1b244769187bf2346861a7917b6a281.tar.gz
third_party-cobbler-c57ccfadd1b244769187bf2346861a7917b6a281.tar.xz
third_party-cobbler-c57ccfadd1b244769187bf2346861a7917b6a281.zip
Apache reverse proxy around XMLRPC API, so it's easier to host an external koan server.
Diffstat (limited to 'config')
-rw-r--r--config/cobbler.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cobbler.conf b/config/cobbler.conf
index 011760a..fe63325 100644
--- a/config/cobbler.conf
+++ b/config/cobbler.conf
@@ -12,3 +12,8 @@ AliasMatch ^/cobbler(.*)?$ "/var/www/cobbler$1"
Allow from all
</Directory>
+ProxyRequests off
+
+ProxyPass /cobbler_api http://localhost:25150/
+ProxyPassReverse /cobbler_api http://localhost:25150/
+