[MapProxy] issues with gunicorn

Matt Walker walkermatt at longwayaround.org.uk
Sun Oct 23 23:29:40 PDT 2016


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/66c03205/attachment.html>


More information about the MapProxy mailing list