Dear masters, I want to obtain data through virtual paths. When accessing QuadServer, take the above path. When accessing geoserver, follow the following path. However, the final experimental result is the above one. Once the following path is obtained, Then 404 is displayed. Is there something wrong with what I wrote? ? How to make both paths work? ?
The following is the content written in httpd-vhosts.conf. .
<VirtualHost *:88>
ProxyRequests Off
<Proxy *>
</Proxy>
ProxyPass /QuadServer http://10.0.0.196:8888/QuadSe...
ProxyPass /geoserver http://192.168.111.47/geoserver
</VirtualHost>