Where is the linux php error log?

藏色散人
Release: 2023-03-03 21:06:02
Original
2719 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template