Opened 14 years ago
Closed 13 years ago
#15077 closed Bug (fixed)
Error in documentation for running Django on a shared-hosting provider with Apache
Reported by: | Markus Holtermann | Owned by: | |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Normal | Keywords: | htaccess, dceu2011 |
Cc: | freark@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Attachments (1)
Change History (10)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Has patch: | unset |
---|
comment:3 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → Bug |
comment:4 by , 13 years ago
Easy pickings: | unset |
---|---|
Owner: | changed from | to
UI/UX: | unset |
by , 13 years ago
Attachment: | ticket-15077.diff added |
---|
comment:5 by , 13 years ago
Has patch: | set |
---|
comment:6 by , 13 years ago
Cc: | added |
---|
The way the documentation is formulated in the patch seems to be okay to me. As to the technical content, I'm afraid that I don't know enough about that type of deployments.
comment:7 by , 13 years ago
Keywords: | dceu2011 added |
---|
comment:8 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
The documentation is correct, providing you're using mod_fastcgi. If you're using mod_fcgid, the script name you give is correct. The docs need to be clarified about this distinction.