Created
June 28, 2018 02:57
-
-
Save ShapeShifter499/ca21869561147014c71d66ed646ffff6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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