SYSTEM INFORMATION | |
---|---|
OS type and version | Debian 11 |
Webmin version | 1.999 |
Virtualmin version | 7.1-1 |
Related packages | apache2 |
This doc page explains how to view an Apache log for a domain/subdomain: https://www.virtualmin.com/documentation/tutorial/how-to-view-website-logs/
However what I need some times is an aggregated log that shows all activity on all virtual servers combined chronologically. Is there a way to get such a log?
Edit/Answer:
For anyone interested, here is what I currently do over an ssh
console for quick monitoring of everything at once:
tail -f /var/log/virtualmin/*_access_log &
if you wanna stop the output, enter fg
then Ctrl
+C
.