this is ubuntu 12.04 lts updated. The sequence of commands that I've executed was from http://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/ I have several virtual hosts defined and enabled - xx1.com, xx2.com, xx3.com,... One of them (xx1.com) was accessible from outside through xxx.no-ip.org through an alias in configuration file in sites-available/ One of the side-effects of the install is that external access through xxx.no-ip.org now gets me to my local xx3.com Any ideas how I can change it back? Or, as a 2nd best alternative, point me to the source of the installation script? asked 27 Jun '13, 05:12 gene292 |
This is not an OpenStreetMap question, but a web server (likely Apache) configuration question, and as such it is off-topic here. If Apache, then the problem is likely that you were not using ServerName/NameVirtualHosts correctly and therefore the host that comes first in the alphabet gets all the hits. Read the virtual hosts documentation appropriate for your web server. answered 27 Jun '13, 07:37 Frederik Ramm ♦ |