logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.4 crashing at startup, any ideas?
Author
KabukiStyle



Joined: 19 Apr 2007
Posts: 4

PostPosted: Thu 19 Apr '07 7:06    Post subject: Apache 2.2.4 crashing at startup, any ideas? Reply with quote

Hello,

I am trying to install Apache httpd 2.2.4 on my laptop which is running XP home edition (SP2). Every time I try to run it, I get the following error message from Visual Studio Just-In-Time debugger (which opens on my system anytime a program crashes..): An unhandled win32 exception occured in httpd.exe [3764]. It asks me if I want to debug it in the debugger, I say no and then get the following error message: Error - The requested operation has failed.

I was getting this message right out of the box without making any changes to httpd.conf. After reading these and other forums, I added the following to httpd.conf:

EnableSendfile Off
EnableMMAP Off
Win32DisableAcceptEx

Same results happen. I am not running anything from the list of programs that are known to cause problems with apache. I have disabled the firewall. There is no error.log.

Here is what happens when I run it from the command line with the debug options.

httpd -w
[Thu Apr 19 00:52:37 2007] [notice] Disabled use of AcceptedEx() Winsock2 API
(then the debug window opens.. same message)

httpd -e debug
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module actions_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module alias_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module asis_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module auth_basic_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module authn_default_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module authn_file_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module authz_default_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module authz_groupfile_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module authz_host_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module authz_user_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module autoindex_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module cgi_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module dir_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module env_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module imagemap_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module include_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module isapi_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module log_config_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module mime_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module negotiation_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module setenvif_module
[Thu Apr 19 00:57:39 2007] [debug] mod_so.c(246): loaded module userdir_module
[Thu Apr 19 00:57:39 2007] [notice] Disabled use of AcceptEx() WinSock2 API
(and then the same crash as described earlier..)

I am out of ideas. I've uninstalled, reinstalled, tried running as a process instead of starting with the system, and nothing works. If you guys can think of anything else to try.. please let me know! Thank you for your help.

Regards,
David
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 20 Apr '07 10:00    Post subject: Reply with quote

Where did you download your apache?
Back to top
KabukiStyle



Joined: 19 Apr 2007
Posts: 4

PostPosted: Fri 20 Apr '07 13:12    Post subject: Reply with quote

I downloaded it from the link at http://httpd.apache.org (it may have been one of the mirrors listed on there, I can't recall exactly which one..)
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 20 Apr '07 16:49    Post subject: Reply with quote

Hm, you should uninstall it. Download from a different mirror. And install again.
Alternative you can follow the apachelounge setup
Back to top
KabukiStyle



Joined: 19 Apr 2007
Posts: 4

PostPosted: Sat 21 Apr '07 1:15    Post subject: Reply with quote

I re-downloaded it again from the columbia.edu mirror and am getting the same crash and error messages.
Back to top
KabukiStyle



Joined: 19 Apr 2007
Posts: 4

PostPosted: Fri 27 Apr '07 4:15    Post subject: Reply with quote

I uninstalled it again and downloaded from wayne.edu. Same error messages. I'm out of ideas.. does anyone have any suggestions on how to fix this, or maybe another good alternative to apache on XP?

Thanks,
David
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 27 Apr '07 9:49    Post subject: Reply with quote

You can use the apache from apachelounge and follow our proven setup

http://www.apachelounge.com/viewtopic.php?t=570
Back to top


Reply to topic   Topic: Apache 2.2.4 crashing at startup, any ideas? View previous topic :: View next topic
Post new topic   Forum Index -> Apache