웹서버 퍼포먼스 테스트 및 php-fpm 설정
# ab -kc 1000 -n 100000 "http://192.168.10.11/foo.html"
php-fpm설정
[링크 : http://serverfault.com/questions/358985/how-to-effectively-have-less-php-cgi-processes-running]
php-fpm 사용여부 확인
netstat로 사용중인 포트확인
ps로 php-fpm프로세스 확인
/etc/init.d/php5-fpm status
php-5.3.10 enalbe-fpm 버그 수정 패치
[링크 : https://bugs.php.net/...php-5.3.10-fpm-unofficial-by-Qzi.patch.txt&revision=latest]
---
2014.10.10
[링크 : http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-debian-wheezy]
[링크 : http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-ubuntu-12.04]
[링크 : http://stackoverflow.com/questions/11537888/lighttpd-403-forbidden-for-php-files]
[링크 : https://help.ubuntu.com/community/lighttpd]
---
2014.10.10
[링크 : http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-debian-wheezy]
[링크 : http://www.howtoforge.com/installing-lighttpd-with-php5-php-fpm-and-mysql-support-on-ubuntu-12.04]
[링크 : http://stackoverflow.com/questions/11537888/lighttpd-403-forbidden-for-php-files]
[링크 : https://help.ubuntu.com/community/lighttpd]
'Programming > php' 카테고리의 다른 글
php - register_globals (0) | 2014.10.07 |
---|---|
php EGPCS (0) | 2014.10.07 |
xcache apc (0) | 2014.09.23 |
lighthttpd / php / FastCGI (0) | 2014.08.28 |
php5 class / object oriented programming (4) | 2014.07.07 |