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.
76
Information / Re: contact cwp not working
« on: October 25, 2021, 08:34:18 AM »
Works fine, try to check MTR
77
CentOS 7 Problems / Re: SSL connection timeout and Apache restart issue
« on: October 25, 2021, 08:32:48 AM »
1. These are just warnings.
2. Try to change MPM to Prefork
2. Try to change MPM to Prefork

78
CentOS 7 Problems / Re: Cant add record in any zome same error
« on: October 25, 2021, 08:30:45 AM »
Check Apache's log in /usr/local/apache/domlogs/
79
CentOS 7 Problems / Re: You've reached your max_input_vars limit of 1000
« on: October 22, 2021, 07:26:56 AM »
You can manually edit php.ini in /opt/alt/php-fpm74/usr/ . Do forget to restart php-fpm service:
Code: [Select]
systemctl restart php-fpm74
80
CentOS 7 Problems / Re: 503 Service Unavailable Error
« on: October 21, 2021, 03:03:11 PM »
You must check your webservers are up. If you use CWPpro and PHP-FPM make sure the CWPpro is active.
81
CentOS 7 Problems / Re: mysql issue
« on: October 21, 2021, 03:01:54 PM »
You can set the datadir in /etc/my.cnf instead of strange ln -s /home/var_mysql/mysql /var/lib/mysql
Also, if you using CentOS 7 or CentOS 8 you will have to set ProtectHome=No in /usr/lib/systemd/system/mariadb.service
Also, if you using CentOS 7 or CentOS 8 you will have to set ProtectHome=No in /usr/lib/systemd/system/mariadb.service
82
Information / Re: CentOS 8 Support - When or Never???
« on: October 21, 2021, 02:55:21 PM »
The best way to have CentOS 8 installed but not upgraded from 7.
83
CentOS 7 Problems / Re: Change Server Date & Time
« on: October 04, 2021, 08:13:05 AM »
Try to use the command below
Code: [Select]
ntpdate ntp.pool.org
Or waiting for update if you use NTP daemon.
84
CentOS 7 Problems / Re: Can't see big files and folder in filemanager
« on: October 04, 2021, 08:11:08 AM »
Make sure the folder is exists and the folder's owner is the user.
85
CentOS 7 Problems / Re: Warning: mysqli_connect(): (HY000/2002)
« on: October 04, 2021, 08:09:15 AM »
Try the command: sh /scripts/mysql_pwd_reset
**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf
**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf
86
Installation / Re: Found Error first time installation Centos 7: MySQL root password is invalid!!!
« on: October 04, 2021, 08:06:43 AM »
Hi, make sure you do not have DNS problem and you are able to use yum manager with no issues. Also, make sure you are able to install/reinstall MariaDB server.
87
Installation / Re: Cannot download CWP installation files
« on: October 04, 2021, 08:03:27 AM »
It seems like you have a problem with the network. I can't see the problem from my side
Code: [Select]
igor $ wget http://static.cdn-cwp.com/files/cwp/el7/cwp-services.zip -O /dev/null
--2021-10-04 11:02:38-- http://static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
Распознаётся static.cdn-cwp.com (static.cdn-cwp.com)... 151.80.90.199, 137.74.148.116, 198.27.104.40, ...
Подключение к static.cdn-cwp.com (static.cdn-cwp.com)|151.80.90.199|:80... соединение установлено.
HTTP-запрос отправлен. Ожидание ответа... 200 OK
Длина: 33111842 (32M) [application/zip]
Сохранение в каталог: ««/dev/null»».
/dev/null 7%[=====> ] 2,22M 595KB/s eta 44s ^C
igor $
88
Information / Re: CWP Pro paid invoice
« on: October 04, 2021, 07:59:08 AM »
Send an email to info@centos-webpanel.com
hi,
I am trying to pay the invoice (for CWP Pro) with Skrill but it gives this error:
QuoteWe are unable to process this payment.
89
Apache / Re: Apache & nginx Failed
« on: September 16, 2021, 09:40:58 PM »
Login to CWP and delete SSL certificate for bkwebhosting.com
90
Apache / Re: i want to add port to my domain
« on: September 16, 2021, 09:40:09 PM »
You can do what you want by changing WEB server VHOST manually. Custom port in WebServer Configuration is another thing and will not work as you want.