/[adm]/puppet/deployment/websites/templates/vhost_donate.conf
ViewVC logotype

Contents of /puppet/deployment/websites/templates/vhost_donate.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 666 - (show annotations) (download)
Wed Jan 5 23:55:39 2011 UTC (13 years, 3 months ago) by misc
Original Path: puppet/modules/websites/templates/vhost_donate.conf
File size: 388 byte(s)
- add missing vhost
1 <VirtualHost *:80>
2 ServerName donate.<%= domain %>
3 ServerAlias donation.<%= domain %>
4
5 RewriteEngine on
6 RewriteRule ^/(.*)$ http://www.<%= domain %>/$1/donate/ [R=permanent,L]
7 #DocumentRoot /dev/null
8 CustomLog /var/log/httpd/donate_log combined
9 ErrorLog /var/log/httpd/error_donate_log
10
11 <Location />
12 Allow from all
13 </Location>
14
15 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30