Re: Django on a hosting service

2010-12-12 Thread Todd Wilson
Here is the latest communication from my hosting provider: We will schedule mod_wsgi installation at the beginning of next week. Please let us know what configuration options you would like to have. System Administrators will review the list and if it does not affect other customer

Re: Django on a hosting service

2010-12-12 Thread tiemonster
Do you have access to any sort of virtualhost file? I honestly can't say I've ever tried it with an .htaccess. It would be rather inefficient because it would be read on every connection. I'm not sure, but I think that might force a reload on every connection. -Mark On Dec 11, 10:40 pm, Todd Wils

Re: Django on a hosting service

2010-12-11 Thread Todd Wilson
tiemonster wrote, on 12/11/2010 05:45 AM: > To use Django with Apache, it would be necessary to install *some* > python interpreter into the server. I used Django on our shared > hosting site using an .htaccess that called the mod_python handler in > Django. However, mod_python was already installe

Re: Django on a hosting service

2010-12-11 Thread tiemonster
To use Django with Apache, it would be necessary to install *some* python interpreter into the server. I used Django on our shared hosting site using an .htaccess that called the mod_python handler in Django. However, mod_python was already installed. If they are offering to install mod_wsgi, then

Re: Django on a hosting service

2010-12-09 Thread Todd Wilson
A couple of weeks ago I sent the message quoted below to the list. One reader (Daniel Roseman) replied and suggested that I might not need to ask the hosting service to install anything, quoting documentation from the FastCGI section, but it seemed to me (as explained in my reply on 11/28/2010) th

Re: Django on a hosting service

2010-11-28 Thread Todd Wilson
In response to my question about deploying Django on a shared hosting 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.djangopro

Re: Django on a hosting service

2010-11-28 Thread Daniel Roseman
On Nov 28, 3:20 am, Todd Wilson 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.