Changeset 253 for vhosts


Ignore:
Timestamp:
Mar 29, 2007, 11:34:40 PM (17 years ago)
Author:
andersk
Message:
Add cityscope.mit.edu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/djq.conf

    r250 r253  
    3838        </VirtualHost>
    3939</IfModule>
     40
     41<VirtualHost *:80>
     42        ServerName cityscope.mit.edu
     43        ServerAlias cityscope
     44        DocumentRoot /afs/athena.mit.edu/user/d/j/djq/web_scripts/cityscope
     45        Alias /~djq /afs/athena.mit.edu/user/d/j/djq/web_scripts
     46        SuExecUserGroup djq djq
     47        Include conf.d/vhosts-common.conf
     48</VirtualHost>
     49
     50<IfModule ssl_module>
     51        <VirtualHost *:443>
     52                ServerName cityscope.mit.edu
     53                ServerAlias cityscope
     54                DocumentRoot /afs/athena.mit.edu/user/d/j/djq/web_scripts/cityscope
     55                Alias /~djq /afs/athena.mit.edu/user/d/j/djq/web_scripts
     56                SuExecUserGroup djq djq
     57                Include conf.d/vhosts-common-ssl.conf
     58        </VirtualHost>
     59</IfModule>
Note: See TracChangeset for help on using the changeset viewer.