source: vhosts/conf.d/physics-gsc.conf @ 333

Last change on this file since 333 was 333, checked in by andersk, 17 years ago
vhosts port 444.
File size: 664 bytes
RevLine 
[156]1<VirtualHost *:80>
2        ServerName pgsc.mit.edu
3        ServerAlias pgsc
4        DocumentRoot /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts/joomla
[250]5        Alias /~physics-gsc /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts
[156]6        SuExecUserGroup physics-gsc physics-gsc
[244]7        Include conf.d/vhosts-common.conf
[156]8</VirtualHost>
9
[244]10<IfModule ssl_module>
[333]11        <VirtualHost *:443 *:444>
[244]12                ServerName pgsc.mit.edu
13                ServerAlias pgsc
14                DocumentRoot /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts/joomla
[250]15                Alias /~physics-gsc /afs/athena.mit.edu/activity/p/physics-gsc/web_scripts
[244]16                SuExecUserGroup physics-gsc physics-gsc
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.