Name

ProxyPass

Synopsis

                     ProxyPass 
                     path 
                     url
                  

[server config or within <VirtualHost>]

This directive translates requests for a specific path to be redirected to the corresponding url. This allows remote servers to act as if they existed in the local filesystem. Note that this directive takes place regardless of whether the ProxyRequests directive is activated. For example:

ProxyPass /mydir http://www.otherserver.com/mydir

Get Webmaster in a Nutshell, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.