extern type proxy_port; {{A port number above 1024}} extern val localProxyPass : no_spaces -> no_spaces -> proxy_port -> [Vhost]; extern val localProxyPassReverse : no_spaces -> no_spaces -> proxy_port -> [Vhost]; {{Interface to Apache ProxyPass and LocalProxyPass for proxying to localhost only. The arguments give:
  • The URL prefix to treat as proxied
  • The corresponding URL prefix on the other local server
  • The port number of the local server
  • }}