Show Posts

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.


Messages - overseer

Pages: 1 ... 41 42 [43] 44 45 ... 96
631
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.)?

632
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.)

633
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.

634
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?

635
Suggestions / Re: Roundcube 1.6
« on: March 02, 2024, 07:35:07 PM »
EOL-city, unfortunately...

636
The GDBus PolicyKit error is solved in a couple other older threads on this forum. Please search for them.

637
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; }

638
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.

639
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.

640
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.

641
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).

642
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...)

643
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 ;)

644
PHP / Re: PHP Version Switcher
« on: February 23, 2024, 11:39:12 PM »
Try 8.2.14 and see if that works for you.

645
DKIM / Re: DKIM fail
« on: February 23, 2024, 11:37:35 PM »
What is your domain? Do you have the proper SPF TXT records in place?
https://www.cloudflare.com/learning/email-security/dmarc-dkim-spf/

Pages: 1 ... 41 42 [43] 44 45 ... 96