Re: PerlTransHandler, Location

2004-09-08 Thread Geoffrey Young
eps com estem wrote: > Hi. > I want to redirect to some uri one page. This can be accomplished easily in > PerlTransHandler with $r-> uri($new_uri); > My problem is that this uri needs to be parsed again with the same module > responsible of > that. This is, i have a web page parse by module X t

Re: PerlTransHandler, Location

2004-09-08 Thread Geoffrey Young
eps com estem wrote: > You were right, my firsts tests indicate that things are going well (i have to work > more > on it) with internal_redirect(). Simply i did not know the existence of these > wonderful > functions (methods). might I suggest, then, some of the mod_perl books listed on the p

Re: PerlTransHandler, Location

2004-09-08 Thread Stas Bekman
Geoffrey Young wrote: eps com estem wrote: You were right, my firsts tests indicate that things are going well (i have to work more on it) with internal_redirect(). Simply i did not know the existence of these wonderful functions (methods). might I suggest, then, some of the mod_perl books listed

Re: Re: PerlTransHandler, Location

2004-09-08 Thread eps com estem
You were right, my firsts tests indicate that things are going well (i have to work more on it) with internal_redirect(). Simply i did not know the existence of these wonderful functions (methods). I have not understood why a Location header cannot work anyway, but i am fully happy with your hel