Apache-AxKit-Plugin-QueryStringCacheRegexp version 0.03 ======================================================= DESCRIPTION This Module is a replacement for Apache::AxKit::Plugin::QueryStringCache. It offers the following at the expense of a little overhead: The querystring is "taken apart", the parameters are matched against a positive (*use*) and a negative (*ignore*) pattern, both to be specified from within httpd.conf. A changed order of parameters, old ("&") vs. new-style (";") delimiters or multiple occurances of the same parameter will not force AxKit to retransform a document. Parameters taken into account will have to match the *use*-pattern *and not* match the *ignore*-pattern (if given). INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: AxKit BUGS This is the first release. COPYRIGHT AND LICENCE Copyright (C) 2004 by Hansjoerg Pehofer This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.