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: KB2467174 causes Apache 2.2.17 to always crash
Author
dtrebbien



Joined: 28 Apr 2011
Posts: 2

PostPosted: Thu 28 Apr '11 17:18    Post subject: KB2467174 causes Apache 2.2.17 to always crash Reply with quote

Last Tuesday, April 26, my x64 Windows 7 machine downloaded and installed the updates for KB2467174, Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.5570 and Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.5570. Since then, whenever I attempt to start Apache 2.2.17, it crashes:


I am not sure, but I think that Apache HTTPD needs to be recompiled with new headers. Perhaps the ABI compatibility was broken somehow with this update.
Back to top
somnang



Joined: 08 Apr 2011
Posts: 61

PostPosted: Fri 29 Apr '11 3:22    Post subject: Reply with quote

Is your Apache compiled using VC6? Have you tried the Apache compiled by Apache Lounge folks? Have you tried Apache compiled under VC9? Here's another location you can try to get Apache 64bit compiled under the latest Visual C++.

Go to Anindya's Blog site and scroll down. You can get all 64bit version compiled under latest visual C++. PHP+Apache+mod security. All can be 64bit. But there's also 32bit.
Back to top
dtrebbien



Joined: 28 Apr 2011
Posts: 2

PostPosted: Fri 29 Apr '11 4:45    Post subject: Reply with quote

My mistake. The problem appears to be with PHP 5.3.6 as I was able to start Apache HTTPD after I commented out:
Code:
LoadModule php5_module "C:\Program Files (x86)\PHP\php5apache2_2.dll"


I am using the Apache Lounge build of Apache 2.2.17 for x86 Windows (http://www.apachelounge.com/download/). I subsequently installed the thread-safe VC9 binary of PHP 5.3.6 provided by The PHP Group (http://windows.php.net/downloads/releases/php-5.3.6-Win32-VC9-x86.msi). This setup worked perfectly until my computer installed the KB2467174 updates last Tuesday.
Back to top
somnang



Joined: 08 Apr 2011
Posts: 61

PostPosted: Fri 29 Apr '11 8:50    Post subject: Reply with quote

I install updates too. I did not get such error yet. But that is probably because I didn't install PHP yet as I am trying to get the mod sec to work with Apache without any hick-ups first.

I hope someone will give you some answer on that. It seems I am no longer able to give you more advice on this issue. Smile
Back to top
James Blond
Moderator


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

PostPosted: Fri 29 Apr '11 11:09    Post subject: Reply with quote

Don't ask me why but for me it works to install the C++ 2008 Redistributable and C++ 2008 Redistributable SP1. it seem that the SP1 version is not fully backward compatible.

The KB2467174 causes also some more trouble with other apps like avast anti virus...

--- edit ---

also see

http://tedwvc.wordpress.com/2011/04/13/new-redists-break-all-dynamically-linked-mfc-20052008-apps-on-windows-2000/

and

http://answers.microsoft.com/en-us/windows/forum/windows_other-windows_update/kb2467174-fix-for-this-fix/a6c52a4e-996b-e011-8dfc-68b599b31bf5
Back to top


Reply to topic   Topic: KB2467174 causes Apache 2.2.17 to always crash View previous topic :: View next topic
Post new topic   Forum Index -> Apache