On Fri, 2004-03-12 at 13:13, Nath wrote:
> > Sounds like client-side caching.  Take a look at the headers you are
> > sending.
> - I'm not sure about this. How would the headers differ from using
> ActivePerl vs mod_perl?

>From using mod_cgi vs. using mod_perl.  mod_cgi parses your headers and
adds some.  Looks like you have mod_perl's header parsing turned on as
well.  They may not be giving equivalent results though.  If you have
LWP installed, you can do this to see headers:

GET -d -e http://myurl

> - They're suppose to help the user go back into previous folders instead of
> using the browser back button.

Are you talking about these?

          Home / Astrophotography / Astro Enhanced-Feb-01-2004

They certainly don't do anything for me, and I don't have your pages
cached.

I think the problem is in the code you use to read the query params from
the URL (e.g. something using CGI->param() ).  You probably are
accidentally creating a closure.  Can you show us that code?

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to