logging - Size of "Bytes sent" in apache log file -


i added apache log file information-> %o indicated bytes sent user including headers. here question how count size of headers ? have tried $env{'content_length'} isn't it.

i believe there must way determine headers size cgi script have no idea how.

thanks in advance ;)

%b logs size of bytes without headers, can calculate diff header size.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -