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.
1051
SSL / Re: Can't install Let's Encrypt SSL on admin for CWP7 - need assistance.
« on: March 02, 2017, 11:55:01 AM »
this tutorial will no longer work in near future we'll update this guide
1052
Installation / Re: No way to backup CWP settings?
« on: March 02, 2017, 11:52:17 AM »My greetings!. By the way, I have read an article concerning this issue. It says, thatboth have their own places
cdn services
is far better and more consistent than usual web-hosting.
I wanted to ask how reliable these systems are?
1054
Installation / Re: No way to backup CWP settings?
« on: February 28, 2017, 08:31:17 PM »login to phpmyadmin and export the database it is easy thoughbackup database for cwp.
Sounds easy, but is there not any documentation for doing this?
1055
Installation / Re: No way to backup CWP settings?
« on: February 28, 2017, 04:42:31 PM »
backup database for cwp.
1056
Addons / Re: Make unlimited the addition of mail accounts, FTP accounts, subdomains, database
« on: February 28, 2017, 04:40:51 PM »
just edit the package to 99999
1057
Installation / Re: Roundcube - cannot connect to storage server
« on: February 27, 2017, 10:52:24 PM »
remove dovecot
yum remove dovecot
and then reinstall it by this command
yum install dovecot
see if your problem is resolved now or not
yum remove dovecot
and then reinstall it by this command
yum install dovecot
see if your problem is resolved now or not
1058
CentOS-WebPanel Bugs / Re: Problem with PHP version switcher in latest
« on: February 27, 2017, 05:16:41 AM »
manually compile php through ssh/terminal
mkdir -p /usr/local/php-7-0-16
cd /usr/local/php-7-0-16
wget http://in1.php.net/distributions/php-7.0.16.tar.gz
tar zxvf php-7.0.16.tar.gz
cd php-7.0.16
mkdir -p /usr/local/php-7-0-16
cd /usr/local/php-7-0-16
wget http://in1.php.net/distributions/php-7.0.16.tar.gz
tar zxvf php-7.0.16.tar.gz
cd php-7.0.16
Code: [Select]
./configure --with-config-file-path=/usr/local/php --with-config-file-scan-dir=/usr/local/php/php.d --enable-fpm --enable-mbstring --enable-zip --enable-bcmath --enable-pcntl --enable-ftp --enable-exif --enable-calendar --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-curl --with-mcrypt --with-iconv --with-gmp --with-pspell --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-freetype-dir=/usr --enable-gd-native-ttf --enable-gd-jis-conv --with-openssl --with-pdo-mysql=/usr --with-gettext=/usr --with-zlib=/usr --with-bz2=/usr --with-recode=/usr --with-mysqli --enable-soap --enable-intl --enable-phar --with-xsl --with-xmlrpc --with-kerberos --enable-posix --enable-sockets --with-pcre-regex --enable-calendar --with-libdir=lib64 --with-mysql-sock=/var/lib/mysql/mysql.sock --enable-shmop
1059
Information / Re: multiple NAT IPs
« on: February 26, 2017, 10:01:10 PM »For adding local (LAN) IPs for centos 6 or lower see http://wiki.centos-webpanel.com/add-additional-ip-address
-- this tutorial is for public ip not for the nat private ip.
1060
Installation / Re: Roundcube - cannot connect to storage server
« on: February 26, 2017, 09:39:31 PM »
check the sql details for roundcube
1061
CentOS-WebPanel Bugs / Re: Problem with PHP version switcher in latest
« on: February 26, 2017, 02:21:32 PM »
what OS you're using ?
1062
CentOS-WebPanel Bugs / Re: Script reset mysql password fails cwp on centos 7
« on: February 26, 2017, 02:19:57 PM »
try this script :
https://drop.me/opgOYB
https://drop.me/opgOYB
1063
PHP Selector / Re: Upgrade buildconf 2.63
« on: February 26, 2017, 08:40:40 AM »
install this libraries and try to compile php again :
Code: [Select]
yum -y install gcc make gcc-c++ cpp kernel-headers.x86_64 libxml2-devel openssl-devel bzip2-devel libjpeg-devel libpng-devel freetype-devel openldap-devel postgresql-devel aspell-devel net-snmp-devel libxslt-devel libc-client-devel libicu-devel gmp-devel curl-devel libmcrypt-devel pcre-devel sqlite-devel db4-devel enchant-devel libXpm-devel mysql-devel readline-devel libedit-devel recode-devel libtidy-devel libtool-ltdl-devel
1064
E-Mail / Re: Rebuilding e-mail
« on: February 25, 2017, 08:26:05 PM »
try this command :
yum install epel-release
yum clean all
then try to install clamd again
yum install epel-release
yum clean all
then try to install clamd again
1065
Information / Re: multiple NAT IPs
« on: February 25, 2017, 07:53:13 AM »
why you need multiple nat Ip ?