Websites doesn't work after updated to 3.1.15.p3

Discussion in 'Installation/Configuration' started by pkaresz11, Aug 15, 2020.

  1. pkaresz11

    pkaresz11 Member

    Hi,
    i updated my server to ISPconfig 3.1.15p3 (Ubuntu 16.04LTS) and upgraded the latest ubuntu apdates(apache2 apache2-bin apache2-data linux-libc-dev). In apache2.conf this line was commented : Mutex file:${APACHE_LOCK_DIR} default
    Now cannot see any website (website not found or conection refused )
    I cannot see any info in apache log.
    Can you help me ?
    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Websites do not get changed by an ISPConfig update, so if websites fail now, then the issue was caused by the Ubuntu upgrade or there were manual changes made in config files without restarting the affected service so that the actual issue become just visible now after Apache restart. ISPConfig update also does not comment out Mutex lines in apache2.conf file.

    Which Ubuntu version do you use now after the Ubuntu upgrade, Ubuntu 18.04 or 20.04 ?
     
  3. pkaresz11

    pkaresz11 Member

     
  4. pkaresz11

    pkaresz11 Member

    Ubuntu 16.04LTS
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so you did not upgrade as an upgrade always means to install a newer major release of Ubuntu e.g. from 16.04 to 18.04.

    Do you remember what you changed in apache config before?

    And please post the result of this command:

    grep Include /etc/apache2/apache2.conf
     
  6. pkaresz11

    pkaresz11 Member

    I found the error:
    IncludeOptional sites-enabled/ was modified to IncludeOptional sites-enabled/*.conf
     
    Last edited: Aug 15, 2020
  7. pkaresz11

    pkaresz11 Member

    grep Include /etc/apache2/apache2.conf
    # Include module configuration:
    IncludeOptional mods-enabled/*.load
    IncludeOptional mods-enabled/*.conf
    # Include list of ports to listen on
    Include ports.conf
    # Include of directories ignores editors' and dpkg's backup files,
    # Include generic snippets of statements
    IncludeOptional conf-enabled/*.conf
    # Include the virtual host configurations:
    IncludeOptional sites-enabled/
     

Share This Page