Login
Remember
Register
Ask a Question
What Are The Log Files Generated By Apache?
0
votes
asked
Mar 30, 2022
in
Apache Webserver
by
sharadyadav1986
What Are The Log Files Generated By Apache?
apache-web-server-logs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 30, 2022
by
sharadyadav1986
There are two popular log files created;
access.log – all request details with the status code.
error.log – capture all the errors within apache or connecting in backend.
...