]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add in SeeRequestTail directive, to handle the shortcoming
authorJim Jagielski <jim@apache.org>
Wed, 31 Oct 2007 12:19:54 +0000 (12:19 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 31 Oct 2007 12:19:54 +0000 (12:19 +0000)
commit809dd5e30bfb6c055cc0c175926bd915ae3663c8
tree11a5fa0640c31bcfc9a69310a213047912adc96c
parenta412407a72a6a6395206889a6124ae1d72a1a232
Add in SeeRequestTail directive, to handle the shortcoming
of only storing 63 bytes of the request, when the requests
are longer than that and only vary towards the end; eg:

   GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/apples.jpg
   GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/pears.jpg
   GET /disk1/storage/apache/htdocs/images/image-store1/food/fruits/seeded/plums.jpg

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@590641 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_status.xml
include/ap_mmn.h
include/scoreboard.h
modules/generators/mod_status.c
server/scoreboard.c