Ignore:
Timestamp:
Nov 3, 2008, 2:42:11 PM (15 years ago)
Author:
geofft
Message:
yay SSL vhosts yay
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/vhosts.d/mitsoc.conf

    r821 r870  
    1111
    1212<IfModule ssl_module>
    13         <VirtualHost *:443 *:444>
     13        <VirtualHost *:443>
    1414                ServerName mitsoc.mit.edu
    1515                ServerAlias mitsoc
     
    1818                SuExecUserGroup mitsoc mitsoc
    1919                Include conf.d/vhosts-common-ssl.conf
    20         SSLCertificateFile /etc/pki/tls/certs/mitsoc.pem
     20                SSLCertificateFile /etc/pki/tls/certs/mitsoc.pem
     21        </VirtualHost>
     22        <VirtualHost *:444>
     23                ServerName mitsoc.mit.edu
     24                ServerAlias mitsoc
     25                DocumentRoot /afs/athena.mit.edu/activity/m/mitsoc/web_scripts
     26                Alias /~mitsoc /afs/athena.mit.edu/activity/m/mitsoc/web_scripts
     27                SuExecUserGroup mitsoc mitsoc
     28                Include conf.d/vhosts-common-ssl.conf
     29                Include conf.d/vhosts-common-ssl-cert.conf
     30                SSLCertificateFile /etc/pki/tls/certs/mitsoc.pem
    2131        </VirtualHost>
    2232</IfModule>
Note: See TracChangeset for help on using the changeset viewer.