Following the django book https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache I am trying to deploy my project on shared host. To try it first I am using a virtual Ubuntu 10.04 server. In my server user can access http://localhost/~USER/ and if I put any html in /home/user/public_html it can be access. But the method in the book using .htacess and fastcgi do not work. I am suspecting that my apache2 configuration is wrong. Can someone tell me what do I need to change in my apache2 configuration to set up share hosting?? I am new to apache2 :(
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

