1
Problems on other RedHat linux servers / Re: AlmaLinux 8 by default folder website user go into root folder
« Last post by overseer on Today at 01:02:19 PM »I don't care for AlmaLinux's choice to give a separate LV to /home -- and it surprised me the first time I installed it. Usually on a CWP system, the big culprits are /var/vmail /home and /backup. On many of my systems, users packrat mail and so often times the mail folder is 2:1 to their home dir! So I need the full space available on the root filesystem (also to accommodate the growing backups).
Basic procedure is to to move contents of /home to a temporary location (even /home2 if you like). Edit / etc /fstab and comment out the /home line. Reboot.
Basic procedure is to to move contents of /home to a temporary location (even /home2 if you like). Edit / etc /fstab and comment out the /home line. Reboot.
Code: [Select]
lvextend -l +100%FREE /dev/mapper/almalinux-root
xfs_growfs /dev/mapper/almalinux-root
mv /home2/* /home
2
Problems on other RedHat linux servers / AlmaLinux 8 by default folder website user go into root folder
« Last post by KurJay on Today at 05:59:27 AM »Hi Thanks for this great comunity
I install with OS AlmaLinux 8 by default partition, after installation finish, I figure out that AlmaLinux 8 put all the domain or user website into the root folder not at home folder

Only 2 User and already use 52% Disk Space
How we fixed this move all the hosting user file into home folder
Thanks for all your help
Regards
KurJay
I install with OS AlmaLinux 8 by default partition, after installation finish, I figure out that AlmaLinux 8 put all the domain or user website into the root folder not at home folder

Only 2 User and already use 52% Disk Space
How we fixed this move all the hosting user file into home folder
Thanks for all your help
Regards
KurJay
3
Apache / Re: WARNING! You are not running CWP Apache
« Last post by overseer on July 06, 2025, 01:02:00 PM »Be aware of what you installing/updating. What OS are you running?
4
Apache / Re: WARNING! You are not running CWP Apache
« Last post by DeveloperMcD on July 06, 2025, 06:42:30 AM »This happens every time I do a major upgrade of software packages (yum update)
This time, I didn't click the red button to "fix it", but just did a reboot.
But now none of my sites work! Why is this?
I didn't install or do anything. I just updated the packages yum wanted to update. That's it.
This time, I didn't click the red button to "fix it", but just did a reboot.
But now none of my sites work! Why is this?
I didn't install or do anything. I just updated the packages yum wanted to update. That's it.
5
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.
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.
6
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
/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
Code: [Select]
SecRuleRemoveById 981172
SecRuleRemoveById 981319
7
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.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:
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.
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!8
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
9
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.
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.
10
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
Installed OWASP CRS Ruleset 4.16.0 as per your guide.
Working fine.
Thank you