/[adm]/puppet/modules/apache/templates/00_default_vhosts.conf
ViewVC logotype

Contents of /puppet/modules/apache/templates/00_default_vhosts.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2811 - (show annotations) (download)
Tue Aug 28 16:24:55 2012 UTC (11 years, 7 months ago) by pterjan
File size: 185 byte(s)
Patch from romain setting custom 404 for www
1 <VirtualHost *:80>
2 DocumentRoot /var/www/html
3 <Location />
4 Allow from all
5 </Location>
6 Redirect / http://www.<%= domain %>/
7 ErrorDocument 404 /var/www/html/404.php
8 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30