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.
...