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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 742 - (hide annotations) (download)
Sun Jan 9 11:15:08 2011 UTC (14 years, 1 month ago) by misc
File size: 173 byte(s)
add vhost_simple, for handling simple checkout ( php, static website )
1 misc 742 <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