centos에서 PHP를 설치하는 방법: 먼저 PHP에 필요한 소프트웨어를 설치한 다음 php를 다운로드하고 압축을 풀고 설치한 다음 디렉토리에 들어가서 컴파일하고 구성합니다. 마지막으로 "make &" 명령을 통해 php 소스 코드를 컴파일하고 설치합니다. 설치하세요." En 권장 사항: "tCentos 튜토리얼
"
PHP에 필요한 소프트웨어 R
yum install -y gcc gcc-c++ libxml2 libxml2-devel autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel curl curl-devel libxslt-devel openssl-devel
wget http://cn2.php.net/distributions/php -7.1.4.tar.gz
디렉토리를 입력하세요컴파일(설치) 구성./configure --prefix=/usr/local/php --with-curl --with-freetype-dir --with-gd --with-gettext --with-iconv-dir --with-kerberos --with-libdir=lib64 --with-libxml-dir --with-mysql --with-mysqli --with-openssl --with-pcre-regex --with-pdo-mysql --with-pdo-sqlite --with-pear --with-png-dir --with-xmlrpc --with-xsl --with-zlib --enable-fpm --enable-bcmath --enable-libxml --enable-inline-optimization --enable-gd-native-ttf --enable-mbregex --enable-mbstring --enable-opcache --enable-pcntl --enable-sockets --enable-sysvsem --enable-xml --enable-zip
useradd -g www www # 사용자 추가 및 설정 up 사용자 그룹
수정
사용자 = 없음사용자 = www
그룹 = www php-fpm.conf(vim /usr/local/php/etc/php-fpm.conf)를 구성하고 pid 앞의 ";"를 제거합니다(;pid = run/php-fpm.pid) .cp /usr/local/src/php-7.1.4/sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm
권한 설정 및 서비스 추가다음 명령을 사용하여 향후 php-fpm을 관리할 수 있습니다
service php-fpm start service php-fpm stop
service php- fpm reload
해결책:
PHP 설치 디렉터리 /etc/php-fpm.d를 입력하세요.
cp www.conf.default www.conf
www.conf에서 사용자 및 그룹을 수정하세요. conf 및 변경 없음 www
로 변경
위 내용은 Centos에 PHP를 설치하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!