1. 程式人生 > >訪問LNMP虛擬主機出現報錯:No input file specified.

訪問LNMP虛擬主機出現報錯:No input file specified.

之前一直是使用lnmp一鍵包,但是訪問建立的虛擬主機,並沒有出現過的錯誤:No input file specified.

網上的文章很多,但是都是轉載,而且原因也很多,根本不適用

後面在lnmp一鍵包官網找到解決方案:https://lnmp.org/faq/lnmp-vhost-add-howto.html

這是“防跨目錄設定”導致的問題,根據文件,做出修改:

# vi  /usr/local/nginx/conf/fastcgi.conf 

找到:fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/"; 在該行行前新增 #,

刪除public目錄下.user.ini檔案

# chattr -i   path to/public/.user.ini
# rm   -rf    path to/public/.user.ini

重啟nginx,問題解決

相關推薦

訪問LNMP虛擬主機出現No input file specified.

之前一直是使用lnmp一鍵包,但是訪問建立的虛擬主機,並沒有出現過的錯誤:No input file specified. 網上

tp5 重定向缺少index.phpNo input file specified

轉別人的,有用,Mark一下public 下的.htaccess 修改為<IfModule mod_rewrite.c>  Options +FollowSymlinks -Multiviews  RewriteEngine On  RewriteCond %{R

SpringBoot- springboot集成Redis出現No qualifying bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory'

ani 集成 autowired rt.jar evaluate tab using getbean iat Springboot將accessToke寫入Redisk 緩存,springboot集成Redis出現報錯 No qualifying bean of type

nginx No input file specified.

今天手賤執行了下  yum  update,重啟後發現所有的本地環境都不行了,但是可以訪問.txt檔案,只是.php不行,多番查詢未解決,找了外援後,改了下使用者組~執行:usermod -G vboxsf-a www解決。

apache配置虛擬主機

httpd 虛擬主機 web apache 安裝好apache服務之後,編輯httpd-vhosts.conf虛擬主機配置文件,一般來說這個文件都在“/etc/httpd/conf/extra/httpd-vhosts.conf”這個路徑,但是好像最新的Apache用yum安裝是沒有這個文件的

解決CENTOS7 通過虛擬機器複製後網路無法開啟,RTNETLINK answers: File exists或no suitable device found for this connect

最近需要用到CENTOS7來部署hadoop 與spark 叢集,製作了模板的centos後,複製到新的機器 上網路無法啟動。 報錯:RTNETLINK answers: File exists或no suitable device found for this conne

ubuntu 系統啟動出現 the system is running in low-graphics mode

今天突然停電,電腦斷電ubuntu16.04不正常關閉以後,重新啟動ubuntu 發現桌面系統崩潰了,進入到命令列介面 輸入init 5 試圖進入圖形介面 出現“the system is running in low-graphics mode”錯誤

maven build的時候出現 Caused by: org.xml.sax.SAXParseException;

maven build的時候出現報錯: Caused by: org.xml.sax.SAXParseException; lineNumber: 3; columnNumber: 16; 文件根元素 “configuration” 必須匹配 DOCTYPE 根 “mapper”。 出現

CentOS6.x中vmware workstation 虛擬機器啟動Could not open /dev/vmmon

最初安裝報錯,但是介面可以開啟,可以正常安裝,但是安裝過後,啟動報錯 Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so:cannot open sh

虛擬機器執行yum install安裝包No more mirrors to try,提示某個包在yum不存在------解決辦法

第一種辦法: 執行yum clean all清除所有快取 執行yum list(本地yum源庫可能會報錯,需要重新配置本地yum源庫) 重新執行 yum install 包名  安裝成功 第二種辦法: rpm手動下載上傳安裝,這種方法需要考慮依賴

如何解決在使用VScode編輯器vue開發過程中出現Elements in iteration expect to have ‘v-bind:key’ directives

報錯資訊如下:[eslint-plugin-vue][vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives.這是因為我們安裝了ESLint外掛,對vue進行了es

使用arm-none-linux-gnueabi-gcc –o hello hello.c編譯完成,在ARM上執行出現

問題: 使用arm-none-linux-gnueabi-gcc –o hello hello.c編譯完成,在ARM上執行出現報錯: -sh: ./hello: No such file or directory 原因: 因為我們的程式使用的是動態連結方式編譯的,而A

Chrome在除錯JavaScript的時候出現Uncaught SyntaxError: Unexpected identifier

(在chrome瀏覽器中檢視網頁原始碼:F12,點選console控制檯,可以檢視程式碼出錯的地方。)      td3.innerHTML="<a href="javascript:;" onclick="del(this)">刪除</a>;//

【ubuntu】出現the system is running in low-graphics mode

在出現該彈窗時,ctrl + Alt + F1 輸入使用者名稱+密碼 //機器上之前有一個老版本,請按照下面這些命令來做。Nvidia和ATI/AMD顯示卡的命令都一樣。 sudo add-ap

用記事本編寫第一個Java程式執行時 出現錯誤: 類helloworld是公共的, 應在名為 helloworld.java 的檔案中宣告 public class helloworld {

在書本上盲人摸象的摸索學習Java,Java環境配置完成,安裝好eclipse後,便興沖沖的去在記事本上編寫第一個Java程式,結果給破了一盆冷水,略懵        public class helloworld {public static void main(St

【專案啟動】 tomcat啟動,專案無法啟動,無法正常訪問/專案可以啟動,java.lang.ClassNotFoundException: ContextLoaderListener

使用maven搭建專案(這個錯誤和是不是使用maven搭建專案沒有關係),然後部署到tomcat中執行。 出現問題1: tomcat跑起來了,但是啟動時間很短,沒有報錯,專案不能正常訪問 專案啟動時間很短,並且沒有報錯 並且專案無法正常訪問 發現問題過程: 檢視t

用SSH時出現id to load is required for loading

原因關於ssh中模型驅動我在用edit方法時沒有加上判斷條件頁面傳來的id是否為空值:如下面程式碼:public String edit(){        book = bookService.getBookById(id);return "success";}所以新增功能

VirtualBox虛擬機器啟動fatal:No bootable medium found! System halted

fatal:No bootable medium found! System halted意思是    致命的:沒有啟動中發現!宕機第一 可能是系統未完成安裝就強制關機第二 root使用者操作刪除系統檔案第三 使用習慣不當,應該讓系統正常關機而不是直接點×強制關機原因:就是找

Mac下安裝第三方模塊‘sqlfront.h‘ file not found的解決辦法

for found ins 解決辦法 第三方模塊 mssql erro ref div 1.軟件環境:     mac環境:10.11.6(15G31)     python: 3.6 2.問題:     sudo pip install pymssql 後出現下面問題:

hibernateno currentsessioncontext configured!

pro 錯誤 網絡 一個 nts 數據 有關 方法 應用服務器 使用hibernate框架時候報錯:no currentsessioncontext configured!   這個錯誤是當我們使用getCurrentSession();時候引起的,原因是current