source:
vhosts/conf.d/manas.conf
@
226
Last change on this file since 226 was 224, checked in by geofft, 18 years ago | |
---|---|
File size: 401 bytes |
Line | |
---|---|
1 | <VirtualHost *:80> |
2 | ServerName talks.mit.edu |
3 | ServerAlias talks |
4 | DocumentRoot /afs/athena.mit.edu/user/m/a/manas/web_scripts/talks |
5 | SuExecUserGroup manas manas |
6 | </VirtualHost> |
7 | |
8 | <VirtualHost *:443> |
9 | ServerName talks.mit.edu |
10 | ServerAlias talks |
11 | DocumentRoot /afs/athena.mit.edu/user/m/a/manas/web_scripts/talks |
12 | SuExecUserGroup manas manas |
13 | <IfModule mod_ssl.c> |
14 | SSLEngine on |
15 | </IfModule> |
16 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.