On Mon, Mar 19, 2012 at 5:24 PM, Jani Tiainen <rede...@gmail.com> wrote:
> Hi,
>
> Since we use same setup except one part: we use mod_wsgi instead of
> mod_fcgi.
>
> (Since wsgi is considered to be defacto protocol). Could you try to use it?
>

WSGI is the de-facto for hosting python in web servers. If you aren't
running just python, it's nice to use the same hosting mechanism for
all your apps, and fastcgi is a supported mechanism.

OP: You mention using mod_fcgid, but you do not give us any idea of
how you are using mod_fcgid. Configuration and error logs please. FYI,
we run django quite happily under mod_fastcgi.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to