On Jul 7, 9:40 am, Durand <dura...@gmail.com> wrote:
> Thanks for replying!
> The host I'm using (vlexo.com) is really good and very friendly, so I can 
> theoretically ask for an admin to help but I'd rather figure it out myself. I 
> actually asked for wsgi to be installed so that I can do something like this, 
> figuring that I'll be able to run django without any admin access. I was 
> pretty stupid in that assumption. So yeah, I can get an admin to help if its 
> possible to do this with htaccess as long as it isn't too demanding on them. 
> What other details would you like about this host?

My general rule on this these days is that I will assist the actual
host admins if they want to come over to the Apache/mod_wsgi mailing
list, but I will not just try and explain it to a client who in turn
then tries to direct the host admins. This is because the setup has to
be done properly, potentially customised to the specific Apache
installation, and the host admins need to understand how it all works
to ensure they don't end up compromising their systems by doing
something incorrectly. There would be too much risk in them stuffing
up the security of their system if relying on second hand information.

Graham

> Thanks
>
>
>
> On Tue, 07 Jul 2009 00:24:12 +0100, Graham Dumpleton 
> <graham.dumple...@gmail.com> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to