I tried to install SSL using the wiki my Apache Server failed to start.
When I enter this, I get:
Code: Select all
service httpd status
Code: Select all
Redirecting to /bin/systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: failed (Result: exit-code) since Wed 2021-04-07 05:51:47 PDT; 1h 14min ago
Docs: man:httpd.service(8)
Process: 883 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 883 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Apr 07 05:51:46 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
Apr 07 05:51:47 localhost.localdomain httpd[883]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this me
Apr 07 05:51:47 localhost.localdomain systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Apr 07 05:51:47 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
Apr 07 05:51:47 localhost.localdomain systemd[1]: httpd.service: Unit entered failed state.
Apr 07 05:51:47 localhost.localdomain systemd[1]: httpd.service: Failed with result 'exit-code'.
lines 1-16/16 (END)
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: failed (Result: exit-code) since Wed 2021-04-07 05:51:47 PDT; 1h 14min ago
Docs: man:httpd.service(8)
Process: 883 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 883 (code=exited, status=1/FAILURE)
Status: "Reading configuration..."
Apr 07 05:51:46 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
Apr 07 05:51:47 localhost.localdomain httpd[883]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
Apr 07 05:51:47 localhost.localdomain systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Apr 07 05:51:47 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
Apr 07 05:51:47 localhost.localdomain systemd[1]: httpd.service: Unit entered failed state.
Apr 07 05:51:47 localhost.localdomain systemd[1]: httpd.service: Failed with result 'exit-code'.