Changeset 334 for vhosts/conf.d


Ignore:
Timestamp:
May 30, 2007, 9:55:47 PM (17 years ago)
Author:
andersk
Message:
CNAME: kumonga.com
File:
1 edited

Legend:

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

    r333 r334  
    3434        </VirtualHost>
    3535</IfModule>
     36
     37<VirtualHost *:80>
     38        ServerName kumonga.com
     39        ServerAlias *.kumonga.com
     40        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com
     41        Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
     42        SuExecUserGroup presbrey presbrey
     43        Include conf.d/vhosts-common.conf
     44</VirtualHost>
     45
     46<IfModule ssl_module>
     47        <VirtualHost *:443 *:444>
     48                ServerName kumonga.com
     49                ServerAlias *.kumonga.com
     50                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com
     51                Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
     52                SuExecUserGroup presbrey presbrey
     53                Include conf.d/vhosts-common-ssl.conf
     54        </VirtualHost>
     55</IfModule>
Note: See TracChangeset for help on using the changeset viewer.