[EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread Jain, Abhay K, INFOT
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.

Re: [EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread Richard de Vries
Sounds like something else is already running on port 80. Is this on unix? Try finding out what is on port 80. If you have lsof installed, you can run the following as root: lsof -i TCP:80 --- Jain, Abhay K, INFOT [EMAIL PROTECTED] wrote: I am trying to use same instance of Aapche to

RE: [EMAIL PROTECTED] Unable to bind to port 443 on 2.2.4

2007-01-23 Thread DEVAL SHAH
Hi Abhay, You will have to listen to port 443. Also there will have to be a default virtual host section stating your certificate and other configs Deval From: Jain, Abhay K, INFOT [EMAIL PROTECTED] Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: [EMAIL PROTECTED]