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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 340 - (show annotations) (download)
Sat Nov 20 11:52:54 2010 UTC (13 years, 4 months ago) by misc
File size: 344 byte(s)
- do not let file with passwords to be world readable 
    ( even if being readable by apache is not good either, but needed as the password is used by apache )
- use ldaps for sympa
- use the 2 new facter macro and remove the version copied everywhere
- remove hardcoded domain in bugzilla and others

1 <%
2 path_data_directory = lib_dir + "/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