how reduce php load on my server ??

nimafire

Verified User
Joined
Aug 10, 2008
Messages
249
hello.
i want reduce php load on my server.
so i have install eAccelerator .

now i have read some topics about xcache

some one do this method on their server:

MPM_Prefork+SuPHP+FastCGI+eAccelerator


mod_php+eaccelerator/xcache

how about you.?
what is your PROPOSAL about php cache system.
 
I use xcache and it seems to be working just fine... it shows a big difference when server loads are higher then normal.
 
Yes there is, I found it here on the site... you can try searching for it here... and I will look too
 
strange, after do step-2
Code:
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
an step 3 won't work
Code:
[root@uk xcache-1.2.2]# ./configure --enable-xcache
-bash: ./configure: No such file or directory
 
Last edited:
ok. so am going to uninstall eAccelerator .
and how about installing this on 32bit ?
what about fastcgi ?

tnx
 
you just need to use the 32 bit version is all. you can browse the directory on the link and you will see the many versions.
 
strange, after do step-2
Code:
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
an step 3 won't work
Code:
[root@uk xcache-1.2.2]# ./configure --enable-xcache
-bash: ./configure: No such file or directory

After you tar xcache-1.2.2.tar.gz go to that directory before then

Code:
./configure --enable-xcache
 
strange, after do step-2
Code:
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
an step 3 won't work
Code:
[root@uk xcache-1.2.2]# ./configure --enable-xcache
-bash: ./configure: No such file or directory

install autoconf
if you are on centos type yum install autoconf
 
Back
Top