From b64e20417b07d83371307aaba32c77325fa17faf Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 18 Nov 2010 20:26:30 +0000 Subject: Fix vhost_bugs.mageia.org.conf filename --- modules/bugzilla/templates/vhost_bugs.mageia.org.conf | 13 +++++++++++++ modules/bugzilla/templates/vhost_mageia.org.conf | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 modules/bugzilla/templates/vhost_bugs.mageia.org.conf delete mode 100644 modules/bugzilla/templates/vhost_mageia.org.conf (limited to 'modules') diff --git a/modules/bugzilla/templates/vhost_bugs.mageia.org.conf b/modules/bugzilla/templates/vhost_bugs.mageia.org.conf new file mode 100644 index 00000000..60cd8195 --- /dev/null +++ b/modules/bugzilla/templates/vhost_bugs.mageia.org.conf @@ -0,0 +1,13 @@ +<% +path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" +%> + + + ServerName bugs.<%= domain %> + DocumentRoot /usr/share/bugzilla/www + Alias /bugzilla/data <%= path_data_directory %> + Alias /bugzilla /usr/share/bugzilla/www + + Allow from all + + diff --git a/modules/bugzilla/templates/vhost_mageia.org.conf b/modules/bugzilla/templates/vhost_mageia.org.conf deleted file mode 100644 index 60cd8195..00000000 --- a/modules/bugzilla/templates/vhost_mageia.org.conf +++ /dev/null @@ -1,13 +0,0 @@ -<% -path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" -%> - - - ServerName bugs.<%= domain %> - DocumentRoot /usr/share/bugzilla/www - Alias /bugzilla/data <%= path_data_directory %> - Alias /bugzilla /usr/share/bugzilla/www - - Allow from all - - -- cgit v1.2.1