2

I want to forward my domain request to my backend systems without creating subdomain. For example: xyz.com my domain, when anyone enter 1.xyz.com request forward to 10.0.x.x.

I want to host my all backend.

1 Answer 1

2

mod_proxy is probably the most appropriate choice for this task.