I am trying to use same instance of Aapche to process
requests on port 80 (http) and port 443 (https).
I could not start apache built with mod_ssl and ran with trace
and found that the Apache process binds to port 443 successfully
but the child process fails stating that port is already in use.
 
I am not sure if it is due to my configuration. I edited virtual host
for 443
in conf/extra/httpd-ssl.conf.  Do I need to specify virtual host
entry in httpd.conf? Do I also need to specify Listen 443
in httpd.conf?
 
 
 

Reply via email to