I have a shared hosting account at my current host with shell access, and I have my own python installation at ~/python which works fine for plain cgi programs. I'm pretty sure my host doesn't have mod_python but they're using litespeed web server so I thought fcgi would work. I copy+pasted the fcgi & .htaccess on the section for shared hosts on the django site, made the changes that would change my script and ran the fcgi file through the shell(./mysite.fcgi) and it outputted the web page with some warnings on how server name, port, etc were not set, but trying to access it through a web browser I got a 404.
Is there a way to test whether or not django sites will work on this host or should I look on to moving to a VPS? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---