Re: Filter and directories

2000-11-13 Thread Struan Donald
* at 09/11 14:22 -0500 Geoffrey Young said: I was wondering why Apache::Filter won't deal with directories. man Apache::Filter - it's right there ;) ah, in the bugs section. note to self: read _all_ the man page. I assume it's as it makes little sense trying to do things do

RE: Filter and directories

2000-11-13 Thread Geoffrey Young
-Original Message- From: Struan Donald [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 8:06 AM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: Filter and directories * at 09/11 14:22 -0500 Geoffrey Young said: I was wondering why Apache::Filter won't

Filter and directories

2000-11-09 Thread Struan Donald
hi, I was wondering why Apache::Filter won't deal with directories. 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). Now i can just

RE: Filter and directories

2000-11-09 Thread Geoffrey Young
-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

RE: Filter and directories

2000-11-09 Thread Adam Prime
why do you want to process a directory listing? you want to process the files within the directory via SSI, right? I ran into this too, so i'll explain what i was trying to do. I have a handler that works like this Location /articles/ SetHandler perl-script