Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apache MPM を mpm_winnt から prefork に変更する方法を知りたいです。
PHP 5.3 Non Thread Safe を使用しているためです。
また、プリフォークはスレッドモデルよりも安定していると聞きました。
私が正しければ、Windows では mpm モデルを選択できません。
次の表に、さまざまなオペレーティング システムの既定の MPM を示します。コンパイル時に別の選択を行わない場合、これが選択された MPM になります。
ネットウェア : mpm_netware
OS/2 : mpmt_os2
Unix : プラットフォームの機能に応じて、プリフォーク、ワーカー、またはイベント
Windows : mpm_winnt
(参照: http://httpd.apache.org/docs/current/en/mpm.html )