Author Topic: PHP opcache-xcache-apc-varnish - Cache sytem change  (Read 2731 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PHP opcache-xcache-apc-varnish - Cache sytem change
« on: January 26, 2022, 09:56:32 AM »
Hi friends ...
Where is it  possibe to change PHP cache system : opcache-xcache-apc-varnish .. using GUI - preffered,
or with CLI.

Thanks
« Last Edit: January 26, 2022, 10:25:55 AM by JPa_SK »

Offline
*****
Re: PHP opcache-xcache-apc-varnish - Cache sytem change
« Reply #1 on: January 27, 2022, 02:59:40 PM »
hi in /opt/alt
there all php and configurations files exists.

Offline
*
Re: PHP opcache-xcache-apc-varnish - Cache sytem change
« Reply #2 on: February 03, 2022, 10:00:22 PM »
Hi friend,

U know that there is possibility...

But my question was if there is possibility to make these changes using GUI...
It would be very nice to have it :-)

It is message to CWP development team :-)

Juraj

Offline
***
Re: PHP opcache-xcache-apc-varnish - Cache sytem change
« Reply #3 on: February 03, 2022, 11:50:05 PM »
You partially have control over that when you install php with CWP, but you got some problems with your question.

xcache and apc are old (php 5.4 and older) and got replaced by the builtin Opcache.

- You should not have xcache and opcache installed on the same php installation. It will cause conflict.
- Varnish is a separate caching service and it can be "enabled" in the "GUI" only in CWP admin panel. Sadly not in UserCP as far as I am aware.