I have wanting to get apache to work is SSL mode..
I have Install Apache, OpenSSL, Mod_SSL, PHP
The problem is in the httpd.conf file I have the following..
<VirtualHost *:80>
ServerAdmin tech@testing.zz
ServerName testing.zz
DocumentRoot /www/testing
</VirtualHost>
I am wanting it to accept connection of port 80 which is does, but also port
443 (https) how do i go about it..
I also have other virtual domains on this server...
Many Thanks,
Johnno