中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
YUM安裝LNMP架構(gòu)

CentOS默認(rèn)源里沒有nginx軟件 :wget http://www.atomicorp.com/installers/atomic

sh ./atomic #安裝YUM源

yum check-update #更新yum軟件包

一、安裝nginx

yum install nginxservice nginx startchkconfig nginx on

二、安裝mysql

yum install mysql mysql-server mysql-develservice mysqld startchkconfig mysqld on

三、安裝php

#安裝PHP及組件,使PHP支持 MySQL、PHP支持FastCGI模式

yum install php php-mysql php-gd libjpeg* php-pear php-xml php-mbstringphp-mcrypt php-mhash libmcrypt libmcrypt-devel php-imap php-ldap php-odbc php-bcmath php-xmlrpc php-fpmservice mysqld restartservice nginx restartservice php-fpm start

四、配置nginx支持php

vi /etc/nginx/nginx.conf #修改運(yùn)行用戶user nginx;vi /etc/nginx/conf.d/default.conf #開啟php支持index index.php index.html index.htm;location ~ \.php$ { root html; #取消FastCGI server部分location的注釋 fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /usr/share/nginx/html/$fastcgi_script_name; #$document_root設(shè)置為網(wǎng)站根目錄 include fastcgi_params; }

1、配置php

date.timezone = Asia/Shanghai #設(shè)置時(shí)區(qū)expose_php = OFF #禁止顯示版本信息

2、配置php-fpm

vi /etc/php-fpm.d/www.confuser = nginxgroup = nginx

3、測(cè)試

chown -R nginx.nginx /usr/share/nginx/html/ #設(shè)置目錄所有者chmod 774 -R /usr/share/nginx/html/ #設(shè)置目錄權(quán)限service mysqld restartservice nginx restartservice php-fpm restartcd /usr/share/nginx/html/vi index.php<?Php phpinfo();?>

http://127.0.0.1 #可以看到相關(guān)的配置信息!

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Lniux下搭建LNMP環(huán)境
nginx安裝配置詳解
yum安裝nginx-mysql-php-fastcgi構(gòu)建LNMP服務(wù)器
Centos7 搭建lnmp環(huán)境 (centos7+nginx+MySQL5.7.9+PHP7)
就這22步讓你在30分鐘內(nèi)完成wordpress網(wǎng)站三位搭建
yum方式下快速安裝php7.1
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服