21
PHP Selector / Re: Cant install any alt php version
« Last post by Starburst on December 28, 2025, 09:32:57 PM »I would reach out to CloudLinux support, as I see you have that installed and modifies how your OS operates.
You have a couple repos that it probably only uses like alt-php.repo and pgdg-redhat-all.repo as they aren't standard on AlmaLinux.
You could also try a paid support ticket to CWP, mentioning you can't compile PHP on CloudLinux.
You have a couple repos that it probably only uses like alt-php.repo and pgdg-redhat-all.repo as they aren't standard on AlmaLinux.
You could also try a paid support ticket to CWP, mentioning you can't compile PHP on CloudLinux.
22
PHP Selector / Cant install any alt php version
« Last post by bradleygb on December 28, 2025, 06:43:34 PM »I tried installing different php versions using the php selector, but it always fails.
Here is part of the build log:
Could i maybe be missing a repo?
Here is part of the build log:
Code: [Select]
Making install in example
make[1]: Entering directory '/usr/local/src/libssh2-1.9.0/example'
make[2]: Entering directory '/usr/local/src/libssh2-1.9.0/example'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/local/src/libssh2-1.9.0/example'
make[1]: Leaving directory '/usr/local/src/libssh2-1.9.0/example'
make[1]: Entering directory '/usr/local/src/libssh2-1.9.0'
make[2]: Entering directory '/usr/local/src/libssh2-1.9.0'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/usr/local/include'
/usr/bin/install -c -m 644 include/libssh2.h include/libssh2_publickey.h include/libssh2_sftp.h '/usr/local/include'
/usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
/usr/bin/install -c -m 644 libssh2.pc '/usr/local/lib/pkgconfig'
make[2]: Leaving directory '/usr/local/src/libssh2-1.9.0'
make[1]: Leaving directory '/usr/local/src/libssh2-1.9.0'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34265 100 34265 0 0 46179 0 --:--:-- --:--:-- --:--:-- 46117
/usr/local/cwpsrv/htdocs/resources/conf/el8/php_selector/external_modules/8.2/ssh2.sh: line 15: /opt/alt/php82/usr/bin/phpize: No such file or directory
/usr/local/cwpsrv/htdocs/resources/conf/el8/php_selector/external_modules/8.2/ssh2.sh: line 16: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
/usr/local/cwpsrv/htdocs/resources/conf/el8/php_selector/external_modules/8.2/ssh2.sh: line 20: /opt/alt/php82/usr/bin/php-config: No such file or directory
ERROR: Missing extension file /ssh2.so
Build Completed
###################
Error:Can't add notification!Could i maybe be missing a repo?
Code: [Select]
# ls /etc/yum.repos.d/
almalinux-ha.repo almalinux-saphana.repo epel.repo.rpmnew
almalinux-nfv.repo almalinux-sap.repo epel-testing-modular.repo
almalinux-plus.repo alt-php.repo epel-testing.repo
almalinux-powertools.repo cloudlinux.repo mariadb.repo
almalinux.repo cwp.repo mariadb.repo.bak
almalinux-resilientstorage.repo epel-modular.repo nginx.repo
almalinux-rt.repo epel.repo pgdg-redhat-all.repo23
PHP / Re: any problems with PHP 8.3 and later?
« Last post by overseer on December 28, 2025, 05:41:21 PM »WP should use MariaDB by default; MongoDB shouldn't be needed except for specialized applications/purposes.
24
PHP / Re: any problems with PHP 8.3 and later?
« Last post by venty 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
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
25
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by Starburst on December 27, 2025, 07:28:41 PM »NOTE: The {some number} mentioned above would use whatever number sequence you are using for custom rules.
26
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by Starburst on December 27, 2025, 05:26:27 PM »If you are running OWASP CRS you can disable the global rule IDs 981176 and 949110.
Or add the following to your whitelist before the rules load:
SecRule REQUEST_URI "@contains /roundcube/" "id:{some number},phase:1,nolog,allow"
SecRule REQUEST_URI "@contains /roundcubemail-*/" "id:{some number},phase:1,nolog,allow"
Also if you send files you might have to disable certain file extension rules.
Or add the following to your whitelist before the rules load:
SecRule REQUEST_URI "@contains /roundcube/" "id:{some number},phase:1,nolog,allow"
SecRule REQUEST_URI "@contains /roundcubemail-*/" "id:{some number},phase:1,nolog,allow"
Also if you send files you might have to disable certain file extension rules.
27
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by anandmys on December 27, 2025, 05:13:45 AM »Thank you. It was mod security issue.
There were issues with mod security paths and the file where I was adding the exception rules
There were issues with mod security paths and the file where I was adding the exception rules
Try again with your signature & check your Mod security logs, might need to disable one or two rules.
From CWP menu
Security > Mod Security & cick on logs
I had similar issue ages ago & Mod security was denying emails from Roundcube that had anythig more than a few words in the email (was only with Roundcube, all mail from other mail clients worked fine).
28
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by 6Sense on December 25, 2025, 11:00:40 PM »Try again with your signature & check your Mod security logs, might need to disable one or two rules.
From CWP menu
Security > Mod Security & cick on logs
I had similar issue ages ago & Mod security was denying emails from Roundcube that had anythig more than a few words in the email (was only with Roundcube, all mail from other mail clients worked fine).
From CWP menu
Security > Mod Security & cick on logs
I had similar issue ages ago & Mod security was denying emails from Roundcube that had anythig more than a few words in the email (was only with Roundcube, all mail from other mail clients worked fine).
29
E-Mail / Re: Roundcube - Connection Error (Failed to reach server)
« Last post by anandmys on December 25, 2025, 04:42:34 AM »The email had a plain signature
Thanks
Firstname lastname
Removing the signature, email is going.
Changing password didnt help
Thanks
Firstname lastname
Removing the signature, email is going.
Changing password didnt help
30
Backup / Re: BACKUP GOOGLE DRIVE
« Last post by overseer on December 24, 2025, 02:26:21 PM »Thanks, I will try it out!
Recent Posts