×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2022/03/02 · I copied new ssl cert files to my server but upon doing a httpd restart I get the following error: (98) Address Already in use: make_sock: ...
2015/05/18 · httpdが異常終了する等して古いhttpdプロセスが残っていることが原因。 対策. lsofコマンドで古いプロセスを表示し、killすればよい。
2021/02/02 · (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not ...
2016/10/11 · httpd.condでport80を掴んだ後に、vhosts.confを読み込んだ段階でもport80をつかもうとして「Address already in use」となって ...
2017/09/11 · port 443が使用されているので使えない、と言っているようだ。 エラーログでググったら、以下のページにたどり着く 「make_sock: could not bind to ...
2018/12/14 · macOS MojaveでApacheを起動しようとしたらAddress already in use: AH00072: make_sock: could not bind to addressとなったときの対応方法 · 事象 : ...
2023/07/13 · Resolution: 1. Checked the error log: The error log indicated that there was a problem connecting to the php7.4-fpm service. 2. Verified the ...
関連する質問
2016/03/27 · このエラーの原因は、サーバーの予期せぬシャットダウンなどによって、古いプロセスが80や443ポートを使ってしまい、Apacheの起動を妨げてしまっている ...
2010/03/26 · これは通常、ポート80を他のプロセスが使用しているときに出るエラーメッセージ。 どうやらApacheが異常終了したせいで、古いApacheのプロセスが残って ...
Jul 29 15:13:03 debian42 apachectl[9363]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80. Jul 29 15:13:03 debian42 ...