Home>Article>Backend Development> Where is the linux php error log?

Where is the linux php error log?

藏色散人
藏色散人 Original
2020-08-06 09:38:17 2654browse

Linux php error log is generally located at "./var/log/nginx/error.log". The specific search method is to execute the command "find . -name error.log" to search.

Where is the linux php error log?

Recommended: "PHP Video Tutorial"

linux nginx php error log

It is recommended to switch to the root directory

cd / find . -name error.log

It will mostly be at ./var/log/nginx/error.log location, you can find it specifically

The above is the detailed content of Where is the linux php error log?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn