AxAddDynamicProcessor Apache::Ids::AxKit::StyleProcessor
Removing that line does not alter the behavior, since the Styleprocessor isn't even invoked.
Additionally, I've now confirmed this behavior on Redhat 9 and Solaris 8 using AxKit 1.62... The machine this config works on is Redhat 9 with 1.60.
Also, the content of the directory does not affect this symptom.. I changed the config to use /tmp instead of ids/tools/DOCS/xml and it had the same effect.
Can anyone else confirm this on their machine?
For that matter is this the appropriate place for an AxKit bug, as I posted a different one a while back and never got any response.
thanks, arne
On Nov 25, 2003, at 3:21 PM, Arne Claassen wrote:
I run 1.60 on my personal dev machine, but finally have a Redhat install that lets me install 1.62.. But i have run into a problem with 1.62, that looks like a bug:
I have the below config, saying that the contents should be handled by AxKit (whether or not i put DirectoryIndex in there does not make a difference to the problem, btw)
Alias /docs /ids/tools/DOCS/xml <Directory "/ids/tools/DOCS/xml"> Options +All DirectoryIndex index.xml index.html SetHandler perl-script PerlHandler AxKit AddHandler axkit .xml .xsp AxGzipOutput On AxAddXSPTaglib AxKit::XSP::Util AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP AxAddDynamicProcessor Apache::Ids::AxKit::StyleProcessor </Directory>
And if i requires /docs/ i get this ( and a couple of pages more) before my browser complains about excessive redirects and stops:
==> /www/logs/orpheus/access_log <==
127.0.0.1 - - [25/Nov/2003:15:17:47 -0800] "GET /xml/ HTTP/1.1" 302 281
127.0.0.1 - - [25/Nov/2003:15:17:47 -0800] "GET /xml// HTTP/1.1" 302 282
127.0.0.1 - - [25/Nov/2003:15:17:47 -0800] "GET /xml/// HTTP/1.1" 302 283
127.0.0.1 - - [25/Nov/2003:15:17:48 -0800] "GET /xml//// HTTP/1.1" 302 284
==> /www/logs/orpheus/error_log <==
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] handler called for /xml/
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] Content Provider Override: Apache::AxKit::Provider::File
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] [req] File Provider given $r: /ids/tools/DOCS/xml
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] checking if we process this resource
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] '/ids/tools/DOCS/xml' is a directory
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] handler called for /xml//
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] Content Provider Override: Apache::AxKit::Provider::File
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] [req] File Provider given $r: /ids/tools/DOCS/xml
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] checking if we process this resource
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] '/ids/tools/DOCS/xml' is a directory
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] handler called for /xml///
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] Content Provider Override: Apache::AxKit::Provider::File
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] decoding from UTF-8
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] [req] File Provider given $r: /ids/tools/DOCS/xml
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] checking if we process this resource
[Tue Nov 25 15:17:47 2003] [warn] [client 127.0.0.1] [AxKit] '/ids/tools/DOCS/xml' is a directory
[Tue Nov 25 15:17:48 2003] [warn] [client 127.0.0.1] [AxKit] handler called for /xml////
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
