aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-12 14:03:33 +0000
committerMichael Scherer <misc@mageia.org>2011-02-12 14:03:33 +0000
commitfb8f3c68d1b1dcce005a6b02e3c9ffcef2de23b7 (patch)
treec8afad7478e142ed86518ae3e95278efa8fb4a5e /modules/bugzilla/templates
parente7185d87f94db582f2139ce8c026c06c1a00eb9a (diff)
downloadpuppet-fb8f3c68d1b1dcce005a6b02e3c9ffcef2de23b7.tar
puppet-fb8f3c68d1b1dcce005a6b02e3c9ffcef2de23b7.tar.gz
puppet-fb8f3c68d1b1dcce005a6b02e3c9ffcef2de23b7.tar.bz2
puppet-fb8f3c68d1b1dcce005a6b02e3c9ffcef2de23b7.tar.xz
puppet-fb8f3c68d1b1dcce005a6b02e3c9ffcef2de23b7.zip
- enable ssl, and rewrite the web config to use the higher level apache
type we wrote
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r--modules/bugzilla/templates/vhost_bugs.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/bugzilla/templates/vhost_bugs.conf b/modules/bugzilla/templates/vhost_bugs.conf
deleted file mode 100644
index 25306b1e..00000000
--- a/modules/bugzilla/templates/vhost_bugs.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<%
-path_data_directory = lib_dir + "/bugzilla"
-%>
-
-<VirtualHost *:80>
- ServerName bugs.<%= domain %>
- DocumentRoot /usr/share/bugzilla/www
- Alias /bugzilla/data <%= path_data_directory %>
- Alias /bugzilla /usr/share/bugzilla/www
- <Location />
- Allow from all
- </Location>
-</VirtualHost>