Opened 17 years ago
Closed 17 years ago
#5336 closed (fixed)
Docs: FastCGI add example of maxrequests=1
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi,
maxrequests=1 is good for debugging, since the code gets reloaded for every request.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | fastcgi-example-maxrequests.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6079]) Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler