Hi,

I have modperl handler which redirect user to random document
and it works fie if I use:
 $r->header_out(Location => 'pubs.html?msg_id='.$msg_id);
 return REDIRECT;

but if I use internal redirect:

  $r->internal_redirect($random_uri);
  return OK;

I get:

 You don't have permission to access
   http://mira.sai.msu.ru:5000/db/pubs.html?msg_id=67 on this server.

If I access directly that URL I have no problem.

This is a 2-server configuration with proxy-frontend and cgi-backend - 
port 5000 - proxy and port 7000 - backend.


        Oleg 

I 



_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

Reply via email to