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=30338>. 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=30338 httpd does not start, but no error message (Win2000/Cygwin) Summary: httpd does not start, but no error message (Win2000/Cygwin) Product: Apache httpd-2.0 Version: 2.0.50 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Greetings Apache, Thank you for many years of superior software. Platform Windows 2000, Cygwin 1.5.10, (the latest, July 25 2004). Steps: Download Unix source, 2.0.50. do ./configure --prefix=/usr/local/apache-2.0.50 make (no errors) make install (no errors) edit conf/httpd.conf: ServerName 127.0.0.1 (I've also done ServerName localhost, same result) do apachectl start: 104 ~>apachectl start /usr/local/bin/apachectl start: httpd started Now here's the problem, httpd isn't actually running. In Task Manager there's no httpd process, and if I try to get the default page using "http://localhost" or "http://127.0.0.1" I see the "page cannot be displayed". "ps" shows no httpd, and "apachectl stop" says "httpd (no pid file) not running". Moreover, there's no error message in logs/error_log. If I try to get detailed errors using "httpd -k start -e debug -E err.txt" I see that err.txt is created but it has a size of 0. So, the problem is not so much that httpd can't start but that it's not starting and there's no debugging information. I don't think there's anything wrong with httpd's configuration: 107 ~>httpd -t Syntax OK Here's more evidence that httpd has been compiled correctly: 108 ~>httpd -l Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c Your thoughts? Any other tests you'd like me to do? Thanks again, Brian O. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
