ajout systemctl status

This commit is contained in:
gcolpart 2017-11-29 19:39:23 +01:00
parent 9d10306441
commit 0927874cbf

View file

@ -42,6 +42,21 @@ Server compiled with....
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="mime.types"
-D SERVER_CONFIG_FILE="apache2.conf"
# systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset:
Process: 32127 ExecReload=/usr/sbin/apachectl graceful (code=exited, status=0/
Process: 1857 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCE
Main PID: 2031 (apache2)
Tasks: 6 (limit: 4915)
CGroup: /system.slice/apache2.service
├─ 2031 /usr/sbin/apache2 -k start
├─32134 /usr/sbin/apache2 -k start
├─32135 /usr/sbin/apache2 -k start
├─32136 /usr/sbin/apache2 -k start
├─32137 /usr/sbin/apache2 -k start
└─32138 /usr/sbin/apache2 -k start
~~~
> *Note* : Pour Debian 8, il faut installer ainsi :