| <VirtualHost _default_:8082>
| DocumentRoot "/app/env_control/httpd/DocumentRoot"
| <Location "/Test">
| # disable mason for this location
| SetHandler default-handler
| </Location>
| ProxyPass /Test/ http://myhost:8084/Test/
| ProxyPassReverse /Test/ http://myhost:8084/Test/
| </VirtualHost>
|
| When I try to access location /Test/, I get the following
| error:
|
| [Tue Apr 25 08:59:34 2000] [error] [client <ip address>] File
| does not exist:
| proxy:http://myhost:8084/Test/CheckDeployment/GetUKLs
|
| Can anybody give me some insight as to what I am doing wrong?
| I am new to mod_proxy and I don't even know where to start
| looking.
Show us your <VirtualHost blablabla:8084> (the destination in this proxy
config), a "ls -l" of
/app/env_control/httpd/DocumentRoot/Test/CheckDeployment and a "host
myhost".
Ime