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.
47
PHP Selector / Re: Add modules with PHP selector
« on: September 12, 2018, 06:34:30 AM »
any alternate php version you want to use you have to compile for it.
48
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library...
« on: September 12, 2018, 06:13:16 AM »
https://pecl.php.net/package/memcached
https://pecl.php.net/package/memcache
see the last release dates.
https://pecl.php.net/package/memcache
see the last release dates.
49
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.
51
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
52
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.
53
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
54
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.
55
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
56
CentOS 7 Problems / Re: AutoSSL is not working with DigitalOcean DNS
« on: September 10, 2018, 02:08:05 AM »
Perfect
57
Backup / Re: Error found on the email from - Anacron job 'cron.daily'
« on: September 09, 2018, 01:08:20 PM »58
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
59
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