Can somebody help me please ... thanks a lot.

Regards
Vincent

>
> Hello all,
>
> I get mod_proxy running in my dmz to forward http traffic from internet to
> my trusted area. This is working fine except that I have to implement a
> new type of config for a special host.
>
> I would like to forward traffic from (dmz) http://people.domain/~username
> to (lan) http://username.srv.intranet.
>
> Al my configs are now configured with ProxyPass and ProxyPassReverse but I
> read on the net it would be easier to use mod_rewrite for such type of
> config.
>
> I found such type of example to resolve this case but I do not know if
> this is the right way to do it and I do not find any reverse mapping
> (ProxyPassRevers) in this definition.
>
> ProxyRequests Off
> RewriteEngine On
> RewriteRule ^/~(.*) http://$1.srv.intranet [P]
>
> Thanks a lot to help me resolving this problem.
>
> Many thanks for your comprehension.
>
> Vincent
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to