Re: setting a server variable

2008-06-16 Thread tyju tiui
: Monday, June 16, 2008 1:45:30 PM Subject: Re: setting a server variable André, Thanks so much for your kind advice. I tried the example you suggested and I think this is exactly what I need. I have one problem now though. The file download script I am currently using is written in php and it is qui

Re: setting a server variable

2008-06-16 Thread tyju tiui
ier <[EMAIL PROTECTED]> To: modperl@perl.apache.org Cc: tyju tiui <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2008 3:57:31 AM Subject: Re: setting a server variable tyju tiui wrote: > Hi, > > I'm new to mod_perl and I'm having some difficulty understanding a few

Re: setting a server variable

2008-06-16 Thread Frank Wiles
On Fri, 13 Jun 2008 19:56:14 -0700 (PDT) tyju tiui <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm new to mod_perl and I'm having some difficulty understanding a > few things. I'd like to write an Apache module which authenticates a > request based on the URL. I only want the module to deny invalid >

Re: setting a server variable

2008-06-14 Thread André Warnier
tyju tiui wrote: Hi, I'm new to mod_perl and I'm having some difficulty understanding a few things. I'd like to write an Apache module which authenticates a request based on the URL. I only want the module to deny invalid requests and allow valid requests to be processed as normal. A more s

setting a server variable

2008-06-13 Thread tyju tiui
Hi, I'm new to mod_perl and I'm having some difficulty understanding a few things. I'd like to write an Apache module which authenticates a request based on the URL. I only want the module to deny invalid requests and allow valid requests to be processed as normal. A more specific example woul