Hi all,
i'm newly with lighttpd and i have a problem with proxy redirect.
I want that the server work with a reverse proxy. I've three web server
in my internat network and i want to do an url redirect:

For example: http://my_wan_ip/1/ ==> http://my_first_lan_web_server_ip/
             http://my_wan_ip/2/ ==> http://my_second_lan_web_server_ip/
             http://my_wan_ip/3/ ==> http://my_third_lan_server_ip/

I've tried with:

url.redirect  = ( "/1/"  => "http://my_first_lan_web_server_ip/" )

but i've an error (on log) when i run lighttpd:

2007-09-07 10:49:39: (mod_redirect.c.129) pcre-compile failed for ....

Can someone help me?

Thank a lot