This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
301
Information / Re: Security Warning for CWP Users (CWPpro version: 0.9.8.1210)
« on: August 02, 2025, 09:00:48 PM »
Could you please advise of the following:
What was the timestamp?
What messages are being displayed in the logs?
What distro are you are you running CWP on?
CWP Free or CWPpro?
What was the timestamp?
What messages are being displayed in the logs?
What distro are you are you running CWP on?
CWP Free or CWPpro?
302
PHP / Re: Anti-Change Log
« on: August 01, 2025, 05:22:21 AM »
@Sandeep
@Administrator
Do you have any info on PHP getting updated in CWP?
Another version just was released, but still no PHP change.
PHP 8.3.24 and 8.4.11 where just released on 2025-07-31.
@Administrator
Do you have any info on PHP getting updated in CWP?
Another version just was released, but still no PHP change.
PHP 8.3.24 and 8.4.11 where just released on 2025-07-31.
303
CentOS-WebPanel Bugs / Re: Way to the Web Ltd and Configserver.com will be closing down permanently!
« on: August 01, 2025, 05:19:35 AM »
I doubt it will be changed any time soon.
CSF will still work after August 31st, just no more updates.
But there are rumors it might be released as open source on Github.
ClamAV works fine fine the CLI.
CSF will still work after August 31st, just no more updates.
But there are rumors it might be released as open source on Github.
ClamAV works fine fine the CLI.
304
CentOS-WebPanel Bugs / Re: Way to the Web Ltd and Configserver.com will be closing down permanently!
« on: July 31, 2025, 05:04:37 PM »
It did come out of nowhere.
Every cPanel and CWP, to mention a few use it.
csf is NOT anti-virus, that is handled by ClamAV.
So there is no need for any other anti-virus like imunifyAV, etc.
csf also hasn't been 'forked', that is an add-on to csf.
There is FirewallD and fail2ban as options.
Every cPanel and CWP, to mention a few use it.
csf is NOT anti-virus, that is handled by ClamAV.
So there is no need for any other anti-virus like imunifyAV, etc.
csf also hasn't been 'forked', that is an add-on to csf.
There is FirewallD and fail2ban as options.
305
Installation / Re: Error when updating vhosts with an ip change
« on: July 29, 2025, 07:39:37 AM »
That's good your ISP will unblock those ports.
Hope they offer some type of DoS/DDoS also.
You'll need to setup some type of hardware firewall, and have a good battery backup.
If the ISP doesn't unblock 25, there is SendGrid, Mailjet, etc. that are easily configured with Postfix.
Hope they offer some type of DoS/DDoS also.
You'll need to setup some type of hardware firewall, and have a good battery backup.
If the ISP doesn't unblock 25, there is SendGrid, Mailjet, etc. that are easily configured with Postfix.
306
Installation / Re: Error when updating vhosts with an ip change
« on: July 29, 2025, 07:09:32 AM »
Are you using this as a lab or production?
Find out how much the static IP is, and then compare with getting a VPS somewhere.
If a lab, you could get away with a small VPS 2 CPU, 2GB RAM.
If for productions, then you would have to figure your needs.
NOTE: Most, if not All ISP's have port 25 blocked due to spammers.
Find out how much the static IP is, and then compare with getting a VPS somewhere.
If a lab, you could get away with a small VPS 2 CPU, 2GB RAM.
If for productions, then you would have to figure your needs.
NOTE: Most, if not All ISP's have port 25 blocked due to spammers.
307
Installation / Re: AlmaLinux 8 or AlmaLinux 9
« on: July 29, 2025, 07:03:02 AM »
For new servers, I would recommend AlmaLinux 9.
Mostly for longevity in the EOL.
Like @overseer mention, MariaDB should be updated to the LTS 10.11 version, unless you want to go with 11.x
AL9 is 95% production ready, if you need something specific, then maybe AL8 would fit your needs better.
Mostly for longevity in the EOL.
Like @overseer mention, MariaDB should be updated to the LTS 10.11 version, unless you want to go with 11.x
AL9 is 95% production ready, if you need something specific, then maybe AL8 would fit your needs better.
308
Installation / Re: Error when updating vhosts with an ip change
« on: July 28, 2025, 09:01:31 PM »
OK, it should work as long at the Rebuild vHosts box was checked and Save Changes.
Did you servers Base IP change, or is this an additional IP on the server?
Did you servers Base IP change, or is this an additional IP on the server?
309
E-Mail / Re: upgrade spamassassin
« on: July 28, 2025, 08:59:06 PM »
Last SpamAssassin on CentOS 7 was 3.4.4
So as long as you stay below or at that version, it should be OK.
FYI - AlmaLinux 9 uses 3.4.6 also.
So as long as you stay below or at that version, it should be OK.
FYI - AlmaLinux 9 uses 3.4.6 also.
310
Installation / Re: Error when updating vhosts with an ip change
« on: July 27, 2025, 10:15:48 PM »
Could you please advise of the following:
What distro are you are you running CWP on?
CWP Free or CWPpro?
Where and how did you change the new Shared IP at?
What distro are you are you running CWP on?
CWP Free or CWPpro?
Where and how did you change the new Shared IP at?
311
How to / Re: Stop a flood attack in vnc or contabo rescue disk?
« on: July 24, 2025, 11:11:00 PM »
Just created a new KB Article for this subject.
https://starburst.help/security/csf-lfd/how-to-stop-csf-messages-from-flooding-your-console-on-almalinux-8-9-10-rhel-based-operating-systems/
Feedback is welcome, sometimes
https://starburst.help/security/csf-lfd/how-to-stop-csf-messages-from-flooding-your-console-on-almalinux-8-9-10-rhel-based-operating-systems/
Feedback is welcome, sometimes
312
How to / Re: Stop a flood attack in vnc or contabo rescue disk?
« on: July 24, 2025, 09:29:52 PM »
To stop the console from getting flooded:
Add the line:
Apply without Rebooting
Or you can temporarily disable it via:
Also maybe have someone who is familar with CSF/LFD take a look at your config.
Code: [Select]
nano /etc/sysctl.confAdd the line:
Code: [Select]
kernel.printk = 3 4 1 3Save & CloseApply without Rebooting
Code: [Select]
sysctl -pOr you can temporarily disable it via:
Code: [Select]
dmesg -n 1Also maybe have someone who is familar with CSF/LFD take a look at your config.
313
Mod_Security / Re: WordPress or WooCommerce, have a conflict with the OWASP CRS v4.16.0
« on: July 23, 2025, 10:10:25 PM »
Try these 2 files, and let me know.
https://dl.starburst.help/ModSecurity_Misc/wordpress-rule-exclusions/
They are labeled, but
-startup goes into the /startup folder
-before goes into the /before folder
https://dl.starburst.help/ModSecurity_Misc/wordpress-rule-exclusions/
They are labeled, but
-startup goes into the /startup folder
-before goes into the /before folder
314
Mod_Security / Re: WordPress or WooCommerce, have a conflict with the OWASP CRS v4.16.0
« on: July 23, 2025, 06:21:36 PM »
I'm wondering if this isn't a plugin conflict wit the OWASP rules.
We run WordPress, and haven't had any problems mentioned.
We run WordPress, and haven't had any problems mentioned.
315
Other / Anyone else using Blesta with CWP?
« on: July 22, 2025, 05:54:07 PM »
Was wondering if anyone else was using Blesta with CWP?
