Changeset 314


Ignore:
Timestamp:
May 22, 2007, 10:20:00 AM (17 years ago)
Author:
andersk
Message:
Oops.
File:
1 edited

Legend:

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

    r313 r314  
    11# do not trailing-slash DocumentRoot
     2
     3<VirtualHost *:80>
     4        ServerName circuitopedia.mit.edu
     5        ServerAlias circuitopedia
     6        DocumentRoot /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts/circuitopedia
     7        Alias /~varun_ag /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts
     8        SuExecUserGroup varun_ag varun_ag
     9        Include conf.d/vhosts-common.conf
     10</VirtualHost>
     11
     12<IfModule ssl_module>
     13        <VirtualHost *:443>
     14                ServerName circuitopedia.mit.edu
     15                ServerAlias circuitopedia
     16                DocumentRoot /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts/circuitopedia
     17                Alias /~varun_ag /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts
     18                SuExecUserGroup varun_ag varun_ag
     19                Include conf.d/vhosts-common-ssl.conf
     20        </VirtualHost>
     21</IfModule>
    222
    323<VirtualHost *:80>
Note: See TracChangeset for help on using the changeset viewer.