HTTPD.conf to configure reverse proxy para multiples domino servers corriendo inotes 8.5.2?

Hello,

I am needing to configure reverse proxy on apache 2.2 on win2003 server in a DMZ, to map multiple Domino Servers running on version 8.5.2 iNotes on the internal network, something like this:

http://mail.acme.com/server1 (from internet)

Redirect to http://server1.acme.com (internal URL)

http://mail.acme.com/server2 (from internet)

Redirect to http://server2.acme.com (internal URL)

http://mail.acme.com/serverN (from internet)

Redirect to http://serverN.acme.com (internal URL)

Can someone send me the httpd.conf file to help me do this?

Googling this issue, I found many ways to do this, but so far none has worked.

Thanks