diff options
author | Joe Gooch <mrwizard@k12system.com> | 2011-12-08 15:27:28 -0500 |
---|---|---|
committer | Joe Gooch <mrwizard@k12system.com> | 2011-12-08 15:27:28 -0500 |
commit | 60f23550ae34c9a8b71f510132a5c1b87f109bbd (patch) | |
tree | 63ada76770da7b206293b4d91a4c6793e18a3b4e | |
parent | 1394f56db22613ac43ceed83c5d039226b43f70d (diff) | |
download | fcgiwrap-60f23550ae34c9a8b71f510132a5c1b87f109bbd.tar.xz fcgiwrap-60f23550ae34c9a8b71f510132a5c1b87f109bbd.zip |
fix manpage - add -f option
-rw-r--r-- | fcgiwrap.8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,12 @@ that may need it). .B \-c \fInumber\fP Number of fcgiwrap processes to prefork. .TP +.B \-f +Redirect STDERR output from executed CGI through FastCGI so it shows in the web server +error log. Otherwise it would be returned on \fBfcgiwrap\fP's STDERR, which could be redirected. +If running through \fBspawn-fcgi\fP, \fBfcgiwrap\fP's STDERR is sent to /dev/null, so this option +provides a way to get that output back. +.TP .B \-s \fIsocket_url\fP A URL for the listen socket to bind to. By default \fBfcgiwrap\fP expects a listen socket to be passed on file descriptor 0, matching the FastCGI convention. |