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]
