1
CentOS 9 Problems / Re: Can't Get CentOS 9 to Serve Any Content Except Test Page
« Last post by overseer on December 30, 2025, 10:23:32 PM »And to be sure, your DocumentRoot is correctly set? And your DirectoryIndex is set to look for index.php? Personally, I remove index.htm and make sure index.php is the first hit, then index.html is the secondary possibility.
2
PHP Selector / Re: Cant install any alt php version
« Last post by bradleygb on December 30, 2025, 07:03:25 PM »Thanks i cant find the build file but ive gone with alt php v8.3 that was already installed before i started having these problems.
Ive since logged a ticket with cwp support so ill wait to hear from them then ill update here with feedback
Ive since logged a ticket with cwp support so ill wait to hear from them then ill update here with feedback
3
CentOS 9 Problems / Re: Can't Get CentOS 9 to Serve Any Content Except Test Page
« Last post by elkrat on December 30, 2025, 12:55:03 PM »Yes, I have a custom hosts file on my local computer and I can see my requests in the account access logs.
The shared IP is set in the server and the two test accounts are configured to use it.
When I look at the vhost file for nginx for the test account, there is no listen 443, only 80. I am allowing the system to create that file from template "wordpress_ssl" but it seems from my other Wordpress sites running standalone nginx that there should be a redirect from port 80 and the home directory should be in the 443 block. I am thinking today I'll manipulate one of my good sites' sites-available .conf files and try that. The problem is that if I have to custom write each server directive then what's the point?
Maybe I should get one working, then change the system template for "wordpress_ssl" to be correct. ?? This project is over 10 years old. It seems odd that such a fundamental problem should still exist. So I must be missing something.
The shared IP is set in the server and the two test accounts are configured to use it.
When I look at the vhost file for nginx for the test account, there is no listen 443, only 80. I am allowing the system to create that file from template "wordpress_ssl" but it seems from my other Wordpress sites running standalone nginx that there should be a redirect from port 80 and the home directory should be in the 443 block. I am thinking today I'll manipulate one of my good sites' sites-available .conf files and try that. The problem is that if I have to custom write each server directive then what's the point?
Maybe I should get one working, then change the system template for "wordpress_ssl" to be correct. ?? This project is over 10 years old. It seems odd that such a fundamental problem should still exist. So I must be missing something.
4
CentOS 9 Problems / Re: Can't Get CentOS 9 to Serve Any Content Except Test Page
« Last post by cyberspace on December 30, 2025, 08:20:14 AM »Do you specify the IP of your VPS/server or domain names installed on your vps/server in your URLs to test HTTP/HTTPS access to the sites ?
5
CentOS 9 Problems / Can't Get CentOS 9 to Serve Any Content Except Test Page
« Last post by elkrat on December 30, 2025, 03:34:19 AM »I realize CentOS 9 is not the preferred OS, but I'm hostage to Digital Ocean and an old IP address that about 100 of my customers are using. It would be a nightmare to chase them all down to change their DNS. Digital Ocean will only allow me to "rebuild" with an OS from the same family, meaning I'm stuck with some version of CentOS. A clean 9 is the best option they had.
My problem is that CWP serves only the test page. I had configured nginx + apache and fixed a few problems and added a repo to get php7.4-fpm working. Service SSH showed Apache listening on 8181 and nginx listening on 80 and 443. But still, only the test page.
I switched to pure nginx, rebuilt the server, rebuilt the vhosts, set the Nginx default vhost template type to php-fpm and the Nginx default PHP-FPM template to wordpress_ssl. Aside from an error about redefining the SSL options in the vhost, there are no errors in the logs.
What am I missing? I'm about ready to just install a LEMP stack on the server and PAINFULLY write a bunch of server directives. I don't let any users run mail servers. I only need the simplest of server setups, but I can't get a single page out at this time.
My problem is that CWP serves only the test page. I had configured nginx + apache and fixed a few problems and added a repo to get php7.4-fpm working. Service SSH showed Apache listening on 8181 and nginx listening on 80 and 443. But still, only the test page.
I switched to pure nginx, rebuilt the server, rebuilt the vhosts, set the Nginx default vhost template type to php-fpm and the Nginx default PHP-FPM template to wordpress_ssl. Aside from an error about redefining the SSL options in the vhost, there are no errors in the logs.
What am I missing? I'm about ready to just install a LEMP stack on the server and PAINFULLY write a bunch of server directives. I don't let any users run mail servers. I only need the simplest of server setups, but I can't get a single page out at this time.
6
PHP Selector / Re: Cant install any alt php version
« Last post by overseer on December 29, 2025, 01:44:32 PM »I have heard of and seen those 8.x versions fail to build lately (from PHP Selector -- oddly, all versions work fine compiling for php-fpm). The workaround is to capture the build script that is downloaded to /usr/local/src and then run it manually after the auto build fails. For some reason, running it manually in the CLI seems to let it succeed vs. running it in the web GUI.
7
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by bradleygb on December 29, 2025, 10:30:16 AM »I couldnt upgrade roundcube long before i started having problems with my php.
Ive only removed the 3 redundant repos from the list:
pgdg-redhat-all.repo
cloudlinux.repo
alt-php.repo
Ive only removed the 3 redundant repos from the list:
pgdg-redhat-all.repo
cloudlinux.repo
alt-php.repo
8
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by Starburst on December 29, 2025, 10:10:29 AM »At https://forum.centos-webpanel.com/php-selector/cant-install-any-alt-php-version/msg52891/?topicseen#msg52891
You listed different repos installed on the server, and having a problem with PHP.
So what repos are really installed?
You listed different repos installed on the server, and having a problem with PHP.
So what repos are really installed?
9
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by bradleygb on December 29, 2025, 12:23:06 AM »Here is my list:
Im not using fpm at the moment.
Could you maybe send me your repolist so i can compare it to mine?
Code: [Select]
# ls /etc/yum.repos.d/
almalinux-ha.repo cwp.repo
almalinux-nfv.repo epel-modular.repo
almalinux-plus.repo epel.repo
almalinux-powertools.repo epel.repo.rpmnew
almalinux.repo epel-testing-modular.repo
almalinux-resilientstorage.repo epel-testing.repo
almalinux-rt.repo mariadb.repo
almalinux-saphana.repo mariadb.repo.bak
almalinux-sap.repo nginx.repoIm not using fpm at the moment.
Could you maybe send me your repolist so i can compare it to mine?
10
E-Mail / Re: RoundCube 1.5.12 Released
« Last post by overseer on December 29, 2025, 12:04:53 AM »Likewise I'm running AL 8.10 with PHP 8.1.33 as the main command line PHP and also the primary php-fpm version for maximum WordPress compatibility. I have updated all my servers with Starburst's instructions and the only odd thing I had to do was restart cwpsrv afterward as some clients were having troubles accessing the webmail until that service was restarted.
Note that Roundcube runs under CWP's nginx and internal PHP version (actually 7.2) -- labeled as 7.1.
Can you give a list of your repos?
Note that Roundcube runs under CWP's nginx and internal PHP version (actually 7.2) -- labeled as 7.1.
Can you give a list of your repos?
Recent Posts