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: Help me with Crash !
Author
zeeshanhashmi



Joined: 17 Aug 2009
Posts: 1

PostPosted: Mon 17 Aug '09 20:46    Post subject: Help me with Crash ! Reply with quote

Hi

I have an assignment where some websites are browsed via CURL. Its like a list of famous people names in mysql database, and it first pick the first 5 URLs for the name search on google via curl.

Then another script is executed that collects some data from the url collected and stored by the first script.

It was OK, but since yesterday, the script is not working properly. It just shows me APACHE Not responding error. Following is the exact error :

szAppName : httpd.exe
szAppVer : 2.2.13.0
szModName : php5ts.dll
Modversion : 5.9.2.2

First I had APACHE 2.0, and when the problem occurs yesterday, I removed apache and installed the latest one (2.2.13) but still no change. its was ok for 1st run, but later again and again it shows me the error on that particular script.

Here are my details :

OS : Windows XP SP3
PHP : 5.2.9-2
MySQL: 5.0.37
Apache 2.0 (working good earlier then yesterday)
Apache 2.2.13 (working good for first run today)

please let me know what things I have to check and also, what is the best combination of PHP/MySQL/Apache versions.

I have some very important data in the database, therefore, i do not want to change my database. As the data is huge, and it will take ages to take backup and then restore.

Please please help !

Thanks
Zeeshan
Back to top
James Blond
Moderator


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

PostPosted: Fri 21 Aug '09 21:46    Post subject: Reply with quote

Since there is 5.2.10 and PHP 5.3.0 you should upgrade to one of them.

About the crash. Is there anything in your apache error.log? Anything in the windows event log?
Back to top
Pierre



Joined: 23 Dec 2008
Posts: 23

PostPosted: Mon 24 Aug '09 11:37    Post subject: Re: Help me with Crash ! Reply with quote

zeeshanhashmi wrote:
Hi

I have an assignment where some websites are browsed via CURL. Its like a list of famous people names in mysql database, and it first pick the first 5 URLs for the name search on google via curl.

Then another script is executed that collects some data from the url collected and stored by the first script.

It was OK, but since yesterday, the script is not working properly. It just shows me APACHE Not responding error. Following is the exact error :

szAppName : httpd.exe
szAppVer : 2.2.13.0
szModName : php5ts.dll
Modversion : 5.9.2.2

First I had APACHE 2.0, and when the problem occurs yesterday, I removed apache and installed the latest one (2.2.13) but still no change. its was ok for 1st run, but later again and again it shows me the error on that particular script.

Here are my details :

OS : Windows XP SP3
PHP : 5.2.9-2
MySQL: 5.0.37
Apache 2.0 (working good earlier then yesterday)
Apache 2.2.13 (working good for first run today)

please let me know what things I have to check and also, what is the best combination of PHP/MySQL/Apache versions.

I have some very important data in the database, therefore, i do not want to change my database. As the data is huge, and it will take ages to take backup and then restore.

Please please help !


Try to figure out which script crashes and then write a small reproduce case. Without that it is very hard to give you an useful answer.
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 121
Location: U.S

PostPosted: Tue 25 Aug '09 23:46    Post subject: Reply with quote

I too having that issue.But it only occurs randomly.The error only shows in the windows log but not in the apache log.I was searching for the result which i remember it was posted here.


I'm using php 5.2.10
Back to top


Reply to topic   Topic: Help me with Crash ! View previous topic :: View next topic
Post new topic   Forum Index -> Apache