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
Post a Comment