lighttpd forum lighty > Redirect

Posted by Squirrel Squirrel
on 27.04.2008 00:59
Hi guys,

I'm totally new to lighty (Apache user) and I need some help. I would 
like to have something like that:

[snip]
NameVirtualHost MyIP:80

<VirtualHost MyIP:80>

DocumentRoot /var/www/
<Directory "/var/www/">
 Options -Indexes Includes FollowSymLinks
 AllowOverride All
 Allow from all
</Directory>

RedirectMatch permanent ^/$ http://domain/xwiki/

ProxyPass /xwiki http://domain:8082/xwiki/
ProxyPassReverse /xwiki  http://domain:8082/xwiki/

</VirtualHost>
[snip]

How, especially the last part, can I achieve that in lighty?