in reply to Re: Re: mod_perl and cache?
in thread mod_perl and cache?

Try adding a warn "Feh!" or something to the script to see if it actually isn't run. The logs say Apache is sending 9757 bytes back to the client, anyway. Is there anything related in the error log?

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^4: mod_perl and cache?
by Flame (Deacon) on Mar 02, 2003 at 02:42 UTC

    Oh well... hmm, looks like is is executing then, that ruins that idea... so it has to be client-side...

    Would it help if I brought the server online so that you guys could see what it's doing?





    My code doesn't have bugs, it just develops random features.

    Flame ~ Lead Programmer: GMS (DOWN) | GMS (DOWN)

      Not likely - you have to debug the client side after all.. We could atleast confirm whether it's working properly for others, though, I guess.

      Makeshifts last the longest.