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.
151
DNS Manager / Re: DNS manager is broken
« on: November 29, 2023, 12:10:09 AM »
Download http://dl1.centos-webpanel.com/files/cwp/addons/cwp-slave_dns.zip
Unzip it, and replace the files. The new download has an updated license.
Be sure to backup inc/db_conn.php before updating.
Unzip it, and replace the files. The new download has an updated license.
Be sure to backup inc/db_conn.php before updating.
152
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: November 28, 2023, 05:17:11 PM »
I'm going to go out on a limb, and say that 8.3 currently is just a placeholder. As nothing happens in the background to build anything, and the module config returns to the main screen.
153
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: November 28, 2023, 05:07:09 PM »
Default settings, or customized modules?
154
MySQL / Re: An issue with Exporting DB
« on: November 20, 2023, 03:27:21 AM »
Are you able to connect to mysql via the user/password?
If yes, add " --single-transaction " to mysqldump, as the user doesn't have lock table privileges
If yes, add " --single-transaction " to mysqldump, as the user doesn't have lock table privileges
155
Other / Re: MSSQL Server Problem
« on: August 23, 2022, 05:12:54 AM »
$serverName = "192.168.1.202, 1433";
or
$serverName = "MSSQLSERVER, 1433";
Not Both
or
$serverName = "MSSQLSERVER, 1433";
Not Both
156
Updates / Re: PHP not working after upgrade on 0.9.8.1143
« on: August 23, 2022, 02:45:44 AM »
Signal 11 an be our of Memory issues, or dependency issues. If FPM is working for some sites but not others, make sure all version of FPM are started and running. The sites showing upstream issues, could be using a different version of FPM.
Check /usr/local/apache/domlogs for site specific errors.
Check /usr/local/apache/domlogs for site specific errors.
157
Updates / Re: PHP not working after upgrade on 0.9.8.1143
« on: August 22, 2022, 05:27:16 AM »
The upgrade of CWP has nothing to do with the client side PHP. The fact that your recompiled PHP is why your sites are crashed.
from shell, type
tail -n 100 /var/log/php-rebuild.log
it should point you in the direction of the error that occurred while compiling php. Most likely there was a module you check that is not compatible.
If you are running the Pro Version, and selected FPM, it could also be that the php81 version of FPM did not start.
systemctl status php-fpm81
from shell, type
tail -n 100 /var/log/php-rebuild.log
it should point you in the direction of the error that occurred while compiling php. Most likely there was a module you check that is not compatible.
If you are running the Pro Version, and selected FPM, it could also be that the php81 version of FPM did not start.
systemctl status php-fpm81
158
Postfix / Re: error all email recived is spam and reject.
« on: August 22, 2022, 03:59:25 AM »
"blocked using zen.spamhaus.org'"
Your IP is blacklisted. Check with spamhaus to see if it's your, or you subnet. Contact your host to see if you can get a clean ip.
Your IP is blacklisted. Check with spamhaus to see if it's your, or you subnet. Contact your host to see if you can get a clean ip.
159
PHP / Re: How to change the shell ssh php version without affecting php-fpm selector
« on: August 19, 2022, 03:00:57 AM »
use " locate /bin/php" to find all of the php versions installed on your system
160
PHP / Re: How to change the shell ssh php version without affecting php-fpm selector
« on: August 18, 2022, 03:14:32 AM »
locate the .bashrc file in the users home account.
Add an alias
alias php='/path/to/bin/php'
logout and log back in to check that php -v now shows the correct php version
alternatively, you can set multipl aliases
ex:
alias php71='/usr/local/cwp/php71/bin/php'
alias php72='/usr/local/cwp/php72/bin/php'
Then just run "php71 file.php"
Add an alias
alias php='/path/to/bin/php'
logout and log back in to check that php -v now shows the correct php version
alternatively, you can set multipl aliases
ex:
alias php71='/usr/local/cwp/php71/bin/php'
alias php72='/usr/local/cwp/php72/bin/php'
Then just run "php71 file.php"
162
SSL / Re: Using third-party SSL Certificates
« on: August 16, 2022, 04:40:06 AM »
nginx / cwpsrv / apache / varnish need to be restarted after a new certificate is installed
163
Installation / Re: freshinstall Opendkim always off on reboot
« on: August 06, 2022, 05:25:13 AM »
from shell,
systemctl enable opendkim
I do believe.
systemctl enable opendkim
I do believe.
164
DNS / Re: DNS service is not working
« on: August 04, 2022, 06:24:38 PM »
_default/moealdeek.com/IN: bad zone
Remove that zone, and it should load
Remove that zone, and it should load
165
DNS / Re: all my websites went offline
« on: July 03, 2022, 05:10:13 AM »
your using ns1/ns2.supporthelpdesk.click
are you hosting the DNS for that domain. If so, make sure your bind (named) server is running on your box.
BTW, .com/.net domain are the best domains to use for nameservers. All of the others can cause issues
are you hosting the DNS for that domain. If so, make sure your bind (named) server is running on your box.
BTW, .com/.net domain are the best domains to use for nameservers. All of the others can cause issues