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 httpd processes running.
>
> If I make a change to the script or restart the server, it works fine for
> the first 6 requests. I'm passing the output through AxKit via Apache::Filter.
>
Sound like a browser caching issue, which normally
occurs because of particular headers that are sent
back. Anything in your request chain could be adding
those headers, like Expires. What do you get from the
request if you do:
lwp-request -edS http://$URL
There is also the possibility that AxKit is assuming the
source to be static, and is caching things at that level?
Its worth investigating at least.
BTW, I think what you are trying to do here is very cool.
--Joshua
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks >> free web link monitoring Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051