Facebook
From Colorant Gibbon, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 47
  1. selma@pc10:~$ sudo systemctl start apache2
  2. Warning: The unit file, source configuration file or drop-ins of apache2.service changed on disk. Run 'systemctl daemon-reload' to reload units.
  3. selma@pc10:~$ sudo systemctl status apache2
  4. Warning: The unit file, source configuration file or drop-ins of apache2.service
  5. ● apache2.service - The Apache HTTP Server
  6.    Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset:
  7.   Drop-In: /lib/systemd/system/apache2.service.d
  8.            └─apache2-systemd.conf
  9.    Active: active (running) since Thu 2020-12-31 11:54:30 IST; 1min 27s ago
  10.   Process: 9714 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCE
  11.  Main PID: 9718 (apache2)
  12.     Tasks: 6 (limit: 4425)
  13.    CGroup: /system.slice/apache2.service
  14.            ├─9718 /usr/sbin/apache2 -k start
  15.            ├─9722 /usr/sbin/apache2 -k start
  16.            ├─9723 /usr/sbin/apache2 -k start
  17.            ├─9724 /usr/sbin/apache2 -k start
  18.            ├─9725 /usr/sbin/apache2 -k start
  19.            └─9726 /usr/sbin/apache2 -k start
  20.  
  21. Dec 31 11:54:30 pc10 systemd[1]: Starting The Apache HTTP Server...
  22. Dec 31 11:54:30 pc10 apachectl[9714]: AH00558: apache2: Could not reliably deter
  23. Dec 31 11:54:30 pc10 systemd[1]: Started The Apache HTTP Server.
  24.