So, now I have got this in .htaccess for my site:
AxAddPlugin Apache::AxKit::Plugin::AddXSLParams::Request AxAddPlugin Apache::AxKit::Plugin::QueryStringCache PerlSetVar AxAddXSLParamGroups "VerboseURI"
Is that good enough? Specifically I was getting unexpected behaviour when I was calling a URL with parameters through the axkit: URI in a document() call in XSLT.
simon
On Sunday, June 29, 2003, at 06:29 PM, Tom Schindl wrote:
If you want to cache on url+parameter basis you'll have to use AxAddPlugin Apache::AxKit::Plugin::QueryStringCache.
Tom
Am Son, 2003-06-29 um 21.00 schrieb Fabian Sturm:Hello!
I have some inconsisten behavior in AxKit.
I use the AddXSLParams::Request module to deliver different webpages depending on the url http://myserver/index.xml?lang=de vs. http://myserver/index.xml?lang=en
Everything works fine so far but AxKit creates a .xmlstyle_cache in every directory. I therefore added the AxCacheDir option to the httpd.conf. It worked fine as long as I used AxKit 1.6 and :AddXSLParams::Request 1.0.
But with AxKit 1.6.1 and Apache-AxKit-Plugin-AddXSLParams-Request-1.01
it only creates one of the pages english or german (the first one requested)
and then delivers this from the cache regardless of the parameter.
I guess it is a bug?
Thanks, Fabian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- anti-spam: do not post this address publicly www.simonwoodside.com -- 99% Devil, 1% Angel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
