Bug #1110
No "bytes in" in custom access.log
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_accesslog | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | duplicate |
|
Description
I'm using lighttpd r1715 and it seems that the "bytes in (%I)" column does not work in 1.5. I have used this feature with 1.4.x and everything was ok. Here are some additional information:
Configuration:
accesslog.format = "%t %T %V %h %s %I %O %r"
Log file:
[10/Apr/2007:16:03:07 +0300] 0 host 192.168.0.110 200 - 1349 GET /test HTTP/1.1 [10/Apr/2007:16:03:08 +0300] 0 host 192.168.0.110 200 - 1349 GET /test HTTP/1.1
I expect to get bytes out instead of "-" (like it was in 1.4).