Re: Configuring mod-Perl to handle only some file types

2012-08-08 Thread Ekki Plicht (DF4OR)
t; > > > > *From:* Ekki Plicht (DF4OR) > *Sent:* Wednesday, August 08, 2012 2:23 PM > *To:* mod_perl list > *Subject:* Re: Configuring mod-Perl to handle only some file types > > > > On Wed, Aug 8, 2012 at 8:13 PM, wrote: > >> Hello, >> >> I have a

Re: Configuring mod-Perl to handle only some file types

2012-08-08 Thread jniederberger
, Joe N From: Ekki Plicht (DF4OR) Sent: Wednesday, August 08, 2012 2:23 PM To: mod_perl list Subject: Re: Configuring mod-Perl to handle only some file types On Wed, Aug 8, 2012 at 8:13 PM, wrote: Hello, I have a mod_perl program that is written to handle URL's that name eit

Re: Configuring mod-Perl to handle only some file types

2012-08-08 Thread Kevin A. McGrail
On 8/8/2012 2:13 PM, jniederber...@comcast.net wrote: Hello, I have a mod_perl program that is written to handle URL's that name either a directory or *.html type files. All other types I want Apache to just do its regular thing (e.g., serve image type files, or .doc, .pdf, .js, .css, etc.) What

Re: Configuring mod-Perl to handle only some file types

2012-08-08 Thread Ekki Plicht (DF4OR)
On Wed, Aug 8, 2012 at 8:13 PM, wrote: > Hello, > > I have a mod_perl program that is written to handle URL's that > name either a directory or *.html type files. All other types > I want Apache to just do its regular thing (e.g., serve image > type files, or .doc, .pdf, .js, .css, etc.) > What's