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 doesn't start after installing PHP 5.3.2
Author
ishfady



Joined: 17 Dec 2009
Posts: 4

PostPosted: Mon 21 Jun '10 14:42    Post subject: Apache 2.2 doesn't start after installing PHP 5.3.2 Reply with quote

Hi
I have installed Apache 2.2.15 on windows Xp Pro and it work fine.
Question I then installed PHP 5.3.2, VC6 x86 Thread Safe.
I can see it add this two line into httpd.conf
PHPIniDir "C:/PHP/"
LoadModule php5_module "C:/PHP/php5apache2_2.dll"

But when I start apache, it failled and come with window popup message of fail. When checked apache log file, it say like;
Starting the Apache2.2 service
The Apache2.2 service is running.
] Apache/2.2.15 (Win32) PHP/5.3.2 configured -- resuming normal operations
[Mon Jun 21 11:02:17 2010] [notice] Server built: Mar 4 2010 11:27:46
[Mon Jun 21 11:02:17 2010] [notice] Parent: Created child process 720
[Mon Jun 21 11:02:29 2010] [crit] (OS 6)The handle is invalid. : master_main: create child process failed. Exiting.
[Mon Jun 21 11:02:29 2010] [notice] Parent: Forcing termination of child process 36

Please can someone help me. I am bit lost here.

many thanks
Back to top
James Blond
Moderator


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

PostPosted: Tue 22 Jun '10 15:24    Post subject: Reply with quote

How did you restart apache after installing PHP?


Just by the way you forgot to add a line that PHP works

AddHandler application/x-httpd-php .php


Where did you download your apache? Where did you download php?
Back to top
murrayE



Joined: 03 Jul 2010
Posts: 10
Location: Amherst, MA USA

PostPosted: Mon 05 Jul '10 23:41    Post subject: Same here: no go apache 2.2.15 + PHP 5.3.2 Reply with quote

Elsewhere, in another thread here and elsewhere, I've described the same kind of experience. I think there's some fundamental incompatibility between the latest Apache and the latest PHP.
Back to top


Reply to topic   Topic: Apache 2.2 doesn't start after installing PHP 5.3.2 View previous topic :: View next topic
Post new topic   Forum Index -> Apache