On Jul 7, 8:17 am, Durand <dura...@gmail.com> wrote:
> Hi,
>
> I'm wondering whether I can use django in a shared hosting environment
> where I don't have access to the main apache configuration.
For cheap, large scale commodity web hosting sites only if they
provide FASTCGI support to you. Even then, only if the web hosting
company is friendly to Python and fat persistent processes. Most cheap
web hosts only give lip service to Python in the way of providing CGI
support, which is useless for large Python web frameworks.
> I've read that it is not possible to use a .htaccess
That is not entirely true. You can use .htaccess file to setup WSGI
applications under Apache/mod_wsgi, but it does first require the web
site administrator to allow you to do that first. You are highly
unlikely to get this in a cheap, large scale commodity web hosting
however. Thus, you really need to specify what type of shared hosting
environment you are looking at.
> but are there any other
> methods? Is there a way I can just get wsgi to load django into memory
> without WSGIScriptAlias? I'm not too bothered about having an ugly url
> as it will be hidden anyway. I just need to get django working
> somehow..
Detail what type of shared hosting you are talking about first and
then can answer.
Graham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---