Tente alterar o <Location />
para <Location /myapp/>
. Veja esta página para documentação.
Snippet :
ProxyPass
This directive allows remote servers to be mapped into the space of the local server; the local server does not act as a proxy in the conventional sense, but appears to be a mirror of the remote server. The local server is often called a reverse proxy or gateway. The path is the name of a local virtual path; url is a partial URL for the remote server and cannot include a query string.
When used inside a
<Location>
section, the first argument is omitted and the local directory is obtained from the<Location>
. The same will occur inside a<LocationMatch>
section, however ProxyPass does not interpret the regexp as such, so it is necessary to use ProxyPassMatch in this situation instead.