Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ShapeShifter499/ca21869561147014c71d66ed646ffff6 to your computer and use it in GitHub Desktop.
Save ShapeShifter499/ca21869561147014c71d66ed646ffff6 to your computer and use it in GitHub Desktop.
[root@kumo extra]# systemctl status httpd
● httpd.service - Apache Web Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: active (running) since Wed 2018-06-27 19:17:29 PDT; 39min ago
Main PID: 2371 (httpd)
Tasks: 109 (limit: 4686)
Memory: 8.6M
CGroup: /system.slice/httpd.service
├─2371 /usr/bin/httpd -k start -DFOREGROUND
├─2372 /usr/bin/httpd -k start -DFOREGROUND
├─2373 /usr/bin/httpd -k start -DFOREGROUND
├─2374 /usr/bin/httpd -k start -DFOREGROUND
└─2626 /usr/bin/httpd -k start -DFOREGROUND
Jun 27 19:17:29 kumo systemd[1]: Started Apache Web Server.
[root@kumo extra]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment