summaryrefslogtreecommitdiffstats
path: root/docker_files/bugzilla.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker_files/bugzilla.conf')
-rw-r--r--docker_files/bugzilla.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker_files/bugzilla.conf b/docker_files/bugzilla.conf
new file mode 100644
index 000000000..c33bb6cfa
--- /dev/null
+++ b/docker_files/bugzilla.conf
@@ -0,0 +1,16 @@
+User bugzilla
+Group bugzilla
+ServerName localhost:80
+#PerlSwitches -wT
+#PerlConfigRequire /home/bugzilla/devel/htdocs/bugzilla/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 ExecCGI
+ AllowOverride All
+ Require all granted
+ </Directory>
+</VirtualHost>