Rev | Line | |
---|
[344] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
| 3 | <VirtualHost *:80> |
---|
| 4 | ServerName windsington.mit.edu |
---|
| 5 | ServerAlias windsington |
---|
| 6 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington |
---|
[345] | 7 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
[344] | 8 | SuExecUserGroup jbarnold jbarnold |
---|
[349] | 9 | Redirect / https://scripts-cert.mit.edu/~jbarnold/windsington |
---|
[344] | 10 | Include conf.d/vhosts-common.conf |
---|
| 11 | </VirtualHost> |
---|
| 12 | |
---|
| 13 | <IfModule ssl_module> |
---|
| 14 | <VirtualHost *:443 *:444> |
---|
| 15 | ServerName windsington.mit.edu |
---|
| 16 | ServerAlias windsington |
---|
| 17 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/windsington |
---|
[345] | 18 | Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts |
---|
[344] | 19 | SuExecUserGroup jbarnold jbarnold |
---|
[350] | 20 | Redirect / https://scripts-cert.mit.edu/~jbarnold/windsington |
---|
[344] | 21 | Include conf.d/vhosts-common-ssl.conf |
---|
[349] | 22 | Include conf.d/vhosts-common-ssl-cert.conf |
---|
[344] | 23 | </VirtualHost> |
---|
| 24 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.