Commit bc00103
Fix client IP logging in Horizon VirtualHost
The VirtualHost CustomLog directive was using a custom format that
only logged forwarded requests, missing direct requests entirely.
Replace with SetEnvIf and dual CustomLog lines to match the
nova-operator pattern, logging both direct and forwarded requests
with the correct client IP.
Closes: OSPRH-32110
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Francesco Pantano <fpantano@redhat.com>1 parent 692a73e commit bc00103
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments