summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/cobbler.conf8
-rw-r--r--docs/cobbler.pod2
2 files changed, 8 insertions, 2 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>
+
+
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 89c3213..d99fdab 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -682,8 +682,6 @@ chcon httpd_sys_content_t /etc/cobbler/auth.conf
5) Run /sbin/service cobblerd restart.
-6) Verify the AllowOverride section for the /var/www/cgi-bin directory in /etc/httpd/conf/httpd.conf says "AllowOverride All" not "AllowOverride None".
-
6) Visit http://yourserver.example.org/cgi-bin/cobbler/webui.cgi and log in with whatever you chose in step 3.
=head1 EXIT_STATUS