#2732 closed enhancement (fixed)
[patch] Fix FastCGI documentation in the shared-hosting case
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | normal | Keywords: | documentation fastcgi |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When I wrote the fastcgi documentation, I mistakenly put in leading slashes on the RewriteRule, which will not work when using mod_rewrite in .htaccess; This patch fixes that documentation.
Also, I made a small one-line change to core/servers/fastcgi.py to allow it to take keyword-args, updated the documentation to reflect.
Attachments (2)
Change History (5)
by , 18 years ago
Attachment: | django-fastcgi-docfix.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
by , 18 years ago
Attachment: | django-fastcgi-runfastcgi-minorfix.diff added |
---|
Minor fix to allow the first argument to runfastcgi to be optional, thus making calling it with kwargs useful
comment:2 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I realized that adding the cleaner kwargs syntax wouldn't be all that useful if the first argument to runfastcgi was still required... you'd need to pass an empty list then. I added a one-line patch to fix that.
I figured since this is related to the same addition, I'd just reopen the ticket rather than creating another
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
FastCGI documentation fix