Everything was working correctly until a website had a problem with its certificate, I went to the same tab and checked to activate lets encrypt again and then Apache stopped responding for good while applying the task. When trying to restart I have the following output: Code: jan 23 00:54:29 painelvip3.eth1.com.br systemd[1]: Starting apache2.service - The Apache HTTP Server... jan 23 00:54:30 painelvip3.eth1.com.br apachectl[361383]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.vhost:7 jan 23 00:54:30 painelvip3.eth1.com.br apachectl[361380]: Action 'start' failed. jan 23 00:54:30 painelvip3.eth1.com.br apachectl[361380]: The Apache error log may have more information. jan 23 00:54:30 painelvip3.eth1.com.br systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE jan 23 00:54:30 painelvip3.eth1.com.br systemd[1]: apache2.service: Failed with result 'exit-code'. jan 23 00:54:30 painelvip3.eth1.com.br systemd[1]: Failed to start apache2.service - The Apache HTTP Server. Checking the apache error.log I have this: Code: AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed panic: fold_constants JMPENV_PUSH returned 2 at /usr/local/ispconfig/server/scripts/vlogger line 602. AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed AH00016: Configuration Failed SIGTERM handler "exitall" not defined. AH00016: Configuration Failed I read something about the problem being with Vlloger but they are old posts, the vlloger conf file has the same bank credentials as the ISP configuration file. Any idea ?
There are no problems with vlogger in general and your issue is likely not related to it. Your problem is that a SSL cert is missing or corrupted. Delete the symlink to that site where you had issues with certbot with in /etc/apache2/sites-enabled/ directory and then start apache. After you did that, try creating a new cert for the site in ISPConfig, and you might also want to take a look at the Let#s Encrypt error FAQ https://forum.howtoforge.com/threads/lets-encrypt-error-faq.74179/ to track down why LE refused to issue a cert.