91
Updates / Re: Upladte 0.9.8.1225
« Last post by josemnunez on May 07, 2026, 12:00:28 PM »Hello, thank you for your feedback. We will soon have updates for many modules and a major improvement to the firewall, RC, and Apache modules.
92
Updates / Re: Upladte 0.9.8.1225
« Last post by saviorhost on May 07, 2026, 07:53:42 AM »Why is there such a delay? They're not giving any information or saying anything. I had to switch to another panel.
93
Updates / Re: Upladte 0.9.8.1225
« Last post by Jamshed Datori on May 07, 2026, 01:18:04 AM »This is a big update, and I have checked the mentioned modules, they have worked on "design" too, and it's beautiful.
Hope to see more updates very soon.
Hope to see more updates very soon.

94
Updates / Re: Upladte 0.9.8.1225
« Last post by cgauthey on May 06, 2026, 09:15:18 PM »Still no php updates tho.
No, but they're coming soon, just a little more patience, everything will arrive at the same time: PHP version, AlmaLinux 9 and 10, etc...
95
Updates / Re: Upladte 0.9.8.1225
« Last post by Martins-phpbb on May 06, 2026, 09:08:24 PM »Still no php updates tho.
96
Updates / Upladte 0.9.8.1225
« Last post by cgauthey on May 06, 2026, 08:46:57 PM »0.9.8.1225
Admin Panel
FIXED ADMIN
Language adjustments
Adjustments in the Custom Server module
Added SMB, NFS, and S3 protocols to the Backup module
Added Backup MongoDB and PostgreSQL
NEW ADMIN FEATURE
+ Configuration module for Git options in the user interface
+ Postfix List Manager module
User Panel
FIDEX USER
Two-step authentication (2FA)
Security fix in the login system
Password recovery fix
NEW USER
Module for synchronization with Cloudflare
Module for deploying from Git
Added autologin for admin in the WordPress add-ons module
This is proof that CWP is still alive and continuing its development.
Admin Panel
FIXED ADMIN
Language adjustments
Adjustments in the Custom Server module
Added SMB, NFS, and S3 protocols to the Backup module
Added Backup MongoDB and PostgreSQL
NEW ADMIN FEATURE
+ Configuration module for Git options in the user interface
+ Postfix List Manager module
User Panel
FIDEX USER
Two-step authentication (2FA)
Security fix in the login system
Password recovery fix
NEW USER
Module for synchronization with Cloudflare
Module for deploying from Git
Added autologin for admin in the WordPress add-ons module
This is proof that CWP is still alive and continuing its development.
97
DNS / Re: How to change CWP DNS Resolvers ?
« Last post by Andrew C on May 06, 2026, 03:52:09 PM »Hello,
Thanks for your reply.
I initially assumed that `/etc/resolv.conf` was the correct file to configure manual DNS resolver IP addresses. However, after making changes there, the system does not behave as expected.
When monitoring outgoing DNS requests from the CWP servers network interface, I can see queries being sent to multiple IP addresses in a round-robin pattern. Notably, the IP address specified in `/etc/resolv.conf` is not among them.
This suggests that some component within CWP may be managing its own list of DNS servers, rather than relying on the configuration in `/etc/resolv.conf`.
DNS resolution itself is working, but Im unclear which DNS servers are actually being used. If you have insight into how CWP handles DNS resolution, Id appreciate your guidance before I proceed with further testing.
On a standard AlmaLinux 9 setup, DNS servers defined during installation are typically used by default. It seems CWP may handle this differently, and Im trying to better understand that behavior.
Thanks.
Thanks for your reply.
I initially assumed that `/etc/resolv.conf` was the correct file to configure manual DNS resolver IP addresses. However, after making changes there, the system does not behave as expected.
When monitoring outgoing DNS requests from the CWP servers network interface, I can see queries being sent to multiple IP addresses in a round-robin pattern. Notably, the IP address specified in `/etc/resolv.conf` is not among them.
This suggests that some component within CWP may be managing its own list of DNS servers, rather than relying on the configuration in `/etc/resolv.conf`.
DNS resolution itself is working, but Im unclear which DNS servers are actually being used. If you have insight into how CWP handles DNS resolution, Id appreciate your guidance before I proceed with further testing.
On a standard AlmaLinux 9 setup, DNS servers defined during installation are typically used by default. It seems CWP may handle this differently, and Im trying to better understand that behavior.
Thanks.
98
CentOS-WebPanel Bugs / Re: Installing mod_security is not working on basic panel
« Last post by overseer on May 05, 2026, 03:38:37 PM »EL9 distro?
https://starburst.help/control-web-panel-cwp/modsecurity-running-with-control-web-panel/update-modsecurity-to-2-9-12-running-cwp-and-apache-on-almalinux-9/
https://starburst.help/control-web-panel-cwp/modsecurity-running-with-control-web-panel/update-owasp-crs-ruleset-to-4-25-0-lts-running-cwp-and-apache-on-almalinux-9/
For some reason when you install ModSecurity, line 2 of /usr/local/apache/conf.d/mod_security.conf needs to be manually fixed.While you're at it, consider updating Mod Security and using the latest OWASP ruleset:
By Default is only has:Code: [Select]LoadFile /usr/lib64/
You need to edit it, so the whole line says:Code: [Select]LoadFile /usr/lib64/liblua-5.4.so
Save, and then start Apache.
https://starburst.help/control-web-panel-cwp/modsecurity-running-with-control-web-panel/update-modsecurity-to-2-9-12-running-cwp-and-apache-on-almalinux-9/
https://starburst.help/control-web-panel-cwp/modsecurity-running-with-control-web-panel/update-owasp-crs-ruleset-to-4-25-0-lts-running-cwp-and-apache-on-almalinux-9/
99
CentOS-WebPanel Bugs / Installing mod_security is not working on basic panel
« Last post by keremardicli on May 05, 2026, 09:45:15 AM »I tried to enable mod_security after some breach. Opened up security > mod_security and clicked on install.
After it succesfully installed mod_security Apache did not start at all.
After some research i found out that mod_security2.so file is not being installed in the httpd directory.
With the help of AI, I simlinked so file but this time CWP Dashboard controlled Apache did not work. We had to switch to /usr/local/apache/bin/apachectl . But CWP is monitoring httpd.service which is not the same. it shows Apache is not running and trying to run it wont work as part 80 is already being used. If i stop apachectl then mod_security does not work.
After it succesfully installed mod_security Apache did not start at all.
After some research i found out that mod_security2.so file is not being installed in the httpd directory.
With the help of AI, I simlinked so file but this time CWP Dashboard controlled Apache did not work. We had to switch to /usr/local/apache/bin/apachectl . But CWP is monitoring httpd.service which is not the same. it shows Apache is not running and trying to run it wont work as part 80 is already being used. If i stop apachectl then mod_security does not work.
100
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« Last post by KGIII on May 04, 2026, 08:43:22 PM »From a clean AL9 install:
If there are a few packages already installed, don't worry.
<snip>
The directions you gave actually worked. The directions in the installation guide did nothing of the sort.
Thanks!
Is there a reason why the given default instructions don't work? I tried them many times, following them exactly each time (other than the first try). Each time was on a clean server. Each one was freshly installed.
Ah well. I didn't want to necropost, bringing up an old thread, but I figured bringing some light to this being a viable method to get CWPPro installed.
Recent Posts