mire wrote:
> I have code like this:
> 
>         RewriteEngine On
>  
>         RewriteLog "/var/site/rewrite.log"
>         RewriteMap    lb      prg:/tmp/lb
> 
>         RewriteRule  ^/trta$  http://${lb:prvi|drugi}  [proxy,last] 
> 
> and a perl script (a copy from mod_proxy manual) but it doesn't work, it seems
> like perl script is waiting indeffinetly for input.

Sorry, this is not a mod_perl problem.  You should try the general 
Apache user mailing lists, or see if there's a list or newsgroup for 
mod_rewrite.

- Perrin

Reply via email to