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 ... 19 20 [21] 22 23 ... 91
301
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?

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

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

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

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

306
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

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

308
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

309
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

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

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

312
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! ;)

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

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

315
Backup / Re: Back up NEW SSH error
« on: September 13, 2024, 04:32:12 AM »
What OS are you running?

Pages: 1 ... 19 20 [21] 22 23 ... 91