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

Contents of /puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 292 - (show annotations) (download)
Thu Nov 18 20:26:30 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 389 byte(s)
Fix vhost_bugs.mageia.org.conf filename
1 <%
2 path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla"
3 %>
4
5 <VirtualHost *:80>
6 ServerName bugs.<%= domain %>
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