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.
31
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 12, 2018, 05:54:14 AM »
Memcached is a server which runs on port 11211. Memcache is php extension to access memcached server.
It doesn't give answer that means its installed installed. So its perfectly fine.
Quote
grep -n -A1 memcache.so /usr/local/cwp/php71/php.ini
It doesn't give answer that means its installed installed. So its perfectly fine.
33
How to / Re: [Tutorial] Installing Netdata on Centos Web Panel (Second guide )
« on: September 12, 2018, 05:14:42 AM »As you observed the other tutorial is liking - point outside of centos-webpanel.com
This tutorial remains to community of centos-webpanel.com
From nowhere you appear to start posting tutorial to support community. Its very clear to anyone you are from CWP team itself. If you are so concerned about community where is your team to provide support to this community? Also please properly format tutorial so people can understand

34
Scripts / Re: [Script] Wordpress Installler using WP-CLI for CentOS Web Panel
« on: September 12, 2018, 05:12:34 AM »
Great do let us know if you find any issue.
35
PHP Selector / Re: Add modules with PHP selector
« on: September 12, 2018, 05:11:29 AM »Quote
If I already have a redis installed and compiled with PHP switcher, do I need to install it again with
yes
Quote
only the alternative PHP 5.6 is installed and does not affect the PHP version and modules for the sites and PHP version and modules for CWP?
yes
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading redis-4.1.1.tgz ... ?
Quote
4. When the installation started, he asked me twice:
enable igbinary serializer support? [no]: no
enable lzf compression support? [no]: no
and I answered "No" - is it right?
yes, default is no but you can change as you wish to.
Quote
As far as I understand, if I want for another version I repeat the same with other folders ??
yes
36
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 12, 2018, 05:07:13 AM »
I told you to run below commands to make cwp server php return to original state as it was when originally installed. I wonder why would you install memcache for cwp server php?
yes
If that happened report to the developers. Its a bug then
Clean installation will not make any difference.
Quote
1. I've installed the memcached for the CWpanel, is that why?
yes
Quote
2. With with PHP switcher I changed the version of the PHP to 7.2.9 for the sites, but it automatically changed the version of the PHP for the CWpanel and in this version 7.2.9 there is no memcache and there is a memcached?
If that happened report to the developers. Its a bug then
Clean installation will not make any difference.
37
Scripts / [Script] Wordpress Installler using WP-CLI for CentOS Web Panel
« on: September 10, 2018, 02:10:25 AM »
Well this is for those who wants to use wp-cli for cwp to install wordpress through command line.
https://github.com/Brijendrasial/WP-CLI-CWP
https://github.com/Brijendrasial/WP-CLI-CWP
38
CentOS 7 Problems / Re: AutoSSL is not working with DigitalOcean DNS
« on: September 10, 2018, 02:08:05 AM »
Perfect

39
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 09, 2018, 01:08:20 PM »40
CentOS 7 Problems / Re: BIND SERVER not start
« on: September 09, 2018, 01:05:19 PM »
Goto https://serverip:2087/admin/index.php?module=nameservers and click on "Save changes"
See if it works now
See if it works now
41
CentOS 7 Problems / Re: AutoSSL is not working with DigitalOcean DNS
« on: September 09, 2018, 01:04:05 PM »
Does the below command issue SSL. Replace yourdomain.com with your original domain name. What is output of this command below? Also when it ends you see your SSL files under /root/.acme.sh/cwp_certs
Code: [Select]
sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --issue -d www.yourdomain.com -d yourdomain.com -w /usr/local/apache/autossl_tmp --debug 2
43
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 06:44:22 PM »
litespeed automatically counts vhost created for Apache. Goto https://yourserverip:7080/service/serviceMgr.php . Scroll down and you will see your vhost files used by litespeed for CWP.
44
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 05:59:23 PM »
Its same as how previously you used to edit php.ini file.
using 7080 port you can manage litespeed. Navigate to each setting and play with it if you want to learn.
I think you are done with litespeed.
using 7080 port you can manage litespeed. Navigate to each setting and play with it if you want to learn.

I think you are done with litespeed.
45
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 05:41:38 PM »
goto https://yourserverip:2087/admin/index.php?module=settings
Under apache port. See if there is 8181. If yes then change it to 80 and click on save changes.
got https://yourserverip:2087/admin/index.php?module=vhost_rebuild
click Rebuild All Virtual Hosts
In ssh restart litespeed
service lshttpd restart
Now see if your site is working fine.
Under apache port. See if there is 8181. If yes then change it to 80 and click on save changes.
got https://yourserverip:2087/admin/index.php?module=vhost_rebuild
click Rebuild All Virtual Hosts
In ssh restart litespeed
service lshttpd restart
Now see if your site is working fine.