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

mod rewrite - Using "?" when rewriting the URL -

Admob integration with pygame in android -

.htaccess: Transfer name to index.php if not directory public -