搭建lnmp環境

2022-05-08 11:00:10 字數 747 閱讀 2933

相關配置檔案

nginx 配置檔案:/usr/local/nginx/conf/nginx.conf

php 配置檔案: /usr/local/php/etc/php.ini

mysql配置檔案: /etc/my.cnf

搭建常見問題:

報錯1: 403 foribidden

檢查目錄所屬者是否和/usr/local/nginx/conf/nginx.conf中的使用者名稱一致

報錯2:關於php的報錯

display_errors = on

display_startup_errors = on

修改完重啟php-fpm    lnmp php-fpm stop|start 

錯誤日誌顯示,訪問指令碼不在 open_basedir的限定目錄裡面,配置open_basedir 一般會在php.ini 或 nginx 配置檔案裡面

在應用目錄下執行命令

chmod -r 777 storage/

搭建LNMP環境

yum install nginx yserver error page 404 404.html location 40x.html error page 500 502 503 504 50x.html location 50x.html 修改完成後,啟動 nginx nginx此時,可訪問來確...

lnmp環境搭建

lnmp版本 nginx1.12.1 php7.1.8 mysql5.6.37 php和nginx包 提取碼 ggmf 安裝前先安裝依賴 已經安裝了可能會進行公升級,版本完全一致則不會進行任何操作。yum y install bzip2 devel curl devel freetype devel...

LNMP環境搭建

lnmp linux nginx mysql php 是常用的 架構組合,對於 開發以及運維人員來說,這一套環境的配置都必須要掌握,本文是站在乙個運維人員的角度通過原始碼編譯的方式來搭建這樣一套環境,所針對平台為rhel6.5,軟體版本分別為mysql boost 5.7.11 php 5.6.31...