summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cobbler.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/config/cobbler.conf b/config/cobbler.conf
index 77bfe84..b4ab6d6 100644
--- a/config/cobbler.conf
+++ b/config/cobbler.conf
@@ -38,14 +38,10 @@ BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
AuthType Basic
AuthName Cobbler
Require valid-user
- SetHandler mod_python
-
+ SetHandler mod_python
PythonAuthenHandler index
- #PythonAccessHandler index
- #PythonAuthZHandler index
- PythonHandler mod_python.publisher
-
- # disable in production
+ PythonHandler index
+ # disable?
PythonDebug on
</Directory>