Hi,
i have a fresh DA install on a x64 centos 5.3 box
Ive looked in the forums for the steps to install the APC cache and have found this.
My question is are the correct steps to install APC?
see thread: http://www.directadmin.com/forum/showthread.php?t=29113&highlight=apc
thanks
brendan
i have a fresh DA install on a x64 centos 5.3 box
Ive looked in the forums for the steps to install the APC cache and have found this.
My question is are the correct steps to install APC?
see thread: http://www.directadmin.com/forum/showthread.php?t=29113&highlight=apc
Code:
/usr/local/bin/phpize
./configure --enable-apc --enable-apc-mmap --with-apxs --with-php-config=/usr/local/bin/php-config
make clean
make
make install
thanks
brendan