Add per-vhost CustomLog directives; document access-log root cause
Real root cause turned out to differ from the original TODO: there was no broken global CustomLog, mod_vhost_combined was already logging every vhost without its own CustomLog into other_vhosts_access.log. Added a dedicated CustomLog per real site anyway for easier incident review, verified live with curl against all 7 domains after reload. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -380,3 +380,5 @@ that key file, not group membership, since the `bind` group also owns
|
||||
`rndc.key` — and (b) that access logging for every real vhost on this
|
||||
host is currently a no-op, and (c) that the dyndns app has no real
|
||||
per-user auth binding. (b) and (c) are left open — see `TODO.md`.)
|
||||
(b) fixed 2026-07-25 — see `TODO.md` for the root cause and the
|
||||
per-vhost `CustomLog` fix; (c) remains open.
|
||||
|
||||
Reference in New Issue
Block a user