Hi I use the icpconfig without much knowledge of Debian without any problems for a long time. Today as I was browsing the control panels I suddenly lost everything. I noted that I able to received email but there isn't ispconfig web interface and no site running I also noticed that apache dosent running I try to restart but I reveived the followin message Failed to start apache : Starting apache2 (via systemctl): apache2.serviceJob for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. failed! I try to update but I facing an other problem include_once(../../config.php): failed to open stream: No such file or directory any idea? Thanks for your time Vassilis
Thanks for quick replay root@srv:/home/diavgia# /etc/init.d/apache2 restart [....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details. failed! root@srv:/home/diavgia# journalctl -xn -- Logs begin at Thu 2019-12-19 12:01:49 EET, end at Thu 2019-12-19 13:20:18 EET. -- Dec 19 13:20:09 srv.gxxxxxxxxrs.com apache2[7292]: AH00112: Warning: DocumentRoot [/var/www/s-plex.eu/web] does not exist Dec 19 13:20:09 srv.gxxxxxxxxrs.com apache2[7292]: AH00543: apache2: bad user name web5 Dec 19 13:20:09 srv.gxxxxxxxxrs.com apache2[7292]: Action 'configtest' failed. Dec 19 13:20:09 srv.gxxxxxxxxrs.com apache2[7292]: The Apache error log may have more information. Dec 19 13:20:09 srv.gxxxxxxxxrs.com systemd[1]: apache2.service: control process exited, code=exited status=1 Dec 19 13:20:09 srv.gxxxxxxxxrs.com systemd[1]: Failed to start LSB: Apache2 web server. -- Subject: Unit apache2.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit apache2.service has failed. -- -- The result is failed. Dec 19 13:20:09 srv.gxxxxxxxxrs.com systemd[1]: Unit apache2.service entered failed state. Dec 19 13:20:18 srv.gxxxxxxxxrs.com postfix/smtpd[6573]: connect from static.88-198-98-195.clients.your-server.de[88.198.98.195] Dec 19 13:20:18 srv.gxxxxxxxxrs.com postfix/smtpd[6573]: NOQUEUE: reject: RCPT from static.88-198-98-195.clients.your-server.de[88.198.98.195]: 450 Dec 19 13:20:18 srv.gxxxxxxxxrs.com postfix/smtpd[6573]: disconnect from static.88-198-98-195.clients.your-server.de[88.198.98.195] lines 1-18/18 (END) -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit apache2.service has failed. -- -- The result is failed. Dec 19 13:01:20 srv.gxxxxxxxxrs.com systemd[1]: Unit apache2.service entered failed state. lines 1-18/18 (END)
Delete the symlink for the vhost file of the site s-plex.eu in /etc/apache2/sites-enabled/ and then restart apache. Possible reasons: you removed the website directory manually so the site still exists in ISPConfig or you deleted the site in ispconfig but you used Let's encrypt for that site manually on the shell in the past which duplicated the config file and now causes apache to fail.
I have the same error message and this is the output Code: -- Logs begin at Wed 2024-05-01 07:10:15 -04, end at Sat 2024-05-04 03:22:51 -04. -- may 04 03:22:43 servidor1 postfix/smtps/smtpd[27070]: connect from unknown[194.169.175.10] may 04 03:22:51 servidor1 systemd[1]: Starting The Apache HTTP Server... -- Subject: Unit apache2.service has begun start-up -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- Unit apache2.service has begun starting up. may 04 03:22:51 servidor1 apachectl[27506]: [Sat May 04 03:22:51.330961 2024] [so:warn] [pid 27509] AH01574: module php7_module is already loaded, skipping may 04 03:22:51 servidor1 apachectl[27506]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.vhos may 04 03:22:51 servidor1 apachectl[27506]: AH00544: apache2: bad group name client1 may 04 03:22:51 servidor1 apachectl[27506]: Action 'start' failed. may 04 03:22:51 servidor1 apachectl[27506]: The Apache error log may have more information. may 04 03:22:51 servidor1 systemd[1]: apache2.service: Control process exited, code=exited status=1 may 04 03:22:51 servidor1 systemd[1]: apache2.service: Failed with result 'exit-code'. may 04 03:22:51 servidor1 systemd[1]: Failed to start The Apache HTTP Server. -- Subject: Unit apache2.service has failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- Unit apache2.service has failed. -- -- The result is RESULT. Any idea?
You have a completely different error message, from what you posted. Your error message is: Code: AH00544: apache2: bad group name client1 This means you either deleted groups from the/etc/group file or restored an older backup of config files that contains a file that uses this group, but you deleted the site in the meantime. Depending on what the reason for your issue is, you must either re-add the group or remove the vhost file symlink from /etc/apache2/sites-enabled/ folder that use this group. You can find the file with the command: Code: grep client1 /etc/apache2/sites-enabled/* and do not scatter your issue over the whole forum and reopen old threads, you have a thread for your issue here already: https://forum.howtoforge.com/thread...onfig-update-command-to-another-server.92314/ If you have further questions on your issue, use the original thread you started for this issue.