summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-09 10:48:27 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-09 10:48:27 -0500
commit6207515bb71cabd0a52400fe11f44959e40b03e9 (patch)
tree5a17f28dba78ad8d13dd980658549f7627089845 /config
parentc2b3ea427d16154ab3d824f1ce17a94fa0b96e52 (diff)
downloadthird_party-cobbler-6207515bb71cabd0a52400fe11f44959e40b03e9.tar.gz
third_party-cobbler-6207515bb71cabd0a52400fe11f44959e40b03e9.tar.xz
third_party-cobbler-6207515bb71cabd0a52400fe11f44959e40b03e9.zip
Add cgi permissions config to cobbler.conf
Diffstat (limited to 'config')
-rw-r--r--config/cobbler.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cobbler.conf b/config/cobbler.conf
index 51b68e2..3ebc9e6 100644
--- a/config/cobbler.conf
+++ b/config/cobbler.conf
@@ -26,3 +26,11 @@ BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
# For Web UI, see also: /var/www/cgi-bin/cobbler/.htaccess
+<Directory "/var/www/cgi-bin/cobbler">
+ AllowOverride All
+ Options None
+ Order allow,deny
+ Allow from all
+</Directory>
+
+