PHP pages not loading every few minutes

#1
Every few minutes, PHP pages stop loading for about 30 seconds. Static HTML pages continue to work fine but not PHP.

This didn't happen on Apache. I want to continue using LiteSpeed (my server is running at 1/3 to 1/2 the memory that it did with Apache) but this problem is troubling.

I'm running a VPS with a trial Enterprise version. Any help would be appreciated.
 

NiteWave

Administrator
#2
any log messages in error.log/stderr.log?

does /phpinfo.php also has same problem?

php suExec enabled or not ?

how many virtual hosts on your server?

does phpinfo() under apache and lsws match ?

please provide more detail info. in general, php scripts running under lsws are much faster than under apache, with much less resource consuming.
 
#3
any log messages in error.log/stderr.log?

does /phpinfo.php also has same problem?

php suExec enabled or not ?

how many virtual hosts on your server?

does phpinfo() under apache and lsws match ?

please provide more detail info. in general, php scripts running under lsws are much faster than under apache, with much less resource consuming.
- No errors

- Yes, also doesn't load

- Not sure; my host installed LSWS for me. How do you check?

- 58, but <5 are actually active.

- Yes; in fact, I did a total PHP/Apache recompile and then rebuilt PHP on LSWS, but I have the same problem.

For some reason, I've had a bad LSWS + PHP experience twice on two different VPS on two different hosts. I'm switching back to Apache because of the ridiculous amount of downtime/slow loading I've inflicted on my sites in the last 24 hours trying to get LiteSpeed to work properly.
 

NiteWave

Administrator
#4
please give me temp root access to your server via forum PM.

even /phpinfo.php not working, there must be something wrong obviously.
 
Top