11
PHP Selector / Re: Unable to compile ANY version with PHP Switcher and Selector / FPM selector
« Last post by SubZero5 on September 12, 2025, 10:58:02 PM »It was installed with host provided image afaik:
Clean bare setup with RTFM of CWP and all new freshly installed CWP.
Had prior issues with i guess amavisd or something like that (was not mentioned in the RTFM of CWP that amavisd must be installed BEFORE CWP (doh!)
Code: [Select]
Almalinux-9 Linux AlmaLinux 9 9 506 MB Feb 24, 2023
Clean bare setup with RTFM of CWP and all new freshly installed CWP.
Had prior issues with i guess amavisd or something like that (was not mentioned in the RTFM of CWP that amavisd must be installed BEFORE CWP (doh!)
12
PHP Selector / Re: Unable to compile ANY version with PHP Switcher and Selector / FPM selector
« Last post by overseer on September 12, 2025, 09:10:25 PM »Interesting -- I've only heard of it failing on EL8 up to this point (an AlmaLinux 8 system and a CentOS 8 Stream system). So your experience opens the door to there being unmet dependencies in EL9 distributions (AlmaLinux), whereas that hasn't been the experience of Starburst. So it must be dependent on how the system was installed/configured. Did you install with an ISO (boot, minimal, DVD) or with a host-provided image?
13
PHP Selector / Re: Unable to compile ANY version with PHP Switcher and Selector / FPM selector
« Last post by SubZero5 on September 12, 2025, 08:28:11 PM »Studying the php-dependencies.sh file with Grok, It came up with:
... but the original script was failing due to the powertools repository not existing in AlmaLinux 9. I replaced all powertools references with crb (CodeReady Builder), which is the equivalent for AlmaLinux 9. Additionally, the checkinstall package wasn't found in the default repositories, so I added a step to install it from source. ...
PS: checkinstall is non-existant in AlmaLinux 9 el9
... but the original script was failing due to the powertools repository not existing in AlmaLinux 9. I replaced all powertools references with crb (CodeReady Builder), which is the equivalent for AlmaLinux 9. Additionally, the checkinstall package wasn't found in the default repositories, so I added a step to install it from source. ...
PS: checkinstall is non-existant in AlmaLinux 9 el9
14
Aplications / Re: WordPress - too many redirects
« Last post by overseer on September 12, 2025, 06:39:45 PM »Apache? You could try a clean .htaccess file (move aside your current .htaccess).
Are you 301 redirecting from HTTP to HTTPS? Are you using Really Simple SSL? https://really-simple-ssl.com
Are you 301 redirecting from HTTP to HTTPS? Are you using Really Simple SSL? https://really-simple-ssl.com
15
Aplications / WordPress - too many redirects
« Last post by anandmys on September 12, 2025, 04:54:09 PM »All of a sudden one WordPress website started throwing the error
This page isn’t working
champakaacademy.com redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTS
Not getting any clue from log files
What might be wrong?
This page isn’t working
champakaacademy.com redirected you too many times.
Try deleting your cookies.
ERR_TOO_MANY_REDIRECTS
Not getting any clue from log files
What might be wrong?
16
CentOS 8 Problems / Re: PHP 8.1 8.0 7 Not able to install and compile in Centos 8 (Free CWP)
« Last post by Starburst on September 11, 2025, 05:44:55 PM »Could be something running the beta OS CentOS 8, which is way past EOL and support libraries are not available anymore.
CWP should be run with AlmaLinux 8 or 9.
Just setup a server yesterday with CWP and PHP 8.0.x on AlmaLinux 9.
No problems.
CWP should be run with AlmaLinux 8 or 9.
Just setup a server yesterday with CWP and PHP 8.0.x on AlmaLinux 9.
No problems.
17
CentOS 8 Problems / Re: PHP 8.1 8.0 7 Not able to install and compile in Centos 8 (Free CWP)
« Last post by overseer on September 11, 2025, 01:25:13 PM »Sadly this seems to be an ongoing bug with CWP (either free or Pro versions). There is a workaround mentioned in this thread where you capture the temporary PHP build script and run it manually in the CLI and then it will complete successfully:
https://forum.centos-webpanel.com/php-selector/unable-to-compile-any-version-with-php-switcher-and-selector-fpm-selector/msg51725/#msg51725
But the php-fpm Selector in CWP Pro does work -- so if you purchase a license, php-fpm would work for you (and you get the performance benefits as well).
https://forum.centos-webpanel.com/php-selector/unable-to-compile-any-version-with-php-switcher-and-selector-fpm-selector/msg51725/#msg51725
But the php-fpm Selector in CWP Pro does work -- so if you purchase a license, php-fpm would work for you (and you get the performance benefits as well).
18
CentOS 8 Problems / PHP 8.1 8.0 7 Not able to install and compile in Centos 8 (Free CWP)
« Last post by feronso on September 11, 2025, 08:03:46 AM »Hello,
I have try many time from cwp panel php selector version o compile multiple php versions 7/8 but no luck at all. its just stuck between compile and no decline or error shows just stuck. and once i back after restart apache its just shows the default install 5.6 version with broken modules.
screen shot attach for php -v and compile rebuild log file

I have try many time from cwp panel php selector version o compile multiple php versions 7/8 but no luck at all. its just stuck between compile and no decline or error shows just stuck. and once i back after restart apache its just shows the default install 5.6 version with broken modules.
screen shot attach for php -v and compile rebuild log file

19
CSF Firewall / Re: CSF Auto Update Re-Enabled v14.24 and v15.00
« Last post by Starburst on September 10, 2025, 11:44:14 PM »Config.pm lists a Backup server.
In downloadservers, it doesn't matter what 2 servers are used.
In downloadservers, it doesn't matter what 2 servers are used.
20
CSF Firewall / Re: CSF Auto Update Re-Enabled v14.24 and v15.00
« Last post by Wonder on September 10, 2025, 11:19:22 PM »@Starburst
I've made the changes according to your guide, but I have a question:
Where you specify:
nano /etc/csf/downloadservers
and we set up two servers, for example, OK.
But then, here:
nano /usr/local/csf/lib/ConfigServer/Config.pm
if ($chosen eq “”) {$chosen = “One.Server.only”}
We only set up one server. Does it matter which of the two download servers we set up?
I've made the changes according to your guide, but I have a question:
Where you specify:
nano /etc/csf/downloadservers
and we set up two servers, for example, OK.
But then, here:
nano /usr/local/csf/lib/ConfigServer/Config.pm
if ($chosen eq “”) {$chosen = “One.Server.only”}
We only set up one server. Does it matter which of the two download servers we set up?