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