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/reify-vhost.py

    r869 r870  
    5252                SuExecUserGroup %(uname)s %(uname)s
    5353                Include conf.d/vhosts-common-ssl.conf
    54         SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
     54                SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
    5555        </VirtualHost>
    5656        <VirtualHost *:444>
     
    6262                Include conf.d/vhosts-common-ssl.conf
    6363                Include conf.d/vhosts-common-ssl-cert.conf
    64         SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
     64                SSLCertificateFile /etc/pki/tls/certs/%(hname)s.pem
    6565        </VirtualHost>
    6666</IfModule>""" % {
Note: See TracChangeset for help on using the changeset viewer.