Opened 15 years ago

Closed 11 years ago

#11754 closed Bug (wontfix)

mod_fastcgi documentation should specify full path to .fcgi script

Reported by: joeforker Owned by: nobody
Component: Documentation Version: 1.1
Severity: Normal Keywords: deployment
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/

FastCGIExternalServer /home/user/public_html/mysite.fcgi -host 127.0.0.1:3033

is followed by

RewriteRule ^/(.*)$ /mysite.fcgi/$1 [QSA,L]

which must rewrite to /home/user/public_html/mysite.fcgi, not just /mysite.fcgi/, if the documentation is followed to the letter.

Change History (8)

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

Resolution: duplicate
Status: newclosed

Marking as a duplicate of #11694, which calls for a general rework of the fastcgi docs.

comment:2 by Paul McMillan, 13 years ago

Keywords: deployment added
milestone: 1.3
Resolution: duplicate
Status: closedreopened
Triage Stage: UnreviewedAccepted

I'm re-opening this as it does document an apache-specific issue with the fastcgi docs. The issue that it is marked as duplicating documents a different lighttpd specific issue.

I'm helping re-work the fastcgi docs and don't want this to get lost in the shuffle.

comment:3 by Julien Phalip, 13 years ago

Severity: Normal
Type: Bug

comment:4 by Jacob, 12 years ago

milestone: 1.3

Milestone 1.3 deleted

comment:11 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:12 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:13 by Aymeric Augustin, 11 years ago

Status: reopenednew

comment:14 by Tim Graham, 11 years ago

Resolution: wontfix
Status: newclosed

FastCGI is being deprecated.

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