auto install bug ?

Discussion in 'Installation/Configuration' started by jessai toujours, Jun 23, 2024.

  1. jessai toujours

    jessai toujours New Member

    server: soyoustart
    os: debian 12
    installation without modification
    when I install auto install with this command line:
    wget -O - https://get.ispconfig.org | sh -s -- --use-php=8.0,8.2,8.3 --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades
    the installation gives no errors
    but when I go to the address https://monserveur.com:8081/phpmyadmin or https://monserveur.com:8081/squirrelmail
    I have a 502 bad gateaway error

    on the other hand with this command line:
    wget -O - https://get.ispconfig.org | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades

    I have access to phpmyadmin and squirrelmail
    Is this a bug or am I not doing the right command to install only certain versions of php?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Normally, it should be ok as you included PHP 8.2, which is the default PHP version of Debian 12. I'll make a test install to see if I can reproduce the issue here.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    I can confirm the issue. But it's not a problem in the auto-installer; it is a problem in ISPConfig itself, which does not detect the socket of the PHP version used in apps vhost correctly and therefore switched to php-fpm port 9000 on localhost, but there is no service listening.
     
    ahrasis likes this.
  4. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page