DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40408>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40408
Summary: Apache 2.2.3 is not starting
Product: Apache httpd-2
Version: 2.2.2
Platform: DEC
OS/Version: OSF/1
Status: NEW
Severity: blocker
Priority: P1
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: laxmiharikumar@yahoo.com
We downloaded the source tar (httpd-2.2.3.tar.gz) and ran configure, make and
make install.
While trying to start apache by "apachectl -k start", Apache 2.2.3 does not give
any error messages while starting but it is not actually starting. We could not
find any clues in error_log as well (It is just 0 bytes).
We tried starting "httpd" with debugger (ladebug). In server/main.c, line 686,
it just comes out after
if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
ap_log_error(APLOG_MARK, APLOG_STARTUP |APLOG_ERR,
0, NULL, "Pre-configuration failed");
destroy_and_exit_process(process, 1);
}
It doesn't go inside the if condition (ap_log_error part). By stepping inside
the function ap_run_pre_config, it goes inside
./srclib/apr/threadproc/unix/procsup.c and comes out of the exit 0 line of
if (daemonize) {
if ((x = fork()) > 0) {
exit(0);
}
Should we try any more options?
Thanks
Laxmi
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|