Couple of weeks ago, I asked the tech support at my host to upgrade PHP to latest, keeping all the settings as same. However, since then, things seemed to have slowed down a little (coincided with cable cut to India, hence noticed it only now).
Today I checked and it seems PHP is running in FCGI mode:
usr/local/lsws/fcgi-bin/lsphp5
Since my host’s managed support has a habit of messing up PHP installs/reinstalls (once again proved by this debacle), I am hesitant to let them touch the server again and I am not really experienced in compiling PHP, especially since it is a production server.
So is there a way to switch PHP back to LSAPI mode, without recompiling the PHP and breaking anything?
If there isn’t any way to do this, is there a way php can be compiled with all the existing modules and settings (including that for eAccelerator and Memcache)?
Today I checked and it seems PHP is running in FCGI mode:
usr/local/lsws/fcgi-bin/lsphp5
Since my host’s managed support has a habit of messing up PHP installs/reinstalls (once again proved by this debacle), I am hesitant to let them touch the server again and I am not really experienced in compiling PHP, especially since it is a production server.
So is there a way to switch PHP back to LSAPI mode, without recompiling the PHP and breaking anything?
If there isn’t any way to do this, is there a way php can be compiled with all the existing modules and settings (including that for eAccelerator and Memcache)?