Re: Sticking Environment with Apache::ASP

2000-10-26 Thread Joshua Chamas
Brian Wheeler wrote: > > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > After 6 requests (always), the last requested page gets returned, regardless > of what is actually being passed. I'm using PATH_INFO to pass information. > Coincedentally (or is it?) there are 6

Apache::Filter problem? [was: Re: Sticking Environment with Apache::ASP] SOLVED!

2000-10-26 Thread Brian Wheeler
> > > > > Hi there, > > > > On Thu, 26 Oct 2000, Brian Wheeler wrote: > > > > > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > > > After 6 requests (always), the last requested page gets returned, regardless > > > of what is actually being passed. I'm using PATH_I

Apache::Filter problem? [was: Re: Sticking Environment with Apache::ASP]

2000-10-26 Thread Brian Wheeler
> > Hi there, > > On Thu, 26 Oct 2000, Brian Wheeler wrote: > > > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > > After 6 requests (always), the last requested page gets returned, regardless > > of what is actually being passed. I'm using PATH_INFO to pass informa

Re: Sticking Environment with Apache::ASP

2000-10-26 Thread G.W. Haywood
Hi there, On Thu, 26 Oct 2000, Brian Wheeler wrote: > I'm having trouble with using $Request->ServerVariables() in Apache::ASP. > After 6 requests (always), the last requested page gets returned, regardless > of what is actually being passed. I'm using PATH_INFO to pass information. > Coinceden

Sticking Environment with Apache::ASP

2000-10-26 Thread Brian Wheeler
I'm having trouble with using $Request->ServerVariables() in Apache::ASP. After 6 requests (always), the last requested page gets returned, regardless of what is actually being passed. I'm using PATH_INFO to pass information. Coincedentally (or is it?) there are 6 httpd processes running. If I m