[pmapper-users] pmapper and mod_proxy
Brought to you by:
arminburger
From: Jachym C. <jac...@ce...> - 2006-11-24 11:56:37
|
Hallo, we have our with p.mapper behind router, where we use Apache2 to for redirecting requests to it. Configuration of the router looks like this: <VirtualHost mapserver.mendelu.cz> ServerName mapserver.mendelu.cz # redirection to p.mapper server ProxyPass /slp http://172.16.38.110/ ProxyPassReverse /slp http://172.16.38.110/ </VirtualHost> It works, as you can see on address http://mapserver.mendelu.cz/slp/map.phtml but no map appears and no message appears in the Appache log. When I try to access the server directly from local network, it works like a charm. Could you tell me, where the problem could be? Second problem seams to be bug in p.mapper: if the server's firewall is configured, that it redirects every request from port 8080 to server with p.mapper (so http://mapserver.mendelu.cz:8080/ -> http://172.16.38.110= /) everything works well, but "Link to current map" points to http://mapserver.mendelu.cz8080/map?dg=3Dfalse&me=3D-605769......=20 __^__ -> the ":" is missing I use p.mapper 3.0beta1 from sourceforge on debian-testing with apache2 and php5 Thanks for help Jachym --=20 Jachym Cepicky e-mail: jac...@ce... URL: http://les-ejk.cz GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub ----------------------------------------- =20 OFFICE: =20 Department of Geoinformation Technologies=20 Zemedelska 3 613 00, Brno Czech Republick e-mail: xce...@no... URL: http://mapserver.mendelu.cz Tel.: +420 545 134 514 |