summaryrefslogtreecommitdiffstats
path: root/contrib/docker/bugzilla.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/docker/bugzilla.conf')
-rw-r--r--contrib/docker/bugzilla.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/docker/bugzilla.conf b/contrib/docker/bugzilla.conf
index 3703b41f7..1b2b3f2e0 100644
--- a/contrib/docker/bugzilla.conf
+++ b/contrib/docker/bugzilla.conf
@@ -1,15 +1,15 @@
User bugzilla
Group bugzilla
ServerName localhost:80
-PerlSwitches -wT
-PerlConfigRequire /home/bugzilla/devel/htdocs/bmo/mod_perl.pl
+#PerlSwitches -wT
+#PerlConfigRequire /home/bugzilla/devel/htdocs/bmo/mod_perl.pl
<VirtualHost *:80>
AddHandler cgi-script .cgi
ServerName localhost
DocumentRoot "/home/bugzilla/devel/htdocs"
<Directory "/home/bugzilla/devel/htdocs">
DirectoryIndex index.cgi
- Options Indexes FollowSymLinks MultiViews ExecCGI
+ Options Indexes FollowSymLinks ExecCGI
AllowOverride All
Require all granted
</Directory>