[MapProxy] FW: Setting up a Production Server w/ FastCGI and Apache

Marc Harter mharter at adc4gis.com
Fri Jun 11 15:22:47 EDT 2010


Ok,

Figured it out, hopefully this will help some other Apache Users:

LoadModule fastcgi_module modules/mod_fastcgi.so

<IfModule mod_fastcgi.c>
  FastCGIExternalServer /some/made/up/path -socket /home/olt/mymapproxy/var/fcgi-socket
  Alias /proxy /some/made/up/path
</IfModule>

http://localhost/proxy/service?

Marc


More information about the MapProxy mailing list