]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge 590641 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Sat, 8 Dec 2007 16:59:08 +0000 (16:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 8 Dec 2007 16:59:08 +0000 (16:59 +0000)
commit7e459a0feae08c77cb6b9b7f5e14d11312a4254b
tree8e59b876e02cb7e10d43cbbfeaffac96f152320c
parent522bc21938d02a254152c95e9560077132483cbb
Merge 590641 from trunk:

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

Submitted by: jim
Reviewed by: jim, rpluem, niq

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