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
,
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
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
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