서버호스팅[ubuntu] 에 php-fpm , php5.x를 깔아야할때
php 예전버전5.6을 설치해야할때 정리해보았습니다.
cafe24 가상서버에 적용하였습니다.
sudo apt update
1) NGINX 설치
[code]
sudo apt install nginx
sudo systemctl start nginx
[/code]
2)MARIA DB설치
[code]
sudo apt install mariadb-server mariadb-client
MARIA ROOT암호 및 MariaDb인스턴스 설정
sudo mysql_secure_installation
[/code]
3) PHP5.6 설치
[code]
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6-fpm
[/code]
4) 라이브러리
[code]
apt-get install php5.6-mysql php5.6-curl php5.6-xml php5.6-zip php5.6-gd php5.6-mbstring php5.6-mcrypt
서버에서 셋팅 ===
/etc/php/5.6/fpm/pool.d
vim www.conf
/var/run/php/php5.6-fpm.sock 생성확인
[/code]
참고레퍼런스
https://phsun102.tistory.com/46
php-fpm SOCK 설정
[code]
/etc/nginx/conf.d/default
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php5.6-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params; fastcgi_read_timeout 300;
}
[/code]
게시판 목록
개발자팁
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 4796 | jQuery | 8년 전 | 1545 | ||
| 4795 | jQuery | 8년 전 | 1449 | ||
| 4794 | jQuery | 8년 전 | 1569 | ||
| 4793 | jQuery | 8년 전 | 1623 | ||
| 4792 | jQuery | 8년 전 | 1639 | ||
| 4791 | jQuery | 8년 전 | 1800 | ||
| 4790 | jQuery | 8년 전 | 1737 | ||
| 4789 | jQuery | 8년 전 | 1600 | ||
| 4788 | jQuery | 8년 전 | 1663 | ||
| 4787 | jQuery | 8년 전 | 1476 | ||
| 4786 | jQuery | 8년 전 | 1437 | ||
| 4785 | jQuery | 8년 전 | 1652 | ||
| 4784 | jQuery | 8년 전 | 1535 | ||
| 4783 | jQuery | 8년 전 | 1241 | ||
| 4782 | jQuery | 8년 전 | 1607 | ||
| 4781 | jQuery | 8년 전 | 1348 | ||
| 4780 | jQuery | 8년 전 | 1587 | ||
| 4779 | jQuery | 8년 전 | 1992 | ||
| 4778 | jQuery | 8년 전 | 1964 | ||
| 4777 | jQuery | 8년 전 | 1540 | ||
| 4776 | jQuery | 8년 전 | 1591 | ||
| 4775 | jQuery | 8년 전 | 1981 | ||
| 4774 | jQuery | 8년 전 | 1493 | ||
| 4773 | jQuery | 8년 전 | 1418 | ||
| 4772 | jQuery | 8년 전 | 2211 | ||
| 4771 | jQuery | 8년 전 | 3625 | ||
| 4770 | PHP | 8년 전 | 5591 | ||
| 4769 | 기타 | 8년 전 | 1970 | ||
| 4768 | 기타 | 8년 전 | 1790 | ||
| 4767 | 기타 | 8년 전 | 2079 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기