diff options
Diffstat (limited to 'docker/files/bugzilla.conf')
-rw-r--r-- | docker/files/bugzilla.conf | 19 |
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> |