From 60f23550ae34c9a8b71f510132a5c1b87f109bbd Mon Sep 17 00:00:00 2001 From: Joe Gooch Date: Thu, 8 Dec 2011 15:27:28 -0500 Subject: fix manpage - add -f option --- fcgiwrap.8 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fcgiwrap.8') diff --git a/fcgiwrap.8 b/fcgiwrap.8 index 504a9c2..3d58687 100644 --- a/fcgiwrap.8 +++ b/fcgiwrap.8 @@ -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. -- cgit v1.2.3