[GeoNode-users] WMS GetCapabilities request takes too
Toni Schönbuchner
toni.schoenbuchner at csgis.de
Fri Nov 23 06:42:38 PST 2018
Hi George,
a shot in the dark. can you try to add this rewrite in your geonode.conf (apache vhost)
RewriteEngine On
# http or https? Set the referer of your interested like /maps or /maps/new etc.
RewriteCond %{HTTP_REFERER} http://[^/]+/maps/new
RewriteCond %{QUERY_STRING} "SERVICE=WMS&REQUEST=GetCapabilities&TILED=true&VERSION=1.1.1"
RewriteRule ^/geoserver/wms$ http://%{SERVER_NAME}/geoserver/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.1.1 [L,R]
and restart apache2.
We´ve remove the TILED parameter once to quickly solve a very long taking
request when creating new maps in GeoExplorer.
As already mentioned by Francesco. Tomcat/Apache logs will give more
insights.
Cheers,
Toni
> Am 23.11.2018 um 14:29 schrieb geonode-users-request at lists.osgeo.org:
>
> Message: 2
> Date: Fri, 23 Nov 2018 15:29:31 +0200
> From: gpetrak <gkpetrak at gmail.com>
> To: Francesco Bartoli <xbartolone at gmail.com>,
> geonode-users at lists.osgeo.org
> Subject: Re: [GeoNode-users] WMS GetCapabilities request takes too
> long to response on GeoExplorer
> Message-ID: <cf8019d6-ad44-d150-4083-fcb32de2142d at gmail.com>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> Ok, thank you Francesco,
>
> I 'll start with the Tomcat's log files and if I find the issue I 'll
> post the solution here.
>
> Best Regards,
>
> George
More information about the geonode-users
mailing list