Recent Posts

Pages: [1] 2 3 ... 10
1
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« Last post by Starburst on July 05, 2025, 02:15:36 PM »
Yup, and for EL9 it is:

Package libicu-67.1-9.el9.x86_64 is already installed.
Package libicu-devel-67.1-9.el9.x86_64 is already installed.

It's weird it's only 1 this server, which doesn't matter to much, it doesn't have clients on it. It's a mirror.
2
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« Last post by overseer on July 05, 2025, 04:21:46 AM »
In order to support an e-commerce site and a service industry site, here's a couple more rules I had to add to the WordPress section of the disabled rules files:
/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
Code: [Select]
SecRuleRemoveById 981172
SecRuleRemoveById 981319
3
Installation / Re: I don't receive a single message from root..??
« Last post by overseer on July 05, 2025, 04:13:53 AM »
CWP put the line in main.cf under #network settings, when it builds/re-builds the mail server.
Checked all of our servers, and it says "mydestination = $myhostname = name.hostname.com'

Not sure why CWP does that, as it's redundant, and just replaces $myhostname on that line.
Wow, on a new Alma install using CWP's re-build mail server function, it must've buggered up the mydestination BAD with the duplicative line. So another postfix instance rejected it. Study the 5.5.2 Helo rejection:
Code: [Select]
<overseer@domain.net>: host mail.domain.com[111.111.111.111] said: 501
    5.5.2 <srv1.domain.net?=?srv1.domain.net>: Helo command
    rejected: Invalid name (in reply to RCPT TO command)
Hard setting it to mydestination = srv1.domain.net was far more acceptable to the other postfix server!
4
PHP / Re: PHP Warning: PHP Startup: Unable to load dynamic library 'intl'
« Last post by overseer on July 05, 2025, 03:55:40 AM »
And you applied Sandeep's fix on that system?
Code: [Select]
dnf update ca-certificates -y
rpm -ivh https://github.com/mysterydata/md-disk/raw/main/libicu69-69.1-4.el8.x86_64.rpm
curl -s -L https://www.alphagnu.com/upload/tmp/el8/cwp_rc_fix_el8.sh | bash
5
How to / Re: [Tutorial] How to Change the IP Address of Server?
« Last post by overseer on July 05, 2025, 12:41:41 AM »
First go to CWP Settings > Edit settings and change the IP address to your new address. Tick the box for Rebuild vHosts.

Go to phpMyAdmin. Choose root > root_cwp database. Go under Search > Find & Replace. In the "Find:" field, put your old IP address. In the "Replace with:" field, put your new IP address. Under "Column" choose "ip_address". Click Go and it will be changed for you.

Also verify the new IP address is in /usr/local/apache/conf/sharedip.conf

Reboot.
6
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« Last post by anandmys on July 04, 2025, 11:52:26 AM »
@starburst

Installed OWASP CRS Ruleset 4.16.0 as per your guide.

Working fine.

Thank you
7
Installation / Re: I don't receive a single message from root..??
« Last post by venty on July 04, 2025, 10:29:45 AM »

Hi,

Thank you very much, I understood everything, just one last thing to clarify :)

When going through CWP,  I go to the Postfix Mail Server Manager, and check the box where it is shown in the picture:

https://prnt.sc/TXLDNMUAot9p

In this case, when building the mail server, what exactly add or change in the entries in the main.cf file ?

Many thanks in advance!

BR
Venty
8
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« Last post by Starburst on July 04, 2025, 06:23:07 AM »
Yes, when you installed Mod_Security under CWP before the modifications, there would have been a file in there called global_disabled_rules.conf.

Just copy that over to /modsecurity-rules/custom-rules/before/
9
Updates / Re: Unable to install ioncube 14 with PHP 8.3
« Last post by BeDazzler on July 04, 2025, 06:11:34 AM »
Thank you, I have followed those instructions and ioncube did start working, however it created other errors with sodium.

I found your other guide to getting sodium working and was able to solve that problem too.

Many thanks, I appreciate your help.


BeDazzler.
Pages: [1] 2 3 ... 10