Problem upgrading Debian 9/stretch to Debian 10/buster

Discussion in 'General' started by IntnsRed, Jul 26, 2019.

  1. IntnsRed

    IntnsRed ISPConfig Developer ISPConfig Developer

    First I updated my ispconfig to the latest version, and it was running fine on Debian 9/stretch.

    Then I updated Debian 9/stretch to Debian 10/buster and that seemed to go fine/normally. I removed the old php7.0 deb packages and ensured that the php7.3 debs are on the system.

    But ispconfig won't run -- apache refuses to start, complaining:

    AH00526: Syntax error on line 58 of /etc/apache2/sites-enabled/...
    apachectl[26640]: Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in...

    Anyone have ideas of what could be going wrong? TIA.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if the apache mod_php module is missing now.
     
  3. IntnsRed

    IntnsRed ISPConfig Developer ISPConfig Developer

    I'm not sure what that means. The mods-available/enabled has php7.3.conf and *.load files in them. All the Apache debs from the "perfect server" page are installed and enabled as per those docs.
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Is that the Perfect Server Guide for Debian 10 Buster?
    What shows
    Code:
    apt-cache policy libapache2-mod-php7.3 php7.3-fpm
     

Share This Page