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
> 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?
>  
>  
>  
> 



 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to