Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Masamasamasashito/fe901b52c1e97c69c1a6b1d32bd7366b to your computer and use it in GitHub Desktop.
Save Masamasamasashito/fe901b52c1e97c69c1a6b1d32bd7366b to your computer and use it in GitHub Desktop.
kusanagi apache (httpd)でよく起こるやつ
[root@kusanagi71 DocumentRoot]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since 火 2018-05-29 06:15:29 UTC; 19s ago
Process: 4094 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)</code>
5月 29 06:15:28 kusanagi71 systemd[1]: Starting The Apache HTTP Server...
5月 29 06:15:28 kusanagi71 apachectl[4094]: [Tue May 29 06:15:28.790072 2018] [so:warn] [pid 4096] AH01574: module headers_module is already loaded, skipping
5月 29 06:15:29 kusanagi71 apachectl[4094]: AH00526: Syntax error on line 27 of /etc/httpd/conf.d/プロファイル名_html_ssl.conf:
5月 29 06:15:29 kusanagi71 apachectl[4094]: SSLOpenSSLConfCmd: file '/etc/kusanagi.d/ssl/dhparam.key' does not exist or is empty
5月 29 06:15:29 kusanagi71 systemd[1]: httpd.service: control process exited, code=exited status=1
5月 29 06:15:29 kusanagi71 systemd[1]: Failed to start The Apache HTTP Server.
5月 29 06:15:29 kusanagi71 systemd[1]: Unit httpd.service entered failed state.
5月 29 06:15:29 kusanagi71 systemd[1]: httpd.service failed.
@Masamasamasashito
Copy link
Author

Masamasamasashito commented May 29, 2018

対応方法は、https://4649-24.com/wordpress/apache-failed/にてどうぞ!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment