Opened 16 years ago
Closed 12 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 , 16 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
| Keywords: | deployment added |
|---|---|
| milestone: | → 1.3 |
| Resolution: | duplicate |
| Status: | closed → reopened |
| Triage Stage: | Unreviewed → Accepted |
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 , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → Bug |
comment:13 by , 13 years ago
| Status: | reopened → new |
|---|
comment:14 by , 12 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
FastCGI is being deprecated.
Marking as a duplicate of #11694, which calls for a general rework of the fastcgi docs.