Re: [users@httpd] Problem with rewrite round robin lb.pl

2005-05-23 Thread Joshua Slive
On 5/23/05, Drew Nichols <[EMAIL PROTECTED]> wrote: >RewriteMaplb prg:/etc/httpd/conf/lb.pl >RewriteRule ^/(.+)$ ${lb:$1} [P,L] >#RewriteRule ^/(.*) hello$1 [P,L] > In the rewrite log I get > (2) init rewrite engine with requested uri / > (3) applying

[users@httpd] Problem with rewrite round robin lb.pl

2005-05-22 Thread Drew Nichols
Hi, Hoping someone may help. I have the following in httpd.conf (changed domain to 'mydomain'). ServerName www.mydomain.com RewriteEngine On RewriteMaplb prg:/etc/httpd/conf/lb.pl RewriteRule ^/(.+)$ ${lb:$1} [P,L] #RewriteRule ^/(.*) hell