91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

(四)企業部分之lnmp環境的搭建:PHP

發布時間:2020-07-11 01:15:59 來源:網絡 閱讀:594 作者:wjl19940429 欄目:web開發

    PHP(外文名:PHP: Hypertext Preprocessor,中文名:“超文本預處理器”)是一種通用開源腳本語言。語法吸收了C語言、Java和Perl的特點,利于學習,使用廣泛,主要適用于Web開發領域。

    PHP 獨特的語法混合了C、Java、Perl以及PHP自創的語法。它可以比CGI或者Perl更快速地執行動態網頁。用PHP做出的動態頁面與其他的編程語言相比,PHP是將程序嵌入到HTML(標準通用標記語言下的一個應用)文檔中去執行,執行效率比完全生成HTML標記的CGI要高許多;PHP還可以執行編譯后代碼,編譯可以達到加密和優化代碼運行,使代碼運行更快。


1.PHP安裝

軟件包:php-5.6.19.tar.bz2 re2c-0.13.5-1.el6.x86_64.rpm gd-devel-2.0.35-11.el6.x86_64.rpm

 

tar jxf php-5.6.19.tar.bz2
yum install curl-devel re2c-0.13.5-1.el6.x86_64.rpm gd-devel-2.0.35-11.el6.x86_64.rpm gmp-devel net-snmp-devel libxml2-devel -y
cd php-5.6.19
./configure --prefix=/usr/local/lnmp/php --with-config-file-path=/usr/local/lnmp/php/etc --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl --with-snmp --with-gd --with-zlib --with-curl --with-libxml-dir --with-png-dir --with-jpeg-dir --with-freetype-dir --without-pear --with-gettext --with-gmp --enable-inline-optimization --enable-soap --enable-ftp --enable-sockets --enable-mbstring --enable-fpm --with-fpm-user=nginx --with-fpm-group=nginx


##詳解##

[root@server1 php-5.6.19]# ./configure --prefix=/usr/local/lnmp/php \

> --with-config-file-path=/usr/local/lnmp/php/etc \

> --with-mysql=mysqlnd \##自動加載mysql信息

> --with-mysqli=mysqlnd \

> --with-pdo-mysql=mysqlnd \

> --with-openssl \

> --with-snmp \##加載簡單網管協議

> --with-gd \##支持圖形

> --with-zlib \##支持網頁壓縮

> --with-curl \##支持文本瀏覽

> --with-libxml-dir \##支持xml

> --with-png-dir \##支持png圖片

> --with-jpeg-dir \##支持jpeg

> --with-freetype-dir \

> --without-pear \##不聯網安裝

> --with-gettext \##

> --with-gmp \##支持gmp

> --enable-inline-optimization \

> --enable-soap \##支持動態加載模塊

> --enable-ftp \##支持ftp

> --enable-sockets \##支持套結字

> --enable-mbstring \

> --enable-fpm \

> --with-fpm-user=nginx \##使phpnginx權限一致

> --with-fpm-group=nginx

 

make && make install

 

2.php 配置

cd php-5.6.19
cp php.ini-production /usr/local/lnmp/php/etc/php.ini
vim /root/.bash_profile

(四)企業部分之lnmp環境的搭建:PHP


source /root/.bash_profile
cd /usr/local/lnmp/php/etc
/etc/init.d/mysqld start
cp php-fpm.conf.default php-fpm.conf
vim php.ini

922 date.timezone = Asia/Shanghai

1001 pdo_mysql.default_socket=/usr/local/lnmp/mysql/data/mysql.sock

1150 mysql.default_socket=/usr/local/lnmp/mysql/data/mysql.sock

1209 mysqli.default_socket=/usr/local/lnmp/mysql/data/mysql.sock


chmod 755 /usr/local/lnmp/mysql/data/
vim php-fpm.conf

25 pid = run/php-fpm.pid

 

cd php-5.6.19/sapi/fpm/
cp init.d.php-fpm /etc/init.d/fpm
chmod +x /etc/init.d/fpm
/etc/init.d/fpm start
php -m    ##查看php支持插件
ps aux | grep nginx


vim /usr/local/lnmp/nginx/html/index.ph

<?php

phpinfo();

?>

 

vim /usr/local/lnmp/nginx/conf/nginx.conf

添上index.php

 

76-82 location ~ \.php$ 注釋去掉,include后面修改成存在的名稱

(四)企業部分之lnmp環境的搭建:PHP


(四)企業部分之lnmp環境的搭建:PHP

 

nginx -t
nginx -s reload

(四)企業部分之lnmp環境的搭建:PHP

 

 

3.搭建論壇

unzip Discuz_X3.2_SC_UTF8.zip  -d /usr/local/lnmp/nginx/html/
cd /usr/local/lnmp/nginx/html/
mv upload/ bbs
chmod 777 bbs/config/ -R
chmod 777 bbs/data/ -R
chmod 777 bbs/uc_* -R

登陸mysql

mysql -p

mysql> CREATE DATABASE discuz;

mysql> grant all on discuz.* to wjl@localhost identified by "Westos+007";

 

訪問網頁 ip/bbs

進行安裝

(四)企業部分之lnmp環境的搭建:PHP


(四)企業部分之lnmp環境的搭建:PHP


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

夏津县| 新竹市| 榆中县| 张掖市| 蒙城县| 叙永县| 永兴县| 都匀市| 新津县| 岑溪市| 武平县| 乡宁县| 尼勒克县| 玛纳斯县| 营山县| 铜山县| 华池县| 保靖县| 沂源县| 马尔康县| 徐闻县| 通渭县| 唐河县| 深水埗区| 永康市| 乳山市| 红原县| 石楼县| 河曲县| 静安区| 慈利县| 奉节县| 正安县| 宜城市| 德州市| 明溪县| 龙游县| 阿鲁科尔沁旗| 葫芦岛市| 固阳县| 萨迦县|