Recent Posts

Pages: [1] 2 3 ... 10
1
PHP / Re: When will PHP 8.4 be released in CWP?
« Last post by Starburst on Today at 06:49:46 AM »
@cyberspace

Could use some help, if you have time.

Got PHP 8.4 mostly working, but on AL9 with CWP 0.9.8.1210, when I try to install imap from pecl, I keep getting:

Quote
# pecl install imap
pecl/imap requires PHP (version >= 8.3.0), installed version is 8.0.30
No valid packages found
install failed

Quote
# php -v
PHP 8.4.11 (cli) (built: Aug  7 2025 02:36:15) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.4.11, Copyright (c) Zend Technologies
    with the ionCube PHP Loader v14.4.1, Copyright (c) 2002-2025, by ionCube Ltd.
2
PHP / Re: Anti-Change Log
« Last post by Starburst on Today at 06:22:33 AM »
@Igor S.

Guys these PHP updates fix CVE's.


Thanks
3
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« Last post by Starburst on Today at 06:18:47 AM »
Please advise the following:

What distro are you running CWP on?

Public or NAT?

Can you send out a test email form the CLI?

--

Welcome back @cyberspace
4
Mod_Security / Re: ModSecurity Updated to 2.9.12
« Last post by Starburst on Today at 06:17:21 AM »
No, it just replaces ModSecurity and copies over a new mod_security2.so to /usr/local/apache/modules
Which at that point it will ask you to overwrite the existing file.

It a really simple script, 10 lines long, and if you do make & make install, it would be 9 lines.
But I like to double space so it's easier to read.  ;)
5
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« Last post by anandmys on Today at 05:17:42 AM »
I can compose and send a new email.

But I cant reply / forward any email

Not getting any clue from logs.

I tried disabling mod security / adding the exception. No use.
6
E-Mail / Re: Roundcube - Connection Error - Sending a particular email
« Last post by anandmys on Today at 04:10:39 AM »
Checking.

Looks like unable to forward any email
7
Mod_Security / Re: ModSecurity Updated to 2.9.12
« Last post by overseer on August 07, 2025, 11:46:20 PM »
Does your script preserve pre-existing disabled rules? (Sorry, being lazy...)
/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
8
That is exactly what crouso discovered and reported privately to me in a personal message. I posted it to the other thread he had on the topic, but not this one. He cleaned out and then watched the /usr/local/src directory during the build process, captured the downloaded files, then ran the scripts from the CLI and was able to successfully install PHP 8.2.
9
I am seeing the same thing, and been pulling my hair out on this (cuz just realize the php patch level was way behind).

Note the "Error:Can't add notification!" is more cosmetic. if you go to your cpanel web admin, click on the bell to display notifications, and remove them (or just the php related ones), that error will go away.

As for solving the problem, for the php-selector one so far I did find a work around, that is dumb, but whatever.

- Start the build process via the UI
- in a terminal window to the server, cd to /usr/local/src
- copy the php-rebuild.sh to some place else (don't delete, just cp)
- once the build process completes (and fails), on a terminal window
- cd /usr/local/src
- cp php-rebuild.sh  to the /usr/local/src directory (since the UI build process removes it)
- now do a "sh php-rebuild.sh"

For some reason, if you run it that way, it works. But running from the UI it does not. I suspect the UI is not doing the "cd /usr/local/src" before running it.
10
Mod_Security / ModSecurity Updated to 2.9.12
« Last post by Starburst on August 07, 2025, 06:51:29 PM »
A new version of ModSecurity came out 2 days ago that fixes a CVE, and some other minor things.

You can download directly at:
https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.12

Or from our KB download site at:
https://dl.starburst.help/ModSecurity/2.9.12/

There is also an update script for CWP if you want an easier way to update:
https://dl.starburst.help/ModSecurity/2.9.12/Update_Script_CWP/
Pages: [1] 2 3 ... 10