I've followed one of the other threads in order to change my ispconfig panel to port 443. However now when i go to the control panel url I received the Apache2 test page I have my made the following changed /root/ispconfig/httpd/httpd.conf changed all reference of port 81 to 443 added a listen line to listen on dedicated IP /home/admispconfig/ispconfig/lib/config.php.inc changed the reference to port 81 to 443 /etc/httpd/conf/httpd.conf set a listen address to a different IP address to the control panel I'm not sure if i've missed anything Thanks
How about trying another port ? After changing from 81 to 443 both Apache servers listen on the same port.
Well from what i've read i've been lead to believe that when using multiple network cards the ports shouldn't be an issue as long as each apache service is told to listen on an independant IP address. The server had already configured itself to listen on one ip address for ispconfig and the other for apache2, so I presumed that changing the ports wouldn't be a problemt.
This should work. I guess you missed a listen directive ynwere in the config files. Please double check that all listen directives conatain the specific IP for the apache server and that you do not have a directive like "Listen 443" left anywere. Afterwards restart both apache servers.