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 ... 5 6 [7] 8 9 ... 61
91
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?

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

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

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

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

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

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

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

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

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

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

102
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/

103
Other / Re: Paid server management ????
« on: February 23, 2024, 03:19:41 PM »
Suggesting Webmin/Usermin is a bit of a joke -- I do have Webmin on a couple of lower key servers (but do most work on them in the CLI), but I'd rather poke out my eyes with a stick than rely on it for these hosting use case servers.

104
Just a quick poll: do others read The Register and ArsTechnica?

105
When I read about Terrapin a few weeks ago, it wasn't a "sky is falling" type of moment for me, as the conditions for exploit are a bit restrictive. On CentOS 7.9, we have:
Code: [Select]
[root@srv]# ssh -V
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips  26 Jan 2017

Pages: 1 ... 5 6 [7] 8 9 ... 61