tags:

views:

31

answers:

1

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

+1  A: 

Read The Fabulous Manual

Oli
Its shared hosting, I cant access apache settings. Thank you
Botto
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