Show Posts

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.


Messages - venty

Pages: [1] 2 3 ... 32
1
Hi,

some time ago we made some improvements for mod_security:

https://starburst.help/category/control-web-panel-cwp/modsecurity-running-with-control-web-panel/

, has anything changed or been deleted in these updates?

And in general what is current and healthy now, which version, which version of the rules, etc. and how was the current version checked?

Thanks in advance!

2
Updates / Re: The version stays at 1.6
« on: August 03, 2026, 07:32:12 AM »
Hi,

thank you very much, I saw that doa 1.7 was updated...

Now I have another problem, the following messages appeared:

"CWP Security Audit - Unknown file
Unknown file: /usr/lib64/gconv/gconv-modules.cache"

and

"CWP Security Audit - Unauthorized port
Unauthorized port: php-fpm"

and separately in the message about the daily backup:

"/etc/cron.daily/cwp:

PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl: cannot open shared object file: No such file or directory), /usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so (/usr/local/cwp/php71/lib/php/extensions/no-debug-non-zts-20190902/intl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0"

Thanks in advance!


BR
Venty

3
Updates / The version stays at 1.6
« on: August 02, 2026, 01:12:09 PM »
Hi,

Almost always when I log in as root it tells me that there is a new version of the panel, but when I select it it doesn't update, the version stays at 1.6, what should I do and is this normal? I use AL 9.6...

BR
Venty

4
Updates / I am trying to update via CWP, but...?!?
« on: July 23, 2026, 06:43:38 AM »
Hi,

I am trying to update via CWP (panel), but I get this error. Please take a look:

https://prnt.sc/Q0n8puLgsL3j

What should I do?

 BR
Venty

5
Updates / AlmaLinux 9.8 & ImageMagick
« on: July 22, 2026, 08:23:28 AM »
Hi,

I tried to update AlmaLinux 9.8 which is highly recommended to periodically update the operating system and its security libraries and I used dnf clean all and dnf update -y. The first command worked, but when I started the second one it gave me at least ten error lines and all of them related to ImageMagick...

What should I do?

Thanks in advance!

BR
Venty

6
Hi,

The installation is AL 9.7, and CWP...

Please, I have had three messages until now:

[SECURITY ALERT] Unknown/Untrusted file: /usr/lib64/gconv/gconv-modules.cache

[SECURITY ALERT] Unauthorized port, for more info run: sh /scripts/cwp_security_audit

[!!! CRITICAL ALERT !!!] Ghost files (deleted but running) found, for more info run: sh /scripts/cwp_security_audit

What was I supposed to do with them :)?

Thanks in advance, and have a nice day!

BR
Venty

7
Hi,

The installation is AL 9.7, and CWP...

Please, I had until now two messages:

[SECURITY ALERT] Unknown/Untrusted file: /usr/lib64/gconv/gconv-modules.cache

and

[SECURITY ALERT] Unauthorized port, for more info run: sh /scripts/cwp_security_audit

Today, after I entered the CWP panel, I have old and one new message:

[!!! CRITICAL ALERT !!!] Ghost files (deleted but running) found, for more info run: sh /scripts/cwp_security_audit

Thanks in advance, and have a nice day!

BR
Venty

8
CSF Firewall / Re: CSF Auto Update Re-Enabled v14.24 and v15.00
« on: February 25, 2026, 01:53:43 PM »
No the mirrors is no longer active as there are different upgrades available.

We have been working with Aetherinox fork.

You can see how to upgrade to this fork at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/aetherinox-csf-firewall-update-to-v15-09/

In addition to our public KB, we have also setup support forums at: https://sysadmin.help

Hi,

Thanks for the reply, but I'm still on the original CWP CSF, version 14.2.

What do I need to do to switch to the Aetherinox fork?

BR
Venty

9
CSF Firewall / Re: Should we update CSF to V15??
« on: February 24, 2026, 04:03:45 PM »

10
CSF Firewall / Re: Should we update CSF to V15??
« on: February 24, 2026, 10:49:45 AM »
Hi,

Thank you very much for the answers here, but I've gotten distracted...

I'm now with AL 9.7, but with the original CSF of the CWP, and with version 14.2, I'm just asking for the links for:

1. Do I have to be on version 15 of the original CSF of the CWP to be able to switch to the CSF fork of Aetherinox??
A link to switch from version 14.2 to version 15.0 of the original CSF of the CWP... :)

2. And the link to switch from the original CSF to the CSF fork of Aetherinox... :)

Thanks in advance!

BR
Venty

11
Hi,

thank you very much for the reply..., as far as I can tell, they are fake...

The question is that I deleted them, and today they appeared again, the same two messages. Should I do something?

BR
Venty

12
Hi,

Please help, today, after I entered the CWP panel, I have two new messages:

[SECURITY ALERT] Unknown/Untrusted file: /usr/lib64/gconv/gconv-modules.cache

and

[SECURITY ALERT] Unauthorized port, for more info run: sh /scripts/cwp_security_audit

The installation is AL 9.7, and there were a lot of updates yesterday.

Please help...

Thanks in advance, and have a nice day!

BR
Venty

13
PHP / Re: any problems with PHP 8.3 and later?
« on: December 28, 2025, 05:28:53 PM »
Hi, 

Thank you very much for the answer, but I have some last questions, please...

1. Is MongoDB a necessary application for WordPress?!?
and

2. if I don't need MongoDB for WordPress, should I compile PHP ver. 8.3.29  with MongoDB or compile it without it!??

Thanks in advance!

BR

Venty

14
PHP / Re: any problems with PHP 8.3 and later?
« on: December 14, 2025, 09:05:23 PM »
Quote
Update the MongoDB PHP Driver
Often, this warning appears because of older versions of the mongodb extension or library. Ensure you are using the latest version of both:
Extension: Update via PECL:
Code: [Select]
pecl upgrade mongodbLibrary: Update via Composer:
Code: [Select]
composer update mongodb/mongodb

HI,

I did it, but...:

[root@hosting ~]# pecl upgrade mongodb
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
pecl/mongodb requires PHP (version >= 8.1.0, version <= 8.99.99), installed version is 8.0.30
No valid packages found
upgrade failed
[root@hosting ~]# composer update mongodb/mongodb
-bash: composer: command not found


BR
Venty

15
PHP / Re: any problems with PHP 8.3 and later?
« on: December 14, 2025, 03:39:25 PM »
I'm only familiar with MariaDB, not MongoDB.

Ok, and someone familiar with MongoDB :)

Pages: [1] 2 3 ... 32