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 2 [3] 4 5 ... 74
31
SSL / Re: Auto SSL certificate for mail only
« on: October 03, 2024, 02:38:03 AM »
Do you have http -> https 301 redirects in place for the domain/www.domain? It needs HTTP access to complete the process successfully.

32
CSF Firewall / Re: SSH Server - Failed $CRYPTO_POLICY
« on: October 02, 2024, 03:25:50 AM »
Maybe incorrect syntax within /etc/ssh/ssd_config?
Is your custom port open in the CSF firewall?

33
CentOS 7 Problems / Re: CPU 100%
« on: October 02, 2024, 03:24:08 AM »
Is it always the entrelac user? Try monitoring in real time with htop or with Netdata.

34
Installation / Re: Installation guide wrong
« on: October 01, 2024, 08:21:31 PM »
I recommend using AlmaLinux 8.
That is the current recommendation for production use! (CWP's EL9 support is still beta.)

35
Which version of PHP are you running with your WP sites? Some newer versions (8.2+)  are not fully compatible with WP yet... even 8.0 and 8.1 have some compatibility exceptions:
https://wordpress.org/about/requirements/

36
aha, glad you got that cleared up. yes it can be confusing -- but for many people start off with CGI PHP and change the version with the switcher. PHP-FPM is for the web server (web sites), so each once can have its own PHP version -- quite handy for sites that are still anchored via their CMS install to a certain PHP version.

37
I would take those results with a healthy grain of salt. A lot of that "exposure" would simply mean it's accessible via the internet -- which is what you want for a public-facing server. Other results, such as for php-fpm74 which EOL are probably actually understated -- it should be replaced by php-fpm81 wherever possible. Here's a good primer from the mother ship:
https://www.redhat.com/sysadmin/systemd-secure-services

But yes, you should take active measures to harden your system after install:
https://www.awsmonster.com/cwp-installation-and-configuration_12
https://www.awsmonster.com/2019/09/how-to-secureharden-cwp-nginx-server.html

38
MySQL / Re: Message after upgrading to MariaDB 11.4.x LTS
« on: September 30, 2024, 04:30:30 AM »
They need to get with the times!
Or switch to Percona...

39
Postfix / Re: postfix only allow PDF attachments
« on: September 25, 2024, 03:31:45 AM »
header_checks = regexp:/etc/postfix/header_checks
Code: [Select]
/name=[^>]*\.(exe|pif|com|dll|vbs|bat)/   REJECT
/name=[^>]*\.zip/ REJECT no ransomware for us, thanks anyway
/name=[^>]*\.pdf/ PASS PDFs are okay with us

40
Other / Re: Yup - RH 10 beta is out...
« on: September 23, 2024, 10:31:21 PM »
No plans here. The only possible temptation would be to run Red Hat proper, as the 16 free licenses would cover my foreseeable usage needs.
https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux

41
Always a good plan -- simplify your config then add in the cache when you are in production and need to milk the last 20% performance out of it.

42
What is your webserver configuration? Just Apache? Apache + Nginx? Varnish? Does creating a new user (and domain) work as expected?

43
I can build it / Re: CWP Custom CodeEditor (Based on Ace Editor)
« on: September 18, 2024, 04:59:19 PM »
Thanks! (I'll pardon the shameless self-promotion due to your helpfulness! ;)

44
EL9 support is still in beta, so expect bugs.

45
CentOS 9 Problems / Re: mod_security not allow to upload files
« on: September 18, 2024, 04:55:53 PM »
It's always helpful to leave the actual, detailed solution in the thread for the sake of others searching for the same solution.

Pages: 1 2 [3] 4 5 ... 74