From a3fada2b55b6ae09260012784af73f785e5b9834 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 18 Nov 2010 19:59:40 +0000 Subject: Add vhost and webapps.d files for bugzilla --- modules/bugzilla/templates/vhost_mageia.org.conf | 13 +++++++++ modules/bugzilla/templates/webapp_bugzilla.conf | 35 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 modules/bugzilla/templates/vhost_mageia.org.conf create mode 100644 modules/bugzilla/templates/webapp_bugzilla.conf (limited to 'modules/bugzilla/templates') diff --git a/modules/bugzilla/templates/vhost_mageia.org.conf b/modules/bugzilla/templates/vhost_mageia.org.conf new file mode 100644 index 00000000..625fb666 --- /dev/null +++ b/modules/bugzilla/templates/vhost_mageia.org.conf @@ -0,0 +1,13 @@ +<% +path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" +%> + + + ServerName bugs.mageia.org + 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/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf new file mode 100644 index 00000000..6f22eed0 --- /dev/null +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -0,0 +1,35 @@ +<% +path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" +%> + + + Order allow,deny + Allow from all + + Options ExecCGI + DirectoryIndex index.cgi + + +# The duplicates.rdf must be accessible, as it is used by +# duplicates.xul +> + + Order allow,deny + Allow from all + + + +# The dot files must be accessible to the public webdot server +# The png files locally created locally must be accessible +/webdot> + + Order deny,allow + Deny from all + Allow from research.att.com + + + + Order allow,deny + Allow from all + + -- cgit v1.2.1