<div class="gmail_quote">Am 23. Februar 2011 15:59 schrieb Stefan Schantz <span dir="ltr">&lt;<a href="mailto:SSchantz@bfs.de">SSchantz@bfs.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
I am new with all that stuff (MapProxy, Apache,..), but I have to do it :-)<br>
<br>
My MapProxy installation works if it runs in the WSGI server environment using  the Paster HTTP Server.<br>
Now I am trying to run it on an Apache server, using FastCgi as written in the documentation.<br></blockquote><div><br>If there isn&#39;t any explicit need to use Apache I can highly recommend to take a look at Gunicorn [0].<br>
<br>Gunicorn has direct WSGI and Paster support and makes running a MapProxy webserver as simple as &quot;gunicorn_paster /home/scheibe/mapproxy/prod/prod.ini&quot;<br><br>If you want to combine Gunicorn with Apache you can use e.g. mod_proxy to forward request from Apache to Gunicorn/Mapproxy or use a webserver like Nginx [1] that supports high performance proxying from the beginning.<br>
<br><br>cu andreas<br><br>[0] <a href="http://gunicorn.org/">http://gunicorn.org/</a><br>[1] <a href="http://wiki.nginx.org/Main">http://wiki.nginx.org/Main</a><br></div></div>