-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfcgi-debug.1
More file actions
19 lines (17 loc) · 805 Bytes
/
fcgi-debug.1
File metadata and controls
19 lines (17 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH fcgi\-debug 1 "Feb 3, 2009"
.SH NAME
fcgi\-debug \- debugs fastcgi streams
.SH OPTIONS
The fastcgi binary you want to debug
.SH DESCRIPTION
fcgi\-debug helps you to trace what happens with your fastcgi programs without having to strace them;
it just sits between webserver and your fastcgi program and forwards all content while analysing it.
For running you probably want spawn\-fcgi (either from lighttpd, or from https://cgit.stbuehler.de/gitosis/spawn\-fcgi/about/)
.SH EXAMPLE
Example usage (starts a fastcgi server listening on port 1026):
spawn\-fcgi \-C 0 \-p 1026 \-n \-\- /usr/bin/fcgi\-debug /usr/bin/php5\-cgi
.SH AUTHOR
fcgi\-debug was written by Stefan Bühler.
.PP
This manual page was written by Stefan Bühler <stbuehler@web.de>
for the Debian project (but may be used by others).