Setting up the Virtual Hosts under apache isn't too difficult. However when you set them up for use under the SSL, they must each have their own port. No matter how I've tried to reconfigure this setup, all instances report back to the initial site using 443.
Any experts out there?
Thanks!
CODE
<VirtualHost _default_:4024>
ServerName shop.akroncdnr.com:4024
DocumentRoot /usr/local/www/data/cdnr/sc/
DirectoryIndex index.php
ServerName shop.akroncdnr.com
ErrorLog /var/log/apache/cdnr/httpd-error.log
TransferLog /var/log/apache/cdnr/httpd-access.log
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /usr/local/www/data/cdnr/ssl/akroncdnr.crt
SSLCertificateKeyFile /usr/local/www/data/cdnr/ssl/akroncdnr.key
</VirtualHost>
& when I view the firewall, there is no traffic hitting 4024
QUOTE
72# ipfw show | grep 4024
01701 0 0 allow ip from any to 192.168.0.198 dst-port 4024