Rev | Line | |
---|
[132] | 1 | <VirtualHost *:80> |
---|
| 2 | ServerName yaa.mit.edu |
---|
| 3 | ServerAlias yaa |
---|
| 4 | DocumentRoot /afs/athena.mit.edu/user/t/z/tzg/web_scripts/testjoomla |
---|
[250] | 5 | Alias /~tzg /afs/athena.mit.edu/user/t/z/tzg/web_scripts |
---|
[132] | 6 | SuExecUserGroup tzg tzg |
---|
[244] | 7 | Include conf.d/vhosts-common.conf |
---|
[132] | 8 | </VirtualHost> |
---|
| 9 | |
---|
[244] | 10 | <IfModule ssl_module> |
---|
[333] | 11 | <VirtualHost *:443 *:444> |
---|
[244] | 12 | ServerName yaa.mit.edu |
---|
| 13 | ServerAlias yaa |
---|
| 14 | DocumentRoot /afs/athena.mit.edu/user/t/z/tzg/web_scripts/testjoomla |
---|
[250] | 15 | Alias /~tzg /afs/athena.mit.edu/user/t/z/tzg/web_scripts |
---|
[244] | 16 | SuExecUserGroup tzg tzg |
---|
| 17 | Include conf.d/vhosts-common-ssl.conf |
---|
| 18 | </VirtualHost> |
---|
| 19 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.