Version 3 (modified by mitty, 14 years ago) (diff) |
---|
- 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}
- aptitude install -s libapache2-mod-php5
- php5-cgi + fcgidで代替する
reference
- HOWTO: Using php5 with apache2-mpm-worker - Ubuntu Forums
- よく纏まっている
- Apache/FastCGI - Linux Tips
- FastCGI/fcgidの設定例
- (ubuntu) Very slow Apache2 : mpm-worker + mod-fcgid - Ubuntu Forums
- FCGIWrapperからphp-cgiを直接呼ばず、fcgiシェルスクリプトを経由