Hi,
Am 01.11.2018 um 11:40 schrieb Tony Boston:
You should definitely try the relayd(8) route here.
that would be forwarding it to the ip like
match request quick header "Host" value "*some.tld" forward to
but that wouldnt solve something like
RewriteRule ^(.*)http://some.tld/someotherdi
You should definitely try the relayd(8) route here.
> On 1. Nov 2018, at 11:32, Markus Rosjat wrote:
>
> Hi all,
>
> I was wondering if it is possible to do like a proxy rewrite like with Apache
> rewrite mod?
>
> RewriteRule ^(.*) http://some.tld/$1 [L,P]
>
> So here the P Flag should prese
Hi all,
I was wondering if it is possible to do like a proxy rewrite like with
Apache rewrite mod?
RewriteRule ^(.*) http://some.tld/$1 [L,P]
So here the P Flag should preserver the original domain in the url and
just proxy the request to the other location (not on the same machine!)
Since
3 matches
Mail list logo