  | |  | RHEL 3 U3 Apache and PHP not working | RHEL 3 U3 Apache and PHP not working 2005-01-13 - By Brent M. Clements
Back
We have a wierd problem going on right now which ISN't being caused by our php based application.
Whats happening is that when we access the php application on our server, the application sometimes works and sometimes doesn't. IE when we first go to the index page of the php application, it will sometimes come up working fine, but then we refresh and it doesn't come up.
To debug our code we put the following in the first line of our script
<?php
echo "Step 1 <br>";
rest of our code goes here... echo "Step 2 <br>"; some more code goes here.. echo "Step 3 <br>"; some more code goes here.. ?>
Most times it doesn't even get to the simple echo at the beginning of the script and the browser just pauses indifinitly, without ever hitting a timeout or anything.
At varying refreshes the php code executes through each the steps . Sometimes it get's to step 1, step 2, and/or step 3
My guess is that there is something wrong with apache and the php module which is fscking up the execution of the php script it self.
Anybody have this problem or know a way to debug apache and/or the php module?
Thanks, Brent
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |