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

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/httpd/vhosts.d/random-hall.conf

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