https://bz.apache.org/bugzilla/show_bug.cgi?id=59022
Bug ID: 59022
Summary: No bytes in in mod_http2 acces log.
Product: Apache httpd-2
Version: 2.4.18
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_http2
Assignee: [email protected]
Reporter: [email protected]
Hello all,
I'm running HTTPd 2.4.18 with mod_http2 and the nghttp2/1.7.1-DEV library and I
don't see out/in bytes in my access log.
Example:
91.xx.xx.xx - - [17/Feb/2016:19:30:51 +0100] "GET /dl/video.mp4 HTTP/2" 200 0
"-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/48.0.2564.103 Safari/537.36"
Expected:
91.xx.xx.xx - - [17/Feb/2016:19:30:51 +0100] "GET /dl/video.mp4 HTTP/2" 200
1487172116 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/48.0.2564.103 Safari/537.36"
I'm using mod_logio's %O and %I to get the actual bytes sent and received and
using HTTP/2 over SSL.
HTTPd is build by me from source running on Debian 8.
Configure command:
./configure \
--with-libxml2 \
--enable-so \
--enable-dav \
--enable-dav-fs \
--enable-dav-lock \
--enable-suexec \
--enable-deflate \
--enable-unique-id \
--enable-mods-static=most \
--enable-mpms-shared=all \
--enable-reqtimeout \
--with-mpm=event \
--with-included-apr \
--with-pcre=/usr/bin/pcre-config \
--enable-logio \
--enable-ssl \
--with-ssl=/usr/local \
--enable-rewrite \
--enable-proxy \
--enable-expires \
--enable-headers \
--enable-mpms-shared=all \
--disable-cgi \
--disable-cgid \
--enable-mime-magic \
--enable-http2
Please let me know if you need more information.
Regards,
Daan
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]