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

Contents of /puppet/modules/apache/templates/vhost_simple.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 742 - (show annotations) (download)
Sun Jan 9 11:15:08 2011 UTC (13 years, 2 months ago) by misc
File size: 173 byte(s)
add vhost_simple, for handling simple checkout ( php, static website )
1 <VirtualHost *:80>
2 ServerName <%= name %>
3 DocumentRoot <%= location %>
4
5 <Location />
6 Allow from all
7 </Location>
8 </VirtualHost>
9

  ViewVC Help
Powered by ViewVC 1.1.30