Apache-2.2
PHP 腳本失敗導致 500 內部錯誤幾乎沒有日誌資訊
我有一個 php Web 應用程序,當我嘗試載入它的 URL 時不斷拋出相同的錯誤,我在這裡發布的原因是因為我從日誌中幾乎沒有錯誤,我在 apache 錯誤日誌中得到的唯一一個就是這個。
[Sat Sep 05 09:47:44 2015] [alert] [client **.**.**.**] /home/domain/public_html/invoice/.htaccess: Option FollowSymlinks not allowed here
我不認為這是這裡的問題,導致它發出警報而不是錯誤..
伺服器詳細資訊
Apache version 2.2.15
Centos 6.7
PHP 5.3.3
還
ls -l
列出root:root
了 owner:group 中的文件,我進行更改的使用者不是root
它phoenix:phoenix
,這可能是權限問題嗎?# 1. To use this file, you need to be using Apache with mod_rewrite enabled. # 2. Rename this file to .htaccess (remove .txt from the end of this file name) Options +FollowSymlinks
您可以查看或更改 apache 配置嗎?
如果是這樣,您可以確保為您的虛擬主機或目錄設置了 AllowOverride All。