diff -up smeserver-bugzilla-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla.trustBugzillaHtAccessFiles smeserver-bugzilla-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla --- smeserver-bugzilla-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla.trustBugzillaHtAccessFiles 2007-08-13 09:02:22.000000000 +0200 +++ smeserver-bugzilla-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86bugzilla 2009-12-05 13:58:30.000000000 +0100 @@ -2,47 +2,22 @@ # httpd configuration settings for use with bugzilla. # -Alias /bugzilla "/usr/share/bugzilla" - - AddHandler cgi-script .cgi - Options +ExecCGI - DirectoryIndex index.cgi - Order allow,deny - Allow from all - AddType application/vnd.mozilla.xul+xml .xul - AddType application/rdf+xml .rdf - - deny from all - - +Alias /bugzilla /usr/share/bugzilla + + AddHandler cgi-script .cgi + Options +ExecCGI + Options +FollowSymLinks + DirectoryIndex index.cgi + AllowOverride Limit + + Order allow,deny + Allow from all + + RewriteEngine on + RewriteBase /bugzilla/ + RewriteRule ^index\.html$ index.cgi [T=application/x-httpd-cgi] - - deny from all - - allow from all - - + AddType application/vnd.mozilla.xul+xml .xul + AddType application/rdf+xml .rdf - - - Allow from 192.20.225.10 - Deny from all - - - Allow from all - - Deny from all - - - deny from all - - - - deny from all - - - - deny from all - -