Apache timeouts and error log
Posted
by
BlackFire27
on Server Fault
See other posts from Server Fault
or by BlackFire27
Published on 2012-08-02T12:22:21Z
Indexed on
2012/12/17
23:05 UTC
Read the original article
Hit count: 163
I have an error whenever I run my code for a certain time. I use a lot of loops and sql connections. I basically, put and take out links from my database.
The problem is that there is some error thrown that I cant see, whenever I execute a long sql operation ..
Note that the fault isnt the code. The code runs well, whenever there are a few links involved. But when there are over 200 links.. an error is thrown that I cants see.
I tried to trace the error in a few places:
C:\Program Files\Zend\ZendServer\logs\php_error.log
C:\Program Files\Zend\phpMyAdmin\config.inc.php
Edit Viewer in win xp
I am running XP: Windows xp php version: 5.3.9-ZS5.6.0. Apache/2.2.21 Apacher version: (Win32) mod_ssl/2.2.21 OpenSSL/0.9.8o
I cant trace the error at all, and why it happens. All I can suspect of, is that there is a server timeout..
© Server Fault or respective owner