<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">I've:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div><div><font face="'times new roman', 'new york', times, serif"> wmsgetfeatinfo: new OpenLayers.Control.WMSGetFeatureInfo({</font></div><div><font face="'times new roman', 'new york', times, serif"> url: 'http://160.97.12.223:8000/cgi-bin/mapserv?map=/var/www/difsuolo_luci_mapfile/mapfile.map', </font></div><div><font face="'times new roman', 'new york', times, serif">
//url: 'http://160.97.12.223:80/cgi-bin/mapserv?map=/var/www/difsuolo_luci_mapfile/mapfile.map',</font></div><div><font face="'times new roman', 'new york', times, serif"> title: 'Identify features by clicking',</font></div><div><font face="'times new roman', 'new york', times, serif"> infoFormat:'text/html',</font></div><div><font face="'times new roman', 'new york', times, serif"> click: 'true',</font></div><div><font face="'times new roman', 'new york', times, serif">
queryVisible: true,</font></div><div><font face="'times new roman', 'new york', times, serif"> eventListeners: {</font></div><div><font face="'times new roman', 'new york', times, serif"> getfeatureinfo: function(event) {</font></div><div><font face="'times new roman', 'new york', times, serif"> map.addPopup(new OpenLayers.Popup.FramedCloud(</font></div><div><font face="'times new roman', 'new york', times, serif">
"chicken", </font></div><div><font face="'times new roman', 'new york', times, serif"> map.getLonLatFromPixel(event.xy),</font></div><div><font face="'times new roman', 'new york', times, serif"> null,</font></div><div><font face="'times new roman', 'new york', times, serif"> event.text,</font></div><div><font face="'times new roman', 'new york', times, serif">
null,</font></div><div><font face="'times new roman', 'new york', times, serif"> true</font></div><div><font face="'times new roman', 'new york', times, serif"> ));</font></div><div><font face="'times new roman', 'new york', times, serif"> }</font></div><div><font face="'times new roman', 'new york', times, serif">
}</font></div><div><font face="'times new roman', 'new york', times, serif"> }),</font></div><div><font face="'times new roman', 'new york', times, serif"><br></font></div><div><font face="'times new roman', 'new york', times, serif">If I use url with port 80 it works, if I use url with port 8000 the openlayers client didn't fire any event on click. In browser debug console I didn't view any xhrequest, neither on server.</font></div><div><font face="'times new roman', 'new york', times, serif"><br></font></div><div><font face="'times new roman', 'new york', times, serif">I use openlayers 2.11 and this problems is on firefox and google chrome.</font></div><div><font face="'times new roman', 'new york',
times, serif">I use ubuntu 12.04.</font></div><div><font face="'times new roman', 'new york', times, serif"><br></font></div><div><font face="'times new roman', 'new york', times, serif">I saw many examples, on web, that uses alternative ports with wmsgetfeature info and I'd like to understand this behaviour first of implement some alternative solution.</font></div><div><font face="'times new roman', 'new york', times, serif"><br></font></div><div><font face="'times new roman', 'new york', times, serif">Cheers,</font></div><div><font face="'times new roman', 'new york', times, serif">g</font></div></div></div></body></html>