본문 바로가기

SW/PHP4

우분투 (Ubuntu) 22.04 nginx + PHP-FPM 연동 1. 우분투 (Ubuntu) 22.04 nginx yum 설치 https://bigju.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-Ubuntu-2204-nginx-yum-%EC%84%A4%EC%B9%98-%EB%B0%8F-virtual-host-%EC%84%A4%EC%A0%95 우분투 (Ubuntu) 22.04 nginx yum 설치 및 virtual host 설정 1. 업데이트 및 Nginx 설치 sudo apt update -y // 업데이트 sudo apt install nginx -y //niginx 설치 systemctl status nginx // nginx 상태확인 2. Nginx 시작 및 확인 systemctl start nginx // nginx 시.. 2023. 8. 24.
php 업그레이드 (Centos7) CentOS 7 에서 PHP 7.2 업그레이드 1. redis가 설치되어 있는 경우 uninstall 하고 PHP 업그레이드후 다시 설치해야 한다. pecl uninstall redis pecl uninstall igbinary 2, vi /etc/php.ini ; 아래 동적모듈 부분 주석처리 extension=igbinary.so extension=redis.so 3. remi-php72 저장소 활성화 yum-config-manager --enable remi-php72 yum update pecl install https://pecl.php.net/get/igbinary-2.0.5.tgz pecl install https://pecl.php.net/get/redis-3.1.4.tgz 4. php.in.. 2021. 10. 17.
php 업데이트(Centos6) php5에서 php7 업데이트 PHP 1. epel 저장소 추가 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 2. remi 저장소 추가 rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 3. php7 버젼 확인 yum --enablerepo=remi list php7* 4. 기존 php 패키지 삭제 # yum remove php* 5. php7 설치 yum --enablerepo=remi install php71 php71-php php71-php-cli php71-php-common php71-php-gd php71-php-js.. 2021. 10. 16.
Centos7 - PhpMyAdmin 설치 설치 환경 : Centos7.3 VMware ​ 기본 적으로 APM이 설치 되어있어야합니다. APM- YUM 설치 하기 : https://bigju.tistory.com/10 APM - 소스 설치 : https://bigju.tistory.com/11 1. PHPMYADMIN 설치 ​ yum install epel-release -y yum install phpmyadmin -y # 환경 설정 ​ 해당 부분 삭제 AddDefaultCharset UTF-8 # Apache 2.4 Require ip 127.0.0.1 Require ip ::1 # Apache 2.2 Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from ::1 # 새로 작성 AddD.. 2021. 10. 4.

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!