Parent Directory
|
Revision Log
|
Patch
revision 778 by misc, Thu Jan 13 18:12:29 2011 UTC | revision 928 by misc, Tue Feb 1 12:44:50 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
<VirtualHost *:80> | ||
ServerName <%= name %> | ||
# Serve static content directly | ||
DocumentRoot /dev/null | ||
1 | ProxyRequests Off | ProxyRequests Off |
2 | ||
3 | <Proxy *> | <Proxy *> |
# | Line 15 | Line 8 |
8 | ProxyPass / <%= url %> | ProxyPass / <%= url %> |
9 | ProxyPassReverse / <%= url %> | ProxyPassReverse / <%= url %> |
10 | ||
<Location /> | ||
Allow from all | ||
</Location> | ||
</VirtualHost> | ||
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |