service that doesn't seem to have the necessary Apache modules
installed, ...
Daniel Roseman wrote, on 11/28/2010 02:10 AM:
> I've never tried this, but if I understand the documentation here
> correctly:
> http://docs.djangoproject.com/en/1.2/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache
> you shouldn't need anything in particular. It looks like it's possible
> just to install flup locally as part of your Django install, and
> editing .htaccess to get Apache to rewrite requests so that they go
> there.
I saw this, too, but worried that it would still require apache to have
mod_fastcgi installed. Otherwise, how would apache know what to do with
AddHandler fastcgi-script .fcgi
in the .htaccess file? If it is indeed possible to do this, I would be
interested in hearing from someone who has done it. How did you do the
local install of Django? And how did you set up the paths and site
settings?
> Otherwise, if you do have to move, you could certainly do worse than
> Webfaction.
Yes, that was the Plan B that I have been looking into. I'm pleased to
see that it coincides with your recommendation :-).
--Todd
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment