can't restart Apache 2.2 after intalling PHP

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
newprint
Forum Newbie
Posts: 2
Joined: Sun Jun 13, 2010 3:05 pm

can't restart Apache 2.2 after intalling PHP

Post by newprint »

Hi !
I am going through the installation of the entire package (Apache,PHP, PHPadmin, MySQL), and have no previous knowledge in PHP/Apache/SQL (though have C/C++ experience)

My System is Vista 64bit

1) Just installed Apache HTTP 2.2 server with SSL (latest I could find on Apache site), following the video tutorials on http://www.channels.com/episodes/show/6 ... or-Windows
Apache was installed in C:\Apache2.2\

2) Downloaded PHP 5.3 (5.3.2)(VC6 Thread safe) from http://windows.php.net/download/
Following video tutorial http://www.channels.com/episodes/show/6 ... or-Windows, I have installed PHP into C:\Apache2.2\php\ and configuration into C:\Apache2.2\conf\. All the extensions were installed (per tutorial)

3) Trying to restart Apache (per tutorial) after PHP installation, I am getting error. - "Request Operation has Failed !"

What to do ???

I haven't installed MySQL,PHPadmin, nor opened any ports in firewall
Thanks you !

This is from error log file located in C:\Apache2.2\logs\error.log

Code: Select all

Starting the Apache2.2 service
The Apache2.2 service is running.
] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Mon Jun 14 15:52:39 2010] [notice] Server built: Mar  4 2010 11:27:46
[Mon Jun 14 15:52:39 2010] [notice] Parent: Created child process 912
[Mon Jun 14 15:52:39 2010] [notice] Child 912: Child process is running
[Mon Jun 14 15:52:39 2010] [notice] Child 912: Acquired the start mutex.
[Mon Jun 14 15:52:39 2010] [notice] Child 912: Starting 64 worker threads.
[Mon Jun 14 15:52:39 2010] [notice] Child 912: Starting thread to listen on port 80.
[Mon Jun 14 16:00:03 2010] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Jun 14 16:00:03 2010] [notice] Child 912: Exit event signaled. Child process is ending.
[Mon Jun 14 16:00:03 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Mon Jun 14 16:00:03 2010] [notice] Server built: Mar  4 2010 11:27:46
[Mon Jun 14 16:00:03 2010] [notice] Parent: Created child process 13232
[Mon Jun 14 16:00:04 2010] [notice] Child 912: Released the start mutex
[Mon Jun 14 16:00:05 2010] [notice] Child 912: All worker threads have exited.
[Mon Jun 14 16:00:05 2010] [notice] Child 912: Child process is exiting
[Mon Jun 14 16:00:09 2010] [crit] (OS 1813)The specified resource type cannot be found in the image file.  : master_main: create child process failed. Exiting.
[Mon Jun 14 16:00:39 2010] [notice] Parent: Forcing termination of child process 36 
[Mon Jun 14 16:04:16 2010] [warn] pid file C:/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 14 16:04:16 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Mon Jun 14 16:04:16 2010] [notice] Server built: Mar  4 2010 11:27:46
[Mon Jun 14 16:04:16 2010] [notice] Parent: Created child process 11776
[Mon Jun 14 16:04:16 2010] [notice] Child 11776: Child process is running
[Mon Jun 14 16:04:16 2010] [notice] Child 11776: Acquired the start mutex.
[Mon Jun 14 16:04:16 2010] [notice] Child 11776: Starting 64 worker threads.
[Mon Jun 14 16:04:16 2010] [notice] Child 11776: Starting thread to listen on port 80.
[Mon Jun 14 16:19:50 2010] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Jun 14 16:19:50 2010] [notice] Child 11776: Exit event signaled. Child process is ending.
[Mon Jun 14 16:19:50 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations
[Mon Jun 14 16:19:50 2010] [notice] Server built: Mar  4 2010 11:27:46
[Mon Jun 14 16:19:51 2010] [notice] Parent: Created child process 14300
[Mon Jun 14 16:19:51 2010] [notice] Child 11776: Released the start mutex
[Mon Jun 14 16:19:52 2010] [notice] Child 11776: All worker threads have exited.
[Mon Jun 14 16:19:52 2010] [notice] Child 11776: Child process is exiting
[Mon Jun 14 16:19:55 2010] [crit] (OS 1813)The specified resource type cannot be found in the image file.  : master_main: create child process failed. Exiting.
[Mon Jun 14 16:20:25 2010] [notice] Parent: Forcing termination of child process 36 
update1. Reinstalled PHP using typical installation, getting same error.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: can't restart Apache 2.2 after intalling PHP

Post by JakeJ »

Delete it all and install either WAMP or XAMPP. One stop shopping (but it's free).

Either should work right away.
Post Reply