summaryrefslogtreecommitdiffstats
path: root/docker_files/bugzilla.conf
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-08 18:00:12 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-08 18:00:12 +0100
commit6967405a89a660884a9b1475d3c555a7ae289fbb (patch)
tree3adf71618ed90089e90f0efeb866fe9449d6f4b7 /docker_files/bugzilla.conf
parentc81a842c51eb1bd8beddbadc865450bd4e4db0bf (diff)
downloadbugzilla-6967405a89a660884a9b1475d3c555a7ae289fbb.tar.gz
bugzilla-6967405a89a660884a9b1475d3c555a7ae289fbb.tar.xz
Bug 1240172 - Move the docker configuration scripts from external github repo into the Bugzilla code tree
r=dylan
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>