From: Jeff Garzik <hidden> Date: 2016-08-11 20:18:33
Jakub Narebski wrote:
P.S. Any hints to how to do this with CGI Perl module?
It's impossible, Apache doesn't supply e-tag info to CGI programs. (it
does supply HTTP_CACHE_CONTROL though apparently)
You could probably do it via mod_perl.
Jeff