I see there are two different functions regarding etags:

AP_DECLARE(char *) ap_make_etag(request_rec *r, int force_weak);
AP_DECLARE(void) ap_set_etag(request_rec *r);

What are they using to actually make the etag?  I would like to create
my own, custom, etags, how do I go about doing that?

Also, are there any apache functions to add me in checking to see if
the requested file has been modified or do I simply need to do that by
hand?

Sam

Reply via email to