0 votes
in Apache Webserver by
What Are The Log Files Generated By Apache?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked May 27, 2019 in Gradle by Ankita1283
0 votes
asked Mar 30, 2022 in Apache Webserver by sharadyadav1986
...