Re: file globbing question

2002-02-20 Thread Issac Goldstand
It occurred to me that using a scheme like this, it might be possible to help improve mod_perl's popularity... Or, at least, the popularity of Toolkits built under mod_perl... Using (or the Apache::MIMEMapper module), makes mod_perl a bit more ISP friendly, as it's a lot easier for users to

Re: file globbing question

2002-02-20 Thread Geoffrey Young
Cees Hek wrote: > > On Wed, 2002-02-20 at 13:27, John Stauffacher wrote: > > All, > > > > I am a bit confused as to what httpd.conf directives need to be used in > > order to get apache to execute a PerlHandler when it encounters a > > certain file type. What I want to do: > > Execute a han

Re: file globbing question

2002-02-19 Thread Cees Hek
On Wed, 2002-02-20 at 13:27, John Stauffacher wrote: > All, > > I am a bit confused as to what httpd.conf directives need to be used in > order to get apache to execute a PerlHandler when it encounters a > certain file type. What I want to do: > Execute a handler whenever a *.qw file is acc

file globbing question

2002-02-19 Thread John Stauffacher
All, I am a bit confused as to what httpd.conf directives need to be used in order to get apache to execute a PerlHandler when it encounters a certain file type. What I want to do: Execute a handler whenever a *.qw file is accessed. The same handler whether or not the file exists and not