21
CentOS 9 Problems / Re: EL9 recent update casusing boot issue
« Last post by overseer on September 01, 2025, 01:16:20 PM »Do you have an installer ISO that you could boot the VM from and try to rescue the system? I've had to do this for XFS errors before.
22
CentOS 9 Problems / EL9 recent update casusing boot issue
« Last post by sETu on September 01, 2025, 10:03:46 AM »Hello,
After update EL9 recent release of cwp my vm not starting. not even showing boot menu. showing starting and goes to 10% then Shutdown immediately. i am using it on Hyper-v with CentOS9
After update EL9 recent release of cwp my vm not starting. not even showing boot menu. showing starting and goes to 10% then Shutdown immediately. i am using it on Hyper-v with CentOS9
23
CentOS-WebPanel Bugs / Re: Reseller customer disk space problem.
« Last post by saviorhost on September 01, 2025, 09:56:58 AM »Don't do reselling![]()
(A little bit cheeky, but it is a practice I hold to.)
The problem hasn't been resolved for 6 months. At this rate, I'll be saying goodbye to CWP.
24
CentOS-WebPanel Bugs / Re: Unable to open userpanel
« Last post by anandmys on September 01, 2025, 05:55:07 AM »This looks like some issue related to default url
/wp-admin/ gives 403 but wp-admin/index.php opens
May or may not be related
/wp-admin/ gives 403 but wp-admin/index.php opens
May or may not be related
25
Mod_Security / Re: OWASP CRS v4.15.0 Just Release
« Last post by mind5t0rm on September 01, 2025, 05:30:06 AM »Someone has to include 2 very critical details on these guides:
1) the CWP admin dashboard "Global Disabled Rules" file is NOT the same with the one that our customized mod_security is currently using.
No edit on that file will work. The user has to add/remove rules on the new global_disabled.conf under the newly created folder.
2) the mod_security.conf file is getting overwritten occasionally by the CWP Security daemon - replacing the custom OWASP ruleset path with the default path causing chaos on the server.
My solution was to make it immutable with
I hope this helps.
Feel free to let me know if I missed something or share this with AlphaGNU and Starburst.
1) the CWP admin dashboard "Global Disabled Rules" file is NOT the same with the one that our customized mod_security is currently using.
No edit on that file will work. The user has to add/remove rules on the new global_disabled.conf under the newly created folder.
2) the mod_security.conf file is getting overwritten occasionally by the CWP Security daemon - replacing the custom OWASP ruleset path with the default path causing chaos on the server.
My solution was to make it immutable with
Code: [Select]
sudo chattr -i /usr/local/apache/conf.d/mod_security.conf
but then the user MUST remember to remove this flag for any future update/edit.I hope this helps.
Feel free to let me know if I missed something or share this with AlphaGNU and Starburst.
26
CentOS-WebPanel Bugs / Re: Unable to open userpanel
« Last post by anandmys on September 01, 2025, 03:22:40 AM »And I also see that /webmail is also throwing 403 forbidden error
27
CentOS-WebPanel Bugs / Re: Unable to open userpanel
« Last post by anandmys on September 01, 2025, 03:21:19 AM »Please advise the following:
What distro are you running CWP on?
Public or NAT?
--
AL 8. Elevated from centos stream
Also did the fix from https://forum.centos-webpanel.com/centos-webpanel-bugs/fix-user-panel-login-is-not-working/
Not work?
Didnt work
28
CentOS-WebPanel Bugs / Re: Unable to open userpanel
« Last post by anandmys on September 01, 2025, 03:18:47 AM »Did you try to re-issue the server hostname certificate? (Change hostname, could switch to 4096 bit key size)
Did that. No use. Tried 4096 as well now. No use
29
CSF Firewall / Re: Tweaked CSF update instructions for CWP path
« Last post by Starburst on August 31, 2025, 03:56:45 AM »Only function changes where the auto update servers have been removed. Since they no longer exist.
Only way to auto update is to setup your own mirror, or manually from Github.
Since we already have a public mirror network setup for ELRepo, we are going to add Configserver.
Ref. : https://starburstservices.com/downloads/mirrors-list/
We use to have AlmaLinux & MariaDB mirrored at these locations also, but the data usage got to large, and we had to drop them. :'(
MariaDB is still mirror in England, have to update the list.
mariadb.gb.ssimn.org
Just need a couple days to get things setup, and I'll post an update.
Current CWP is sending out an error about the CSF update, saying in the email to root:
Only way to auto update is to setup your own mirror, or manually from Github.
Since we already have a public mirror network setup for ELRepo, we are going to add Configserver.
Ref. : https://starburstservices.com/downloads/mirrors-list/
We use to have AlmaLinux & MariaDB mirrored at these locations also, but the data usage got to large, and we had to drop them. :'(
MariaDB is still mirror in England, have to update the list.
mariadb.gb.ssimn.org
Just need a couple days to get things setup, and I'll post an update.
Current CWP is sending out an error about the CSF update, saying in the email to root:
Quote
From: (Cron Daemon) root@domainname
To: root @domainname
Subject: Cron <root@server> /usr/sbin/csf -u
Oops: Unable to download: No Host option provided
30
CSF Firewall / Re: Tweaked CSF update instructions for CWP path
« Last post by overseer on August 30, 2025, 11:46:26 PM »No functional changes with v15 yet, correct? Just re-jiggering the update mechanism and changing the license, I assume...