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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2811 - (hide 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 boklm 207 <VirtualHost *:80>
2     DocumentRoot /var/www/html
3     <Location />
4     Allow from all
5     </Location>
6 misc 208 Redirect / http://www.<%= domain %>/
7 pterjan 2811 ErrorDocument 404 /var/www/html/404.php
8 boklm 207 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30