summaryrefslogtreecommitdiffstats
path: root/docker/files/bugzilla.conf
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-11-06 23:21:30 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-11-06 23:21:30 +0100
commitaf46939af5dbe914e07c9b1ec0af2560b38ffbc6 (patch)
treee3614dddfd2dff0a027c59345f70343f76619eb5 /docker/files/bugzilla.conf
parent60bde01b7ffc861a7bfba352af015b2b154e6f1e (diff)
downloadbugzilla-af46939af5dbe914e07c9b1ec0af2560b38ffbc6.tar.gz
bugzilla-af46939af5dbe914e07c9b1ec0af2560b38ffbc6.tar.xz
Bug 1222497 - Refactor the BMO docker image with new file and script structure while minimizing final image size
Diffstat (limited to 'docker/files/bugzilla.conf')
-rw-r--r--docker/files/bugzilla.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/docker/files/bugzilla.conf b/docker/files/bugzilla.conf
new file mode 100644
index 000000000..857f79d17
--- /dev/null
+++ b/docker/files/bugzilla.conf
@@ -0,0 +1,19 @@
+User bugzilla
+Group bugzilla
+ServerName localhost:80
+
+#PerlSwitches -wT
+#PerlConfigRequire /home/bugzilla/devel/htdocs/bmo/mod_perl.pl
+
+<VirtualHost *:80>
+ #AddHandler perl-script .cgi
+ 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>