Nick Burch wrote:
<VirtualHost *:80>
    Include /etc/httpd/partial-sites/foo.conf
</VirtualHost>
<VirtualHost 192.168.1.1:443>
    SSLEngine on
    SSLCertificateFile    ssl/foo.crt
    SSLCertificateKeyFile ssl/foo.pem
    SSLCACertificateFile  ssl/CA_Test.crt

    Include /etc/httpd/partial-sites/foo.conf
</VirtualHost>

This is *exactly* what I have now, but it just seemed awkward.

Thanks for the reply.

--
Jerry Baker

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to