/[adm]/puppet/modules/bugzilla/templates/vhost_mageia.org.conf
ViewVC logotype

Contents of /puppet/modules/bugzilla/templates/vhost_mageia.org.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 289 - (show annotations) (download)
Thu Nov 18 19:59:40 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 386 byte(s)
Add vhost and webapps.d files for bugzilla
1 <%
2 path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla"
3 %>
4
5 <VirtualHost *:80>
6 ServerName bugs.mageia.org
7 DocumentRoot /usr/share/bugzilla/www
8 Alias /bugzilla/data <%= path_data_directory %>
9 Alias /bugzilla /usr/share/bugzilla/www
10 <Location />
11 Allow from all
12 </Location>
13 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30