Re: [Zope3-Users] zope3 with fastcgi via WSGI

2007-11-12 Thread Alen Stanisic
Not sure how mature this project is but there is also mod_wsgi - www.modwsgi.org Alen On 11/08/2007, at 7:25 AM, Anil Kumar Maurya wrote: Hi all, Is any one know how to use wsgiref to run zope3 via fastcgi of apache? smilar to http://blog.d2m.at/2006/09/23/zope3-and-wsgi-integration/

Re: [Zope3-Users] zope3 with fastcgi via WSGI

2007-11-11 Thread Stephan Richter
On Friday 10 August 2007, Anil Kumar Maurya wrote:     Is any one know how to use wsgiref to run zope3 via fastcgi of apache?       smilar to http://blog.d2m.at/2006/09/23/zope3-and-wsgi-integration/ You would probably not use wsgiref to get fastcgi working. You first have to investigate,