diff options
author | Bill Stoddard <stoddard@apache.org> | 2001-03-27 21:19:08 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2001-03-27 21:19:08 +0200 |
commit | 4732553655de476e17e326681b37c9ef5ad996da (patch) | |
tree | cb23c07346e3f38e852ceea6880ca47f29d7c115 /CHANGES | |
parent | Remove the cvsignore file from the dead dexter directory. (diff) | |
download | apache2-4732553655de476e17e326681b37c9ef5ad996da.tar.xz apache2-4732553655de476e17e326681b37c9ef5ad996da.zip |
Performance: Add quick_handler hook. This hook is called at the
very beginning of the request processing before location_walk,
translate_name, etc. This hook is useful for URI keyed content
caches like Mike Abbott's Quick Shortcut Cache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ Changes with Apache 2.0.16-dev + *) Performance: Add quick_handler hook. This hook is called at the + very beginning of the request processing before location_walk, + translate_name, etc. This hook is useful for URI keyed content + caches like Mike Abbott's Quick Shortcut Cache. + [Bill Stoddard] *) top_module global variable renamed to ap_top_module [Perl] |