Phoenix.pm: CGI redirect question

Phaedrus phaedrus at endless.org
Wed Dec 8 11:21:41 CST 1999


> No output is generated to STDOUT, except for the Location header, which
> isn't generated until AFTER the page is generated.  The redirect points
> to the page that was generated.

Whoa.. your generating the page to a file! Aha! Duh =) You DID explicitly
turn IO buffering off, and close the file, before issuing the redirect,
right?

>  
> > > RH Linux) is somehow caching the redirect response.  Any thoughts?
> > > Also, it works fine from the command line.  Thanks!
> > 

Pragma: no-cache

Netscape always screws that up, but I would be surprised if Apache screwed
it up also...

Guess I don't have anything useful to say... goodluck...
-scott




More information about the Phoenix-pm mailing list