> -----Original Message-----
> From: Struan Donald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 2:05 PM
> To: [EMAIL PROTECTED]
> Subject: Filter and directories
>
>
> hi,
>
> I was wondering why Apache::Filter won't deal with directories.
man Apache::Filter - it's right there ;)
> I
> assume it's as it makes little sense trying to do things do directory
> listings but it does result in odd things if I have a handler that is
> e.g /poll and i want to chain that through something (such as SSI).
why do you want to process a directory listing? you want to process the
files within the directory via SSI, right?
change your (assumed) <Directory> directive to an Alias + <Location>
directive and see if that changes things...
HTH
--Geoff
>
> Now i can just comemnt out the relevant lines in the module and rely
> on the fact that I'll only use Filter with handlers or files but that
> seems rash without fully understanding the reasoning behind the
> restrictio in the first place.
>
> thanks
>
> struan
> --
> Struan Donald
> mailto:[EMAIL PROTECTED]
> Code Flunky, 365 Plc.
> http://www.365corp.com/
>