Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ljseals

Pages: [1]
1
PHP / Need to Install APCU Cache On CWP
« on: March 15, 2017, 10:46:15 PM »
New to the panel as I need some programs to runs on apache. I am trying to set up a webserver to allow Akeneo, Ororcrm, Marello ERP, and DiamanteDesk help desk. On the Nginx stack I would install apcu like this

cd /svr-setup
git clone -b PHP5 https://github.com/krakjoe/apcu
cd apcu
/usr/local/bin/phpize
./configure --with-php-config=/usr/local/bin/php-config
make -j2
make install

However, it seems that apache has suPHP which I assume is a caching system. I am not too familiar with apache as far as the server aspects as I have very limited server admin experience; however, I do use nginx on my main server. I pray for the Lord's help in this regard God bless you.

Pages: [1]