Type your comment> @sob said:
> Error during installation. I was wrong, it's Centos8 specific.
>
> No match for argument: libmemcached-devel
>
> Solution
> Run dnf config-manager --set-enabled PowerTools
> Then inst…
Type your comment> @jaac said:
> Hi qtwerk, thanks for your tutorial. Unfortunately it doesn't work. I did add the IP into the default and SSL listener. IP address still giving me 404.
>
> Please help. Thanks.
OLS or LSWS?
technically yes, but that will involves a reverse proxy and URL manipulation , too much complication and overhead , install a rainloop on the sub-domain will be much easier and simpler.
Type your comment> @notcastey said:
> To file:
> /usr/local/lscp/conf/bind.conf
> add:
> *:YOUR_PORT
> and in any file in
> /usr/local/CyberCP/
> change hard-coded port 8090 to YOUR_PORT:
> grep 8090 /usr/local/Cy…
oh yes , I didn't configure the chain.
try now it should work , curl works on me now.
also this domain is actually no longer valid , please edit the repo file to https://cdn.cyberpanel.sh
Type your comment> @iamkingsleyf said:
> How to connect via sFTP
use your root or any other SSH user access
> @Aelfric said:
> I can't start pureftpd, this happened after the update, didn't change anything by myself.
>
>…
try edit file /usr/local/CyberCP/public/phpmyadmin/libraries/config.default.php
find line
$cfg['SessionSavePath'] = '';
set to
$cfg['SessionSavePath'] = '/var/lib/php/session';