#15077: Error in documentation for running Django on a shared-hosting provider with Apache ---------------------------+------------------------------------------------ Reporter: MarkusH | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.2 Keywords: htaccess | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ I just tried to use Django on a 1blu (http://1blu.de) webhosting packet an ran into 500 server error. I used http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running- django-on-a-shared-hosting-provider-with-apache as docu. Changing the `AddHandle` directive in .htaccess to `AddHandler fcgid-script .fcgi` works for me.
-- Ticket URL: <http://code.djangoproject.com/ticket/15077> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
