Re: Mod_Python and everything loaded, Apache serving HTML files without using Django first

2010-11-02 Thread Andy
This isn't directly related to your question, but mod_python is not a recommended method of deploying Django. Support for it will be deprecated. You might want to check out mod_wsgi. On Nov 1, 5:15 pm, The End wrote: > I've finally got mod_python and mysqldb working with apache (long > story shor

Re: Mod_Python and everything loaded, Apache serving HTML files without using Django first

2010-11-02 Thread The End
Yeah i managed to get it all working before this ended up being posted. Thank you though. Also i host my stuff in different directories. Templates are served from /srv/www/sweetman, while my project code is stored in / sweetman_live/sweetman. So yeah. Thank you. I'm just fiddling with address

Re: Mod_Python and everything loaded, Apache serving HTML files without using Django first

2010-11-02 Thread Daniel Roseman
On Nov 1, 9:15 pm, The End wrote: > I've finally got mod_python and mysqldb working with apache (long > story short, can't install wsgi for various reasons and i'm using > python 2.4.3... for various reasons...). > > However > > Now when i load up the home page (just typing 'localhost' into > fire

Mod_Python and everything loaded, Apache serving HTML files without using Django first

2010-11-01 Thread The End
I've finally got mod_python and mysqldb working with apache (long story short, can't install wsgi for various reasons and i'm using python 2.4.3... for various reasons...). However Now when i load up the home page (just typing 'localhost' into firefox) i get the literal HTML representation of ind