Where are the webserver access logs located?

I have hosted other files through the pi-hole http server by storing them in "/var/www/html/[folder]", so I can access them at "http://[pi-hole]/[folder]". This stopped working recently when the webserver used by pi-hole changed. I was able to get it back up and running after those changes.

The latest changes broke my setup again and I am having trouble finding out why. I wanted to look at the http server access log to see if it was using the wrong local path to read the files, or if it was an access rights issue. However, recent changes seems to also have (re)moved the http server access log.

Where can I see debug info about requests are being made to the http server, including information about what local files are used to serve them and any errors, such as file not found or access rights error?

Alternatively, if there is documentation on how to host files through the current pi-hole http server that can help me fix my setup, that would also be great.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.