Home  >  Q&A  >  body text

tomcat - apache reverse proxy problem

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. .

仅有的幸福仅有的幸福2713 days ago458

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-05-16 17:00:08

    <VirtualHost *:88>
    ProxyRequests Off
    <Proxy *>

     Order deny,allow
     Allow from all

    </Proxy>
    ProxyPass /QuadServer http://10.0.0.196:8888/QuadSe...
    ProxyPass /geoserver http://192.168.111.47/geoserver
    </VirtualHost>

    reply
    0
  • Cancelreply