diff --git a/HowtoApache.md b/HowtoApache.md index a497bf66..232b5f24 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -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 :