Opened 13 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: Horst Gutmann <zerok@…>
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)

ticket-15077.diff (2.3 KB ) - added by Horst Gutmann <zerok@…> 13 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 by Russell Keith-Magee, 13 years ago

Triage Stage: UnreviewedAccepted

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.

comment:2 by Tim Graham, 13 years ago

Has patch: unset

comment:3 by James Addison, 13 years ago

Severity: Normal
Type: Bug

comment:4 by Horst Gutmann <zerok@…>, 13 years ago

Easy pickings: unset
Owner: changed from nobody to Horst Gutmann <zerok@…>
UI/UX: unset

by Horst Gutmann <zerok@…>, 13 years ago

Attachment: ticket-15077.diff added

comment:5 by Horst Gutmann <zerok@…>, 13 years ago

Has patch: set

comment:6 by Freark van der Bos, 13 years ago

Cc: freark@… 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 Horst Gutmann <zerok@…>, 13 years ago

Keywords: dceu2011 added

comment:8 by Jannis Leidel, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:9 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16489]:

Fixed #15077 -- Clarified FastCGI documentation with regard to shared hosting providers. Thanks, Horst Gutmann.

Note: See TracTickets for help on using tickets.
Back to Top