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

溫馨提示×

溫馨提示×

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

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

LNMP如何部署laravel以及安裝xhprof

發布時間:2021-08-09 10:03:36 來源:億速云 閱讀:133 作者:小新 欄目:開發技術

小編給大家分享一下LNMP如何部署laravel以及安裝xhprof,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

前提成功安裝了LNMP集成環境 (lnmp.org 即可快速安裝),保證network正常運行

首先配置laravel的運行環境

1.上傳代碼到/home/wwwroot/default/

2.修改nginx配置文件的root以及rewrite配置

#root 配置為自己的訪問路徑

#引入pathinfo 配置,注釋掉include enable-php.conf
include enable-php-pathinfo.conf;

#添加rewrite規則
location / {
 if (!-e $request_filename){
  rewrite ^/(.*)$ /index.php/$1 last;
  break;
 }
}
location ~ /index.php {
 fastcgi_pass 127.0.0.1:9000;
 fastcgi_index index.php;
 fastcgi_param SCRIPT_FILENAME $document_root/index.php;
 include  fastcgi_params;
 fastcgi_param APPLICATION_ENV dev;
}

3.修改權限

#對laravel項目修改storage和vendor為777不能775
$ chmod -R 777 storage vendor

4.laravel指定的public下,需要防跨目錄

#LNMP 1.4上如果不想用防跨目錄或者修改.user.ini的防跨目錄的目錄還需要將
/usr/local/nginx/conf/fastcgi.conf 里面的fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/";
在該行行前添加 # 或刪除改行,需要重啟nginx。

5.數據庫操作(可省略根據自己情況操作數據)

#賦予外部所有權限
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;
#然后寫入數據庫等信息

安裝配置xhprof

1.下載安裝xhprof

$ cd /home/wwwroot/default
$ wget http://pecl.php.net/get/xhprof-0.9.4.tgz
$ tar -zxvf xhprof-0.9.4.tgz xhprof
$ mv xhprof-0.9.4 xhprof
$ cd xhprof
$ cd extension/
$ phpize
$ ./configure --with-php-config=/usr/local/php/bin/php-config --enable-xhprof  #更近自己的php安裝來配置
$ make
$ sudo make install

2.修改php.ini

#添加到最后
[xhprof]
extension=xhprof.so
xhprof.output_dir=/tmp/xhprof

#在tmp下新建xhprof,同時賦予讀寫權限
$ cd /tmp && mkdir xhprof
$ chmod -R 777 xhprof

3.安裝 graphviz

$ cd && yum -y install graphviz

4.添加一個vhost(舉個栗子:www.xhproftest.com)

#更近個人情況配置如不知道,https://lnmp.org/faq/lnmp-vhost-add-howto.html#user.ini教程安裝
$ lnmp vhost add

#修改/usr/local/nginx/conf/vhost/www.xhproftest.com.conf配置文件,將nginx.conf的server復制修改端口好以及訪問路徑和server_name。
#重啟啟動Nginx

laravel項目中配置xhprof

#啟動 xhprof 性能分析器
xhprof_enable(XHPROF_FLAGS_NO_BUILTINS | XHPROF_FLAGS_CPU | XHPROF_FLAGS_MEMORY);


#需要測試的內容
foo();


#停止 xhprof 性能分析器
$xhprofData = xhprof_disable();

#根據自己安裝的xhprof寫require的路徑
require '/home/wwwroot/xhprof/xhprof_lib/utils/xhprof_lib.php';
require '/home/wwwroot/xhprof/xhprof_lib/utils/xhprof_runs.php';

$xhprofRuns = new XHProfRuns_Default();
$runId = $xhprofRuns->save_run($xhprofData, 'xhprof_test');

echo 'http://localhost/xhprof/xhprof_html/index.php?run=' . $runId . '&source=xhprof_test';

以上是“LNMP如何部署laravel以及安裝xhprof”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

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

AI

神木县| 新河县| 大新县| 聂荣县| 茌平县| 彰化县| 日照市| 桂阳县| 兴仁县| 巴里| 阿图什市| 宝兴县| 阿克| 精河县| 石泉县| 广宗县| 沛县| 阳曲县| 芷江| 尖扎县| 永兴县| 宁津县| 玉屏| 莒南县| 万全县| 深水埗区| 精河县| 团风县| 苏尼特右旗| 大安市| 财经| 博罗县| 弥渡县| 浙江省| 峨眉山市| 霍林郭勒市| 仁怀市| 聂荣县| 西乌| 台安县| 滨海县|