Want more timely Centmin Mod News Updates?
Become a Member

Install Can't show my vhost xenforo but only the centmin Test page

Discussion in 'Install & Upgrades or Pre-Install Questions' started by modder, Mar 25, 2025.

  1. modder

    modder Member

    123
    16
    18
    Dec 6, 2019
    Ratings:
    +27
    Local Time:
    6:20 PM
    Please fill in any relevant information that applies to you:
    • CentOS Version: AlmaLinux 8
    • Centmin Mod Version Installed: 130.00beta01.b692
    • Nginx Version Installed: i.e. 1.25.5php -v
    • PHP Version Installed: PHP 8.2.13
    • MariaDB MySQL Version Installed: 10.6.17-MariaDB
    • When was last time updated Centmin Mod code base ? : just now
    • Persistent Config:
      Code:
      CENTOS_ALPHATEST='y'
      NGINX_VERSION='1.25.3'
      NGINX_ONETWOTHREE_COMPAT='y'
      DEVTOOLSETTEN='n'
      DEVTOOLSETELEVEN='n'
      DEVTOOLSETTWELVE='y'
      SELFSIGNEDSSL_ECDSA='y'
      PHPFINFO='y'
      PHP_OVERWRITECONF='n'
      PYTHON_INSTALL_ALTERNATIVES='y'
      
      MARCH_TARGETNATIVE='n'
      
      ENABLE_MARIADBTENFOURUPGRADE='y'
      ENABLE_MARIADBTENFIVEUPGRADE='y'
      ENABLE_MARIADBTENSIXUPGRADE='y'
      

    https://mysite.com

    The browser shows:

    upload_2025-3-25_19-22-47.png


    But supposedly it shows the an xenforo forum which is set as a vhost. It actually worked for a few months before (as a testing site) until the domain expired. Then I left it abandoned for a while. Now when I created another domain name and had dns pointed to this website in cloudflare, it's like that now.


    service nginx status

    Code:
    $ service nginx status
    Redirecting to /bin/systemctl status nginx.service
    ● nginx.service - Centmin Mod NGINX Server
       Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
      Drop-In: /etc/systemd/system/nginx.service.d
               └─failure-restart.conf, openfileslimit.conf
       Active: active (running) since Mon 2025-03-24 23:08:36 ; 11min ago
     Main PID: 1487717 (nginx)
        Tasks: 2 (limit: 12255)
       Memory: 161.4M
       CGroup: /system.slice/nginx.service
               ├─1487717 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
               └─1488030 nginx: worker process
    
    Mar 24 23:08:36 alma8 systemd[1]: Starting Centmin Mod NGINX Server...
    Mar 24 23:08:36 alma8 nginx[1487714]: nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    Mar 24 23:08:36 alma8 nginx[1487714]: nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    Mar 24 23:08:36 alma8 systemd[1]: nginx.service: Failed to parse PID from file /usr/local/nginx/logs/nginx.pid: Invalid argument
    Mar 24 23:08:36 alma8 systemd[1]: Started Centmin Mod NGINX Server.
    Mar 24 23:13:01 alma8 systemd[1]: Reloading Centmin Mod NGINX Server.
    Mar 24 23:13:01 alma8 systemd[1]: Reloaded Centmin Mod NGINX Server.
    
     

    Attached Files:

    Last edited: Mar 25, 2025
  2. duderuud

    duderuud Premium Member Premium Member

    260
    84
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +181
    Local Time:
    12:20 PM
    1.27 x
    10.6
  3. eva2000

    eva2000 Administrator Staff Member

    55,165
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    8:20 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Which domain DNS provider you using for the domain? double check your domain DNS settings for A IPv4 IP records and if applicable AAAA IPv6 IP records

    New nginx vhost you just setup? Or long time working nginx vhost and only just started exhibiting this issue?

    130.00beta01.b692 is pretty old, I'd update to Centmin Mod 132.00stable https://community.centminmod.com/th...alinux-rocky-linux-support.25572/#post-103671 or 140.00beta01 https://community.centminmod.com/th...ase-with-almalinux-rocky-linux-support.25572/
     
  4. modder

    modder Member

    123
    16
    18
    Dec 6, 2019
    Ratings:
    +27
    Local Time:
    6:20 PM
  5. modder

    modder Member

    123
    16
    18
    Dec 6, 2019
    Ratings:
    +27
    Local Time:
    6:20 PM
    I just updated the first post to reflect the actual problem.