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/webapp_bugzilla.conf | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 modules/bugzilla/templates/webapp_bugzilla.conf (limited to 'modules/bugzilla/templates/webapp_bugzilla.conf') 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