summaryrefslogtreecommitdiffstats
path: root/config/cobbler_svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/cobbler_svc.conf')
-rw-r--r--config/cobbler_svc.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/cobbler_svc.conf b/config/cobbler_svc.conf
new file mode 100644
index 0000000..f0c86de
--- /dev/null
+++ b/config/cobbler_svc.conf
@@ -0,0 +1,12 @@
+# This configuration file allows cobbler data
+# to be accessed over HTTP.
+
+# mod_python WebUI/services
+
+<Directory "/var/www/cobbler/svc/">
+ SetHandler mod_python
+ PythonHandler services
+ PythonDebug on
+</Directory>
+
+