====== Proxies and balancers ====== A proxy maps some URL on a virtual server to another webserver. This means that requests for any page under that URL path will be forwarded to the other site, which could be a separate machine or another webserver process on the same system (such as Tomcat for Java or Mongrel for Ruby on Rails). * [[virtualmin_api_create_proxy|create-proxy.pl]] - Adds a per-directory proxy to some domain * [[virtualmin_api_list_proxies|list-proxies.pl]] - Lists web proxy balancers in some domain * [[virtualmin_api_delete_proxy|delete-proxy.pl]] - Removes a proxy balancer from some domain