LoginSignup
0
0

More than 5 years have passed since last update.

Windows+Apache (OS 64)指定されたネットワーク名は利用できません AH00341 の解決法

Posted at

コメントを外す。

Apache24\conf\httpd.conf
Include conf/extra/httpd-mpm.conf

下の4行を追加。

Apache24\conf\extra\httpd-mpm.conf
<IfModule mpm_winnt_module>
    ThreadsPerChild        150
    MaxConnectionsPerChild   0
    AcceptFilter http none 
    AcceptFilter https none 
    EnableSendfile off 
    EnableMMAP off
</IfModule>

参考
http://toshy7302104.cocolog-nifty.com/soliloquist/2015/10/apache-win64-c7.html
https://ah-2.com/2015/07/30/apache_win_not_respond.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0