Parent Directory
|
Revision Log
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 |