おのたく日記
YouTubeも始めました→
2017-09-27(Wed) Apacheが起動せず [長年日記]
■ Debian 10 buster (testing) のapache2が起動できなくなった
Sep 27 22:56:08 mirara systemd[1]: Starting The Apache HTTP Server...
Sep 27 22:56:08 mirara apachectl[7439]: [Wed Sep 27 15:56:08.972696 2017] [so:warn] [pid 7447] AH01574: module dav_module is already loaded, skipping
Sep 27 22:56:10 mirara kernel: [3085921.957185] traps: apache2[7447] general protection ip:7fc10836a095 sp:7fff8623b838 error:0 in libcrypto.so.1.1[7fc108180000+265000]
Sep 27 22:56:10 mirara apachectl[7439]: /usr/sbin/apachectl: line 150: 7447 Segmentation fault $HTTPD ${APACHE_ARGUMENTS} -k "$ARGV"
Sep 27 22:56:10 mirara apachectl[7439]: Action 'start' failed.
Sep 27 22:56:10 mirara apachectl[7439]: The Apache error log may have more information.
Sep 27 22:56:10 mirara systemd[1]: apache2.service: Control process exited, code=exited status=139
Sep 27 22:56:10 mirara systemd[1]: Failed to start The Apache HTTP Server.
Sep 27 22:56:10 mirara systemd[1]: apache2.service: Unit entered failed state.
Sep 27 22:56:10 mirara systemd[1]: apache2.service: Failed with result 'exit-code'.
apache 2.4.27-2までは起動できたのに2.4.27-5からダメ。
とりあえず、Debian 9 (stretch)のapache 2.4.25-3+deb9u3 にダウングレードして動かしている。
libssl1.1を使うようになってダメになっているような気がする…
|