source:
vhosts/conf.d/pikans.com.conf
@
132
Last change on this file since 132 was 132, checked in by jbarnold, 18 years ago | |
---|---|
File size: 314 bytes |
Line | |
---|---|
1 | <VirtualHost *:80> |
2 | ServerName pikans.com |
3 | DocumentRoot /afs/athena.mit.edu/activity/z/zelda/web_scripts |
4 | SuExecUserGroup zelda zelda |
5 | </VirtualHost> |
6 | |
7 | <VirtualHost *:443> |
8 | ServerName pikans.com |
9 | DocumentRoot /afs/athena.mit.edu/activity/z/zelda/web_scripts |
10 | SuExecUserGroup zelda zelda |
11 | SSLEngine on |
12 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.