Jump to content

fothers

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

fothers's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. As you are using Apache 2.2, the dll you need is not in the latest PHP release.  If you download a later version of php (5.2) from http://snaps.php.net there will be a different dll for apache, the php5apache2_2.dll.  Use that dll in the apache configuration LoadModule and it should work. Luke
  2. Ok, I still haven't solved this problem, but I have discovered it's two seperate problems.  That of the occasional restart by apache crashing and that of the failed starting due to the dlls. The one i'm concened with mostly is the dlls.  It seems that they get changed at 3am every day that the Apache server is running.  Once this occurs, when apache stops for any reason (graceful or not) Apache fails to start again until the modified dlls are replaced with the originals. Any thought into this would be much appreciated, Thank you for you time, Luke
  3. Hi, I have apache 2.2.3 running on windows server 2003 with php 5.1.4. A few times now, Apache has "performed an illegal operation and must close" and I dont know why.  The apache error log gives me: [code][notice] Parent: child process exited with status 4294967295 -- Restarting.[/code] I have read that the error happens when a DLL calls exit(..) and forces the apache child process to quit.  However, in the cases I've read about, Apache successfully restarts after this happens. But the problem I have is that when this happens I cannot get Apache to start again, until I either comment out the extensions in the PHP.ini OR replace the extension dlls being used by PHP with the originals again. As soon as I have done this Apache continues to run. Any information as to why this might be happening and how to fix this would be appreciated. Thanks Luke
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.