[root@localhost ~]# systemctl start httpd.service[root@localhost ~]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: active (running) since Wed 2023-11-0817:53:21 CST; 2s ago
Docs: man:httpd(8)
man:apachectl(8)
Main PID:5953(httpd)
Status:"Processing requests..."
Tasks:9
CGroup:/system.slice/httpd.service
├─5953/usr/sbin/httpd -DFOREGROUND
├─5954/usr/libexec/nss_pcache 6 off
├─5956/usr/sbin/httpd -DFOREGROUND
├─5958/usr/sbin/httpd -DFOREGROUND
├─5959/usr/sbin/httpd -DFOREGROUND
├─5960/usr/sbin/httpd -DFOREGROUND
├─5961/usr/sbin/httpd -DFOREGROUND
└─5962/usr/sbin/httpd -DFOREGROUND
Nov 0817:53:20 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
Nov 0817:53:20 localhost.localdomain httpd[5953]: AH00558: httpd: Could not reliably determine the server's fully qualified domain na...message
Nov 0817:53:21 localhost.localdomain systemd[1]: Started The Apache HTTP Server.
Hint: Some lines were ellipsized, use -l to show in full.