I am trying to get a basic blue-channel website running through fcgi, I have a django.fcgi file. How do I do this. Thank you
Its shared hosting, I cant access apache settings. Thank you
Botto
2009-02-10 01:46:48
Most shared hosts have FastCGI set up already and you can do the mod_rewrite rules through a .htaccess rule. For example, here's the Dreamhost Wiki post on setting django up: http://wiki.dreamhost.com/index.php/Django
Oli
2009-02-10 15:45:55