On Nov 28, 3:20 am, Todd Wilson <twil...@csufresno.edu> wrote: > I'm helping some friends improve a portal website they have created > using PHP, but which would be ideal for Django, in the sense that a lot > of the work they've already done, and would like to do as they improve > the site, would be easy to do in Django. They have a hosting contract > with Intermedia (http://www.intermedia.net/) and would very much like to > keep it. I've gotten ssh access to their server and went poking around > a bit, and, although python is available on the server (version 2.5.2), > there doesn't seem to be any support for WSGI, mod_python, FastCGI, or > the other deployment options listed in the documentation (at least I > didn't see them in /etc/apache2/mods-available/), and it doesn't look > like they support other frameworks (Rails, Drupal, Zope) either. > > My question: I've always set up my own servers and don't have any > experience with web hosting; is there a minimal sort of request that I > could make to Intermedia that, if granted, would make it possible for me > (and presumably others) to deploy a Django site using their service, or > should I just try to convince my friends to find a different hosting > service? It seems like there would be many to choose from: > > http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts > > Thanks, > > --Todd
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. Otherwise, if you do have to move, you could certainly do worse than Webfaction. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.