[[PageOutline]] * Ubuntuでは、libapache2-mod-php5はapache2-mpm-workerと共に使用することが出来ない。 * aptitude install -s libapache2-mod-php5 {{{ The following NEW packages will be installed: apache2-mpm-prefork{a} libapache2-mod-php5 php5-common{a} The following packages will be REMOVED: apache2-mpm-worker{a} }}} * php5-cgi + fcgidで代替する == reference == * [http://ubuntuforums.org/showthread.php?t=1038416 HOWTO: Using php5 with apache2-mpm-worker - Ubuntu Forums] * よく纏まっている * [http://linux.mini13i.gotdns.org/?Apache%2FFastCGI Apache/FastCGI - Linux Tips] * FastCGI/fcgidの設定例 * [http://ubuntuforums.org/showthread.php?t=1265288 (ubuntu) Very slow Apache2 : mpm-worker + mod-fcgid - Ubuntu Forums] * FCGIWrapperからphp-cgiを直接呼ばず、fcgiシェルスクリプトを経由