summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--config/cobbler.conf5
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 18f88cf..548bb68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,7 +11,8 @@ Cobbler CHANGELOG
- allow for serialization modules to be selected in /etc/cobbler/modules.conf
- patch to allow for reposync of specific repos, even if not set to update
- added --dhcp-tag section for better DHCP customization (esp with multiple subnets)
-
+- added Apache proxying around XMLRPC port for wider network access
+
* Thu Aug 30 2007 - 0.6.1
- re enable --resolve in yumdownloader (cobbler repo mgmt feature)
- fix get_distros_for_koan API function in cobblerd (not used by koan)
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/
+