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=false&me=-605769......
__^__ -> the ":" is missing
I use p.mapper 3.0beta1 from sourceforge on debian-testing with apache2
and php5
Thanks for help
Jachym
--
Jachym Cepicky
e-mail: [EMAIL PROTECTED]
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
Zemedelska 3
613 00, Brno
Czech Republick
e-mail: [EMAIL PROTECTED]
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514
signature.asc
Description: Digital signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
