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 -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Problem Apache 2.0.59 and php 4.4.4
Author
deepnight



Joined: 19 Jan 2007
Posts: 2

PostPosted: Fri 19 Jan '07 12:43    Post subject: Problem Apache 2.0.59 and php 4.4.4 Reply with quote

Hi,

PLEASE HELP!!!

I've recently installed apache 2.0.59 on Windows 2003 Server Standard Edition SP1 and php 4.4.4.

Periodically, I get a stream of Information events and then Error events with the following:

Faulting application Apache.exe, version 2.0.59.200, faulting module php4ts.dll, version 4.4.4.4, fault address 0x000ed919.

Faulting application Apache.exe, version 2.0.59.200, faulting module odbccr32.dll, version 3.526.1830.0, fault address 0x0000495c.

When I view the error log, there are messages:

[Fri Jan 19 04:07:44 2007] [notice] Parent: child process exited with status 1 -- Restarting.
[Fri Jan 19 04:07:44 2007] [notice] Apache/2.0.59 (Win32) PHP/4.4.4 Resin/3.0.21 configured -- resuming normal operations
[Fri Jan 19 04:07:44 2007] [notice] Server built: Jul 27 2006 15:55:03
[Fri Jan 19 04:07:44 2007] [notice] Parent: Created child process 12688
[Fri Jan 19 04:07:44 2007] [debug] mpm_winnt.c(480): Parent: Sent the scoreboard to the child
[Fri Jan 19 04:07:45 2007] [notice] mod_security/1.9.4 configured
[Fri Jan 19 04:07:45 2007] [notice] Child 12688: Child process is running
[Fri Jan 19 04:07:45 2007] [debug] mpm_winnt.c(401): Child 12688: Retrieved our scoreboard from the parent.
[Fri Jan 19 04:07:45 2007] [info] Parent: Duplicating socket 204 and sending it to child process 12688
[Fri Jan 19 04:07:45 2007] [debug] mpm_winnt.c(598): Parent: Sent 1 listeners to child 12688
[Fri Jan 19 04:07:45 2007] [debug] mpm_winnt.c(557): Child 12688: retrieved 1 listeners from parent
[Fri Jan 19 04:07:45 2007] [notice] Child 12688: Acquired the start mutex.
[Fri Jan 19 04:07:45 2007] [notice] Child 12688: Starting 1000 worker threads

I have also installed apache 2.2.4 and php 5.2.0 and I continue having the same problem.

what can be happening?
Back to top
deepnight



Joined: 19 Jan 2007
Posts: 2

PostPosted: Fri 02 Feb '07 12:15    Post subject: Reply with quote

It is strange, but if I comment the configuration of logs in httpd.conf, and no longer the errors in the event viewer of type 'Faulting application Apache.exe, version 2.0.59.200, faulting module php4ts.dll...'.

My logs configuration is:

LogLevel info
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
ErrorLog "|C:/Apache2/bin/cronolog.exe C:/logs/apache/becas/%Y%m%derror.log"
CustomLog "|C:/Apache2/bin/cronolog.exe H:/logs/apache/becas/%Y%m%dweb.log" combined

I try cronolog.exe and rotatelogs.exe but the problems take place with both
Back to top


Reply to topic   Topic: Problem Apache 2.0.59 and php 4.4.4 View previous topic :: View next topic
Post new topic   Forum Index -> Other Software