Redirecting HTTP requests using the IP address of a client in your Apache Config
Maybe you’ve got some Ruby or even Rails webservice running for different clients. Given that you need to serve some different resources to different customers under the same URL, redirecting requests based on IP address ranges can by quite handy. Read this article to find out how you can do that with Apache 2.4.
Post a comment