Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache 2.2.17 crash with php5ts.dll |
|
Author |
|
elavarasan
Joined: 26 Sep 2011 Posts: 53
|
Posted: Mon 26 Sep '11 12:16 Post subject: Apache 2.2.17 crash with php5ts.dll |
|
|
Would appreciate your help!
We have installed Apache 2.2.17 + PHP 5.2.17 + MySQL 5.5.11 on windows server 2008 with 64bit edition.
sometimes we are getting error messages says that APPCRASH: httpd.exe with php5ts.dll
Here is the LOGS :
Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.2.17.0
Application Timestamp: 4cbbe9e8
Fault Module Name: php5ts.dll
Fault Module Version: 5.2.17.17
Fault Module Timestamp: 4d25fb49
Exception Code: c00000fd
Exception Offset: 001532d6
OS Version: 6.1.7601.2.1.0.274.10
Locale ID: 18441
Additional Information 1: d4eb
Additional Information 2: d4eb7cf28a4f910486e91a11f70d294f
Additional Information 3: edf3
Additional Information 4: edf33e9e76a264630ff6eec3f9cfe40b
Please help me to resolve this issues.
Thanks, |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Mon 26 Sep '11 21:21 Post subject: |
|
|
We had tons of these crashes when using the module, TS version of PHP. Switching to FastCGI and NTS PHP fixed it. |
|
Back to top |
|
elavarasan
Joined: 26 Sep 2011 Posts: 53
|
Posted: Tue 27 Sep '11 3:34 Post subject: |
|
|
Hi, Smitty
Thanks a lot for providing the solutions so i have to reinstall the following packages and correct me if i'm wrong.
1. Install Apache 2.2.17 with .MSI
2. Install FastCGI ==> fcgisetup_1.5_rtw_x86.msi
3. Install PHP with php-5.3.6-nts-Win32-VC9-x86.MSI
While installing PHP, I need to select FastCGI Option. is it correct?
Do i need to further install or configure after those installation?
Thanks, |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Tue 27 Sep '11 4:46 Post subject: |
|
|
I would recommend going with the latest version of Apache, 2.2.21, from this website. They also have a build of FastCGI, mod_fcgid-2.3.6-P2-win32-x86.zip.
Steffen has provided readme's with installation instructions for both. Just unzip each file to check them out. For PHP, I would go with the latest, 5.3.8. NTS of course.
I've never installed using the MSI installers, so maybe someone else here can advise. I always just do the command line installs for Apache and MySQL. |
|
Back to top |
|
elavarasan
Joined: 26 Sep 2011 Posts: 53
|
Posted: Thu 29 Sep '11 3:47 Post subject: |
|
|
Please advise, I want to install Apache 2.2.21 with FastCGI, PHP with nts.
1. I have installed Apache 2.2.21 and tested it out. It is working fine.
For Example :
http://localhost
http://127.0.0.1
http://IP_Address
2. I have downloaded mod_fcgid-2.3.6-P2-win32-x86.zip and extracted.
For Example :
copied mod_fcgid.so to your apache/modules folder
Installed the Visual C++ 2008 Redistributable Package
Added in the httpd.conf file
LoadModule fcgid_module modules/mod_fcgid.so
After these i don't know how to proceed,
Please provide step by step
I'm using Windows Server 2008 r2 Ent with 64Bit
Thanks, |
|
Back to top |
|
|
|
|
|
|