Control Web Panel
WebPanel => CentOS 9 Problems => Topic started 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.