Parent Directory
|
Revision Log
new vhost_wsgi type, for viewvc support
1 | misc | 812 | <VirtualHost *:80> |
2 | ServerName <%= name %> | ||
3 | # Serve static content directly | ||
4 | DocumentRoot /dev/null | ||
5 | |||
6 | WSGIScriptAlias / <%= wsgi_path %> | ||
7 | <Location /> | ||
8 | Allow from all | ||
9 | </Location> | ||
10 | </VirtualHost> | ||
11 |
ViewVC Help | |
Powered by ViewVC 1.1.30 |