[MapProxy] issues with gunicorn

Travis Kirstine traviskirstine at gmail.com
Mon Oct 24 05:48:56 PDT 2016


Just to follow up the thread can be found here:

http://osgeo-org.1560.x6.nabble.com/MapProxy-tms-request-via-gunicorn-td5284583.html

Thanks Matt!



On 24 October 2016 at 02:29, Matt Walker <walkermatt at longwayaround.org.uk>
wrote:

> Hi,
>
> If you look back in the mailing list archive you'll see a thread from a
> few weeks back discussing this. There appears to be an issue with the
> current Gunicorn release, using an earlier release appears to be the
> solution for now.
>
> Cheers,
>
> Matt.
>
> On 24 Oct 2016 2:54 a.m., "Travis Kirstine" <traviskirstine at gmail.com>
> wrote:
>
>> I've installed and configured MapProxy as a gunicorn wsgi app on centos7
>> using a nginx proxy and having some performance issues,  I'm seeing some
>> timeout in the logs and the demo page only will partially load.  If I run
>> the mapproxy-util serve-develop the application runs fine.  I have the same
>> basic configuration running fine on centos 6.  Are there any known issues
>> or changes to the guncorn (v 19.6.0) configuration
>>
>>
>>  # systemd config
>> [Unit]
>> Description= MapProxy
>> After=network.target
>>
>> [Service]
>> User=nginx
>> Group=nginx
>> WorkingDirectory=/opt/mapproxy_conf/conf
>> ExecStart=/usr/bin/gunicorn -t 60 -k eventlet -w 8 -b localhost:8080
>> config:application
>>
>> [Install]
>> WantedBy=multi-user.target
>>
>> Thanks
>>
>> _______________________________________________
>> MapProxy mailing list
>> MapProxy at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapproxy
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20161024/b21f4aaf/attachment.html>


More information about the MapProxy mailing list