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: some error with my apache server
Author
spirit_mly



Joined: 04 May 2009
Posts: 3

PostPosted: Mon 04 May '09 15:45    Post subject: some error with my apache server Reply with quote

i really don't konw what has happen to my apache server(i'm sorry,i come from CN,so pool english^___^)

[Mon May 04 21:43:26 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Mon May 04 21:43:26 2009] [notice] Apache/2.0.63 (Win32) PHP/5.2.7 configured -- resuming normal operations
[Mon May 04 21:43:26 2009] [notice] Server built: Jan 17 2008 22:58:29
[Mon May 04 21:43:26 2009] [notice] Parent: Created child process 2484
[Mon May 04 21:43:26 2009] [notice] Child 2484: Child process is running
[Mon May 04 21:43:26 2009] [notice] Child 2484: Acquired the start mutex.
[Mon May 04 21:43:26 2009] [notice] Child 2484: Starting 250 worker threads.

i searched from google and i got an answer copy libmysql.dll to apache\bin, but this error still with my apache server
Back to top
James Blond
Moderator


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

PostPosted: Mon 04 May '09 16:56    Post subject: Reply with quote

It seem that your apache don't like one of the php extensions. You may disable all extensiion in php.ini you don't need.
Back to top
spirit_mly



Joined: 04 May 2009
Posts: 3

PostPosted: Tue 05 May '09 3:10    Post subject: Reply with quote

James Blond wrote:
It seem that your apache don't like one of the php extensions. You may disable all extensiion in php.ini you don't need.

in my php.ini,the configuration of xdebug like this
[Xdebug]
zend_extension_ts="F:\service\php\ext\php_xdebug-2.0.3-5.2.5.dll"
xdebug.auto_trace=on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.trace_output_dir="F:\service\php\tmp\xdebug"
xdebug.profiler_enable=on
xdebug.profiler_output_dir="F:\service\php\tmp\xdebug"

my php version is 5.2.7,and i comment xdebug, the error disppear,maybe the version of xdebug are different with my php
thanks a lot !
Back to top
James Blond
Moderator


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

PostPosted: Tue 05 May '09 9:27    Post subject: Reply with quote

Yepp! The version number show it was for 5.2.5
Back to top
spirit_mly



Joined: 04 May 2009
Posts: 3

PostPosted: Wed 06 May '09 2:41    Post subject: Reply with quote

James Blond wrote:
Yepp! The version number show it was for 5.2.5

谢谢Smile
Back to top


Reply to topic   Topic: some error with my apache server View previous topic :: View next topic
Post new topic   Forum Index -> Apache