I am logging the bytes sent to a database, I would also like to log the bytes received is there any small chance this can be done?
AFAIK, not in mod_perl. However, you can do it with an Apache module and save the data via eg. r->notes for mod_perl.
I am logging the bytes sent to a database, I would also like to log the bytes received is there any small chance this can be done?
AFAIK, not in mod_perl. However, you can do it with an Apache module and save the data via eg. r->notes for mod_perl.