Changeset 649 for server/fedora/config


Ignore:
Timestamp:
Feb 11, 2008, 3:10:38 PM (16 years ago)
Author:
presbrey
Message:
httpd.conf: configure SNI support for *:444
File:
1 edited

Legend:

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

    r648 r649  
    342342    # LDAP vhost, w00t w00t
    343343    <VirtualHost *:444>
     344        ServerName localhost
     345        Include conf.d/vhost_ldap.conf
     346        Include conf.d/vhosts-common-ssl.conf
     347        Include conf.d/vhosts-common-ssl-cert.conf
     348    </VirtualHost>
     349    <VirtualHost *:444>
     350        ServerName scripts.scripts.mit.edu
     351        ServerAlias *.scripts.mit.edu
     352        SSLCertificateFile /etc/pki/tls/certs/star.scripts.pem
     353        SSLCertificateKeyFile /etc/pki/tls/private/star.scripts.key
    344354        Include conf.d/vhost_ldap.conf
    345355        Include conf.d/vhosts-common-ssl.conf
Note: See TracChangeset for help on using the changeset viewer.