cvicente / Netdot

Network Documentation Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache -> ERROR: Conf netdot does not exist!

diogoperdomo opened this issue · comments

Hi dears,
I have got this issue after to restart apache2 and check status. I already stop, start and restart as well.

sudo systemctl status apache2.service

   Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: inactive (dead) since Wed 2022-08-17 16:15:48 -03; 8s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1762 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS
  Process: 1683 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCE

Aug 17 16:15:26 user systemd[1]: Starting LSB: Apache2 web server...
Aug 17 16:15:26 user apache2[1683]:  * Starting Apache httpd web server apache2
Aug 17 16:15:26 user apache2[1683]: ERROR: Conf netdot does not exist!
Aug 17 16:15:47 user apache2[1683]: ERROR: Conf netdot does not exist!
Aug 17 16:15:48 user apache2[1683]: httpd not running, trying to start
Aug 17 16:15:48 user apache2[1683]:  *
Aug 17 16:15:48 user systemd[1]: Started LSB: Apache2 web server.
Aug 17 16:15:48 user apache2[1683]: httpd not running, trying to start
Aug 17 16:15:48 user apache2[1762]:  * Stopping Apache httpd web server apache2
Aug 17 16:15:48 user apache2[1762]:  *```

Thanks a lot.