Author |
|
mrunderhill
Joined: 02 Jul 2024 Posts: 3
|
Posted: Thu 04 Jul '24 1:21 Post subject: mod_proxy does not write to log |
|
|
lads,
apache's https proxy does not write to log until after the proxied connection has been established. it seems this is by design..is there any way to make it so that connections are logged as soon as the request is received by the proxy?
mrunderhill |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
mrunderhill
Joined: 02 Jul 2024 Posts: 3
|
Posted: Sat 06 Jul '24 1:52 Post subject: |
|
|
what exactly do i set? also probably should have mentioned that i'm using customlog, not errorlog |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 09 Jul '24 10:18 Post subject: |
|
|
Set it for the proxy module. Adjust the log level for your needs
Code: |
LogLevel warn proxy:trace5
|
|
|
Back to top |
|
mrunderhill
Joined: 02 Jul 2024 Posts: 3
|
Posted: Tue 09 Jul '24 21:04 Post subject: |
|
|
James Blond wrote: | Set it for the proxy module. Adjust the log level for your needs
Code: |
LogLevel warn proxy:trace5
|
|
does that directive not affect logging of errors only? i'm using a custom log format with the customlog directive |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|