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
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 ?
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
I found the error: IncludeOptional sites-enabled/ was modified to IncludeOptional sites-enabled/*.conf
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/