Hi I am creating an Android app that displays an OpenStreetMap using osmdroid. On the tile server I am using: Mod_tile, renderd, mapnik, osm2pgsql and a postgresql/postgis database. I tried to connect this server using a firefox navigator from the same machine as the server and i succeed, but when I try to contact this server from other machine I fail. Can you give me the issue of this problème? Do you tried to connect such server with osmdroid? Thank you asked 22 Feb '13, 14:02 Yahya_Romdhane |
Your Apache is probably configured to only accept connections from localhost. Check for "Allow from" and "Deny from" and "Order Allow,Deny" or "Order Deny,Allow" in your httpd config files /.htaccess files. answered 24 Feb '13, 22:02 gormo |
Could you provide any clues, such as any actual error that you're getting?