| Last change
                  on this file since 216 was
                  156,
                  checked in by presbrey, 19 years ago | 
        
          | name virtualhost definitions against lockername rather than CNAME
check for mod_ssl before directing SSLEngine on | 
        | File size:
            425 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [132] | 1 | <VirtualHost *:80> | 
|---|
|  | 2 | ServerName course.mit.edu | 
|---|
|  | 3 | ServerAlias course | 
|---|
|  | 4 | DocumentRoot /afs/athena.mit.edu/user/m/a/mathmike/web_scripts/course | 
|---|
|  | 5 | SuExecUserGroup mathmike mathmike | 
|---|
|  | 6 | </VirtualHost> | 
|---|
|  | 7 |  | 
|---|
|  | 8 | <VirtualHost *:443> | 
|---|
|  | 9 | ServerName course.mit.edu | 
|---|
|  | 10 | ServerAlias course | 
|---|
|  | 11 | DocumentRoot /afs/athena.mit.edu/user/m/a/mathmike/web_scripts/course | 
|---|
|  | 12 | SuExecUserGroup mathmike mathmike | 
|---|
| [156] | 13 | <IfModule mod_ssl.c> | 
|---|
| [132] | 14 | SSLEngine on | 
|---|
| [156] | 15 | </IfModule> | 
|---|
| [132] | 16 | </VirtualHost> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.