Forum Moderators: phranque
I want to set up one web server (one of the Fedora boxes) to initially receive all the HTTP requests but redirect those requests, based on the domain and subdomain in the request, to the other web servers on the local network?
I would do it in the router if the router would let me, but it does not. The router only allows me to reroute the request to different local IPs based on port numbers. Once again I want all the port 80 (HTTP) requests to be routed to different web servers, which is determined using the domain and subdomain.
I do not even know what tool I can use in Fedora to do this. My guess is either squid or iptables for now but I have no experience with either of those.
PLEASE HELP!