21
Updates / Re: 1.07 update
« Last post by Starburst on August 04, 2026, 12:11:06 AM »When the company that owned/took care of the Comodo ruleset split up, the ruleset got abandoned.
The last version was 1.241
But it is over a year old at this point.
If you need it, you can download it from:
https://dl.starburst.help/ModSecurity_Rulesets/Comodo/Apache_Rulesets/1.241/
Your best bet is to use the guide to update ModSec and install the OWASP CRS ruleset.
The last version was 1.241
But it is over a year old at this point.
If you need it, you can download it from:
https://dl.starburst.help/ModSecurity_Rulesets/Comodo/Apache_Rulesets/1.241/
Your best bet is to use the guide to update ModSec and install the OWASP CRS ruleset.
22
CentOS-WebPanel Bugs / Re: BUG: Subdomain creation not possible
« Last post by 6Sense on August 03, 2026, 10:06:01 PM »I've just tested for you on my Alma8, CWP 1.7 & a new subdomain was created without an issue using CWP UI. I used the below details and it created the subdomain + the folder for me.
Add SubDomain: newsub
Folderpath: /public_html/newsub
I didnt tick the AutoSSL box though as for that to work I'd need to add a DNS record for the 'newsub' subdomain. I deleted it just as easy.
Add SubDomain: newsub
Folderpath: /public_html/newsub
I didnt tick the AutoSSL box though as for that to work I'd need to add a DNS record for the 'newsub' subdomain. I deleted it just as easy.
23
Updates / Re: CWP Cannot be Installed in Alma 8 - Devel repo Issue
« Last post by Reikor on August 03, 2026, 08:57:08 PM »Today with cwp 1.7 i installed on alma linux and modsec was broken for the second line lib64 error in the conf file and because comodo waf cannot be downloaded anymore, so you need to use owasp or not useit at all.
And the second php-fpm cannot compile.
Solution in this post. https://forum.centos-webpanel.com/updates/cannot-install-php-fpm-on-alma-8-9/
And the second php-fpm cannot compile.
Solution in this post. https://forum.centos-webpanel.com/updates/cannot-install-php-fpm-on-alma-8-9/
24
Updates / Re: CWP Cannot be Installed in Alma 8 - Devel repo Issue
« Last post by Reikor on August 03, 2026, 08:22:48 PM »ok 2 days ago was cwp 1.6 with the problem it seems they fixed it on 1.7
25
Updates / Re: Cannot Install PHP-FPM on Alma 8 & 9
« Last post by Reikor on August 03, 2026, 08:20:54 PM »onfigure: error: Package requirements (libpng) were not met:
Package 'libpng', required by 'virtual:world', not found
PHP's ./configure uses pkg-config to locate libpng (for the GD extension). pkg-config couldn't find it, so configure aborted and the whole build died.
Root cause: libpng-devel was installed — but only the i686 (32-bit) package. A 32-bit -devel drops its pkg-config file at:
/usr/lib/pkgconfig/libpng.pc ← 32-bit path
But on a 64-bit box, pkg-config only searches:
/usr/lib64/pkgconfig : /usr/share/pkgconfig ← note: /usr/lib (32-bit) NOT included
So pkg-config --exists libpng returned false even though the package looked installed. (This is a CWP-on-AL9 quirk — some of its build-dep steps pull .i686 packages.)
The fix — install the x86_64 dev package so the .pc lands in the path pkg-config actually searches:
dnf -y --enablerepo=crb,epel install libpng-devel.x86_64 gd-devel postgresql-devel
Note: on AlmaLinux 9 the -devel repo is crb (CodeReady Builder), which replaced AL8's powertools. After this, /usr/lib64/pkgconfig/libpng.pc exists and pkg-config --exists libpng → OK (1.6.37), so the GD/libpng configure step passes and PHP compiles.
Package 'libpng', required by 'virtual:world', not found
PHP's ./configure uses pkg-config to locate libpng (for the GD extension). pkg-config couldn't find it, so configure aborted and the whole build died.
Root cause: libpng-devel was installed — but only the i686 (32-bit) package. A 32-bit -devel drops its pkg-config file at:
/usr/lib/pkgconfig/libpng.pc ← 32-bit path
But on a 64-bit box, pkg-config only searches:
/usr/lib64/pkgconfig : /usr/share/pkgconfig ← note: /usr/lib (32-bit) NOT included
So pkg-config --exists libpng returned false even though the package looked installed. (This is a CWP-on-AL9 quirk — some of its build-dep steps pull .i686 packages.)
The fix — install the x86_64 dev package so the .pc lands in the path pkg-config actually searches:
dnf -y --enablerepo=crb,epel install libpng-devel.x86_64 gd-devel postgresql-devel
Note: on AlmaLinux 9 the -devel repo is crb (CodeReady Builder), which replaced AL8's powertools. After this, /usr/lib64/pkgconfig/libpng.pc exists and pkg-config --exists libpng → OK (1.6.37), so the GD/libpng configure step passes and PHP compiles.
26
Updates / Re: 1.07 update
« Last post by Reikor on August 03, 2026, 08:17:55 PM »The second line about the lib64 was erased but then ther eis another problem with the comodo waf, because they are no longer available to download it breaks because there are no rules, so you need to use owasp or die.
I manage to move an old comodowaf from another server.
It seems ther eis no more comod waf rulz is it?
I manage to move an old comodowaf from another server.
It seems ther eis no more comod waf rulz is it?
27
CentOS-WebPanel Bugs / BUG: Subdomain creation not possible
« Last post by Painkiller88 on August 03, 2026, 06:34:44 PM »Since the update 1.4 it is no longer possible to create new subdomains or subdomains for addon domains.
I am now on CWPpro Version 1.7 and it is still not possible.
No matter what path i enter, no matter what name i give the subdomain
I am now on CWPpro Version 1.7 and it is still not possible.
No matter what path i enter, no matter what name i give the subdomain
28
Updates / Re: Migration experience: AlmaLinux 8 to AlmaLinux 9 with CWP 1.7
« Last post by Starburst on August 03, 2026, 03:52:26 PM »Cool.
Thanks for the info.
Thanks for the info.
29
Updates / Re: 1.07 update
« Last post by Starburst on August 03, 2026, 03:51:38 PM »mod sec still breaks apache, it doesnt work.
Did you fix that bug in the 2nd line?
What error is it giving?
30
Updates / Re: CWP Cannot be Installed in Alma 8 - Devel repo Issue
« Last post by Starburst on August 03, 2026, 03:49:24 PM »What does php have to do with modsec?
The problem is the complete panel is fuckt up!
I dont care modsec anymore, the poblema is no PHP version is working anda cannot update it. Installer is fuckt up.
You had asked above:
Quote
With AL8 modsec is not working.
So I was answering that part.
php_switch_v2 is working in 1.7
PHP-FPM is also working.
Recent Posts