[OpenLayers-Users] OL 2.13 debian 8 geoserver 2.8 - problem with proxy.cgi

Giuseppe Naponiello beppenapo at gmail.com
Wed Oct 7 02:22:46 PDT 2015


Sorry sorry sorry, apache cgi module was not enabled
Issue resolved!

2015-10-07 10:28 GMT+02:00 Giuseppe Naponiello <beppenapo at gmail.com>:

> ...I forget an important information, in firebug network tab the query
> string parameters sounds correct, so if I point my browser on this string,
> I get the correct json array.
>
> 2015-10-07 10:00 GMT+02:00 Giuseppe Naponiello <beppenapo at gmail.com>:
>
>> Hi all,
>> I can't undarstand the problem:
>> server with debian 8, tomcat 8, geoserver 2.8, OpenLayers 2.13.
>> Apache run over https protocol, all proxy modules are enabled.
>> WMSGetFeatureInfo:
>> "info = new OpenLayers.Control.WMSGetFeatureInfo({
>>     url: 'http://localhost:8080/geoserver/raptor/wms',
>>     title: 'Informazioni sui livelli interrogati',
>>     layers: [siti, vincoli, progetti, interventi, ind_neg],
>>     queryVisible: true,
>>     infoFormat:'application/json',
>>     format: new OpenLayers.Format.JSON,
>>     vendorParams: {buffer: 10},
>>     eventListeners: {
>>         getfeatureinfo: function(event) {
>>          var data = event.text;
>>          console.log(data);
>>         }
>>     }
>> });
>> map.addControl(info);
>> info.activate();"
>>
>> ...but when I click on map I read this error in firebug:
>> "Uncaught SyntaxError: Unexpected token #"
>>
>> If I go on localhost/cgi-bin/proxy.cgi, I do not have the expected result
>> but:
>> "#!/usr/bin/env python
>>
>> """This is a blind proxy that we use to get around browser
>> restrictions that prevent the Javascript from loading pages not on the
>> same server as the Javascript.  This has several problems: it's less
>> efficient, it might break some sites, and it's a security risk because
>> people can use this proxy to browse the web and possibly do bad stuff
>> with it.  It only loads pages via http and https, but it can load any
>> content type. It supports GET and POST requests."""
>>
>> import urllib2
>> import cgi
>> import sys, os
>>
>> # Designed to prevent Open Proxy type stuff.
>>
>> ......."
>>
>> I probably forgot to install some library?
>>
>> How to fix this annoying problem?!
>>
>> Thanx
>>
>> -beppe-
>>
>> --
>> *Giuseppe Naponiello*
>>
>> *A**rc-**T**eam srl*
>> piazza Navarrino, 13 - 38023Cles (TN)
>> C.F. e P. IVA IT-01941600221
>> cell. +393476846599
>> mail: beppenapo at arc-team.com
>> pec: arc-team at pec.it
>> www.arc-team.com
>> http://arc-team-open-research.blogspot.it/
>>
>
>
>
> --
> *Giuseppe Naponiello*
>
> *A**rc-**T**eam srl*
> piazza Navarrino, 13 - 38023Cles (TN)
> C.F. e P. IVA IT-01941600221
> cell. +393476846599
> mail: beppenapo at arc-team.com
> pec: arc-team at pec.it
> www.arc-team.com
> http://arc-team-open-research.blogspot.it/
>



-- 
*Giuseppe Naponiello*

*A**rc-**T**eam srl*
piazza Navarrino, 13 - 38023Cles (TN)
C.F. e P. IVA IT-01941600221
cell. +393476846599
mail: beppenapo at arc-team.com
pec: arc-team at pec.it
www.arc-team.com
http://arc-team-open-research.blogspot.it/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/openlayers-users/attachments/20151007/9b80e1b0/attachment-0001.html>


More information about the Users mailing list