[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] Apache 2.2.4 does not start - no errors

2007-01-18 Thread Jain, Abhay K, INFOT
: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 4:59 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2.4 does not start - no errors On 1/16/07, Jain, Abhay K, INFOT [EMAIL PROTECTED] wrote: We had tried running with trace and last statement seem

[EMAIL PROTECTED] Apache 2.2.4 does not start - no errors

2007-01-15 Thread Jain, Abhay K, INFOT
We are running on Tru64 Unix. Downloaded 2.2.4, and installed. Just tried vanilla version and changed only the user/group and ServerName in httpd.conf. When we start as /usr/apache/bin/apachectl start, it just exists without generating any error. Exit code form script is 0 and no httpd process is

[EMAIL PROTECTED] Running multiple instances under different user IDs

2006-10-10 Thread Jain, Abhay K, INFOT
We want to run multiple instances of apache on different ports under different user IDs. One running as "root" for administrative purposes and other running under different id for user applications. Is it possible and if so what needs to be done.