File webui_vhost.diff of Package cobbler.import4280
--- config/cobbler_web.conf
+++ config/cobbler_web.conf 2010/08/03 14:26:37
@@ -8,6 +8,12 @@
# Log only what remains
CustomLog logs/access_log combined env=!dontlog
+<Directory "/srv/www">
+ Options Indexes FollowSymLinks
+ Order allow,deny
+ Allow from all
+</Directory>
+
<Location "/cobbler_web">
SetHandler python-program
PythonHandler django.core.handlers.modpython