서버 사양 : Ubuntu 10.04 LTS 512MB HDD 20GB
아래의 command는 root 에서 실행하였음
1. nginx / mysql / php-fpm
$ aptitude install python-software-properties
$ add-apt-repository ppa:brianmercer/php
$ apt-get update
W: GPG 오류: http://ppa.launchpad.net lucid Release: 다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다: NO_PUBKEY A42227CB8D0DC64F
$ gpg --keyserver keyserver.ubuntu.com --recv A42227CB8D0DC64F
$ gpg --export --armor A42227CB8D0DC64F | apt-key add -
$ apt-get update
$ apt-get upgrade
$ aptitude -y update
$ aptitude -y install php5-cli php5-common php5-mysql php5-suhosin php5-gd
$ apt-get install nginx
$ service nginx start
$ apt-get install mysql-server php5-mysql mysql-client
..... mysql 계정설정
$ aptitude -y install php5-fpm php5-cgi php-pear php5-memcache php-apc
$ service php5-fpm start
$ vi /etc/php5/fpm/php5-fpm.conf
pm = dynamic
pm.max_children = 8
pm.start_servers = 2
pm.min_spare_servers = 2
pm.max_spare_servers = 3
pm.max_requests = 500
$ service php5-fpm restart
'About Computer > 서버관리' 카테고리의 다른 글
OpenSSH Public Key Authentication (0) | 2015.08.13 |
---|---|
Hadoop 1.2.1 Installation & Troubleshooting (0) | 2014.02.03 |
실수로 Parallels MacAddress를 수정한 후 Ubuntu Network가 동작하지 않을 때 (0) | 2013.12.22 |
nitrous.io (TODO) (0) | 2013.11.04 |
Ubuntu 10.04.4 LTS 서버 설치 후 했던 작업 리스트 (hostple.net) (0) | 2013.07.10 |
댓글