Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: JPa_SK on January 26, 2022, 09:56:32 AM

Title: PHP opcache-xcache-apc-varnish - Cache sytem change
Post by: JPa_SK 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
Title: Re: PHP opcache-xcache-apc-varnish - Cache sytem change
Post by: Sandeep on January 27, 2022, 02:59:40 PM
hi in /opt/alt
there all php and configurations files exists.
Title: Re: PHP opcache-xcache-apc-varnish - Cache sytem change
Post by: JPa_SK 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
Title: Re: PHP opcache-xcache-apc-varnish - Cache sytem change
Post by: iraqiboy90 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.