Changeset 415


Ignore:
Timestamp:
Sep 22, 2007, 5:01:50 PM (17 years ago)
Author:
presbrey
Message:
added cname on repl
File:
1 edited

Legend:

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

    r333 r415  
    1111        <VirtualHost *:443 *:444>
    1212                ServerName distributedajax.com
    13                 ServerAlias www.distributedajax.com *.distributedajax.com
     13                ServerAlias *.distributedajax.com
    1414                DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts
    1515                Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts
     
    1818        </VirtualHost>
    1919</IfModule>
     20
     21<VirtualHost *:80>
     22        ServerName fpgaspreadsheet.com
     23        ServerAlias *.fpgaspreadsheet.com
     24        DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts/fpgaspreadsheet.com
     25        Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts
     26        SuExecUserGroup repl repl
     27        Include conf.d/vhosts-common.conf
     28</VirtualHost>
     29
     30<IfModule ssl_module>
     31        <VirtualHost *:443 *:444>
     32                ServerName fpgaspreadsheet.com
     33                ServerAlias *.fpgaspreadsheet.com
     34                DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts/fpgaspreadsheet.com
     35                Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts
     36                SuExecUserGroup repl repl
     37                Include conf.d/vhosts-common-ssl.conf
     38        </VirtualHost>
     39</IfModule>
Note: See TracChangeset for help on using the changeset viewer.