Re: mod_perl on specific scripts (fwd)

2000-11-06 Thread Matthew Byng-Maddick
n 6 Nov 2000, David Hodgkinson wrote: > Matthew Byng-Maddick <[EMAIL PROTECTED]> writes: > > On 1 Nov 2000, David Hodgkinson wrote: > > > Matthew Byng-Maddick <[EMAIL PROTECTED]> writes: > > > > You do, of course, know about all the latest patches for this, due to > > > > potential security proble

Re: mod_perl on specific scripts

2000-11-06 Thread David Hodgkinson
Matthew Byng-Maddick <[EMAIL PROTECTED]> writes: > On 1 Nov 2000, David Hodgkinson wrote: > > Matthew Byng-Maddick <[EMAIL PROTECTED]> writes: > > > On 31 Oct 2000, David Hodgkinson wrote: > > > > Did I just condemn you to learning mod_rewrite? Ooops :-) > > > You do, of course, know about all th

Re: mod_perl on specific scripts

2000-11-01 Thread Matthew Byng-Maddick
On 1 Nov 2000, David Hodgkinson wrote: > Matthew Byng-Maddick <[EMAIL PROTECTED]> writes: > > On 31 Oct 2000, David Hodgkinson wrote: > > > Did I just condemn you to learning mod_rewrite? Ooops :-) > > You do, of course, know about all the latest patches for this, due to > > potential security pro

Re: mod_perl on specific scripts

2000-11-01 Thread David Hodgkinson
Matthew Byng-Maddick <[EMAIL PROTECTED]> writes: > On 31 Oct 2000, David Hodgkinson wrote: > > Did I just condemn you to learning mod_rewrite? Ooops :-) > > You do, of course, know about all the latest patches for this, due to > potential security problems ...moving to Apache 1.3.14, right?

Re: mod_perl on specific scripts

2000-11-01 Thread Christopher L. Everett
David Hodgkinson wrote: > > Paonia Ezrine <[EMAIL PROTECTED]> writes: > > > I have a number of scripts in places other then /perl that I want to use > > mod_perl for. However, I can't turn it on for all scripts in a specific > > directory or even a certain extension. Is there any way to do thi

Re: mod_perl on specific scripts

2000-10-31 Thread Bill Moseley
At 08:00 PM 10/31/00 -0500, Paonia Ezrine wrote: >Bill, >this is good in thoery but I have not gotten it to work in practice. > >here is the general idea (of what I tried): > And you can use it within a to limit its reach. http://httpd.apache.org/docs/mod/core.html#files Bill Moseley mailt

Re: mod_perl on specific scripts

2000-10-31 Thread Matthew Byng-Maddick
On 31 Oct 2000, David Hodgkinson wrote: > Did I just condemn you to learning mod_rewrite? Ooops :-) You do, of course, know about all the latest patches for this, due to potential security problems MBM -- Matthew Byng-Maddick Home: <[EMAIL PROTECTED]> +44 20 8981 8633 (Home) http://co

Re: mod_perl on specific scripts

2000-10-31 Thread Paonia Ezrine
> At 03:31 PM 10/31/00 -0500, Paonia Ezrine wrote: > >I have a number of scripts in places other then /perl that I want to use > >mod_perl for. However, I can't turn it on for all scripts in a specific > >directory or even a certain extension. Is there any way to do this or am > >I going to need

Re: mod_perl on specific scripts

2000-10-31 Thread David Hodgkinson
Paonia Ezrine <[EMAIL PROTECTED]> writes: > I have a number of scripts in places other then /perl that I want to use > mod_perl for. However, I can't turn it on for all scripts in a specific > directory or even a certain extension. Is there any way to do this or am > I going to need to do a red

Re: mod_perl on specific scripts

2000-10-31 Thread Bill Moseley
At 03:31 PM 10/31/00 -0500, Paonia Ezrine wrote: >I have a number of scripts in places other then /perl that I want to use >mod_perl for. However, I can't turn it on for all scripts in a specific >directory or even a certain extension. Is there any way to do this or am >I going to need to do a r

mod_perl on specific scripts

2000-10-31 Thread Paonia Ezrine
I have a number of scripts in places other then /perl that I want to use mod_perl for. However, I can't turn it on for all scripts in a specific directory or even a certain extension. Is there any way to do this or am I going to need to do a redirect of some sort (anyone have one)? Thanks, Paon