/[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 2853 - (show annotations) (download)
Wed Sep 19 18:05:45 2012 UTC (11 years, 7 months ago) by boklm
File size: 144 byte(s)
Move custom 404 config to www vhost only (patch from rda)


1 <VirtualHost *:80>
2 DocumentRoot /var/www/html
3 <Location />
4 Allow from all
5 </Location>
6 Redirect / http://www.<%= domain %>/
7 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.30