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.
676
Information / Re: Attention programmer
« on: March 10, 2024, 01:46:11 PM »
MariaDB is taking EL7 repositories offline with the imminent EOL of CentOS 7. Please install an LTS version (10.11) of MariaDB before installing CWP.
677
Apache / Re: Apache is not installing through Select Web Servers
« on: March 09, 2024, 09:29:25 PM »
Please post any relevant error messages or the installer log so we can help you. What OS and version?
678
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 09, 2024, 09:28:25 PM »
You can also turn off LFD notifications for SSH attempts. Have you tuned your sshd_config to secure it (disable root login, reduce login grace time, reduce login attempts, etc.)?
679
CSF Firewall / Re: Still Get SSH Login Attempts with PW Auth Disabled
« on: March 09, 2024, 03:05:03 AM »
Change SSH to an alternate port and live in peace (I don't recommend 2222 as FritzFrog scans for that.)
https://docs.rackspace.com/docs/change-the-ssh-port-in-centos-and-redhat
(Don't forget to update your csf.conf to account for the alternate SSH port.)
https://docs.rackspace.com/docs/change-the-ssh-port-in-centos-and-redhat
(Don't forget to update your csf.conf to account for the alternate SSH port.)
680
PHP / Re: Internal server Error or The server is temporarily unable
« on: March 06, 2024, 06:28:12 PM »
try temporarily dropping the CSF firewall. or upping your connection limits on mariadb if your PHP script makes many DB calls.
681
CentOS-WebPanel GUI / Re: Sql errors in email->email routing->domain
« on: March 06, 2024, 06:25:19 PM »
what version of mariadb are you running?
683
CentOS 7 Problems / Re: Issue starting cwp after removing user.conf due to 502 bad gateway
« on: February 28, 2024, 09:38:28 PM »
The GDBus PolicyKit error is solved in a couple other older threads on this forum. Please search for them.
684
CentOS-WebPanel Bugs / Re: hide the time zone
« on: February 28, 2024, 02:08:54 AM »
Via a custom .css in your custom version of the default theme:
Code: [Select]
.ibox { display: none; }
685
CentOS 8 Problems / Re: Centos 8 fresh install IP tables issue
« on: February 27, 2024, 04:49:47 PM »
There is definitely interest. Thanks for the short version here, it will be very helpful in my upcoming work.
686
CentOS 8 Problems / Re: Centos 8 fresh install IP tables issue
« on: February 26, 2024, 02:36:29 PM »
If you're starting fresh, please start with AlmaLinux 8. CentOS Stream even with delayed repos is not a viable foundation for a server.
687
SSL / Re: AutoSSL and Cloudflare
« on: February 26, 2024, 02:35:26 PM »This is normal for Cloudflare, the RIGHT way to use cloudflare is that you install the cloudflare cert on your server, it is a wildcard ssl cert that goes between your server and cloudflare, then all proxied traffic is encrypted. Cloudflare then will use its own autossl between their servers and the internet.This only works if you have your web server separate -- but that is not the normal use case for CWP, which as a general purpose hosting platform, also has e-mail. So you need the other SANs that aren't available on the wildcard certficate. And CF only handles port 80 -> 443 in that case, not mail ports.
688
Other / Re: cwp pro license keeps deactivating
« on: February 25, 2024, 11:39:24 PM »
Does your server have some network connectivity problems currently? Can you do some traceroute tests? I am still on EL7 (CentOS 7.9) and can update just fine:
Code: [Select]
[root@srv]# sh /scripts/update_cwp
====================================================
============= CentOS Web Panel Cron ================
====================================================
###########################
Firewall Flush Daily Blocks
###########################
######################
Update Server Packages
######################
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl reload nginx.service
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl restart httpd.service
You will have to update MariaDB manually to get onto a more modern LTS version (10.6.17).
689
PHP / Re: PHP Version Switcher
« on: February 24, 2024, 02:42:28 AM »
There have been some issues with the 8.3.x tree and Starburst pointed out a workaround in another thread. You could try to build without IonCube and mbstring support and see if that works for you. (As usual, I am waiting on the sidelines because WordPress isn't even fully 8.2 compatible yet...)
690
PHP / Re: PHP Version Switcher / PHP Selector not updating PHO
« on: February 24, 2024, 02:40:39 AM »
There have been some issues with the 8.3.x tree. You could try to build without IonCube and mbstring support and see if that works. Or wait until the bugs have been shaken out better. 8.2.14 should meet your needs, unless you are a cutting edge developer
