debug fastcgi streams while forwarding them https://redmine.lighttpd.net/projects/fcgi-debug
Go to file
Stefan Bühler 83697840b4 [cmake] raise min version 2023-07-11 12:21:09 +02:00
cmake [cmake] improve (warning) compile flags 2019-08-25 12:31:09 +02:00
src [cmake] improve (warning) compile flags 2019-08-25 12:31:09 +02:00
.gitignore Initial commit 2008-09-20 11:43:01 +02:00
CMakeLists.txt [cmake] raise min version 2023-07-11 12:21:09 +02:00
COPYING Remove build-depend on ragel (wasn't using ragel at all, thx Tamas TEVESZ) 2010-01-31 17:00:49 +01:00
README.md make README a markdown formatted README.md 2013-05-29 14:02:25 +02:00
fcgi-debug.1 fix minus signs in man page 2015-06-27 17:56:24 +02:00

README.md

Description

Homepage: http://redmine.lighttpd.net/projects/fcgi-debug/wiki

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.

Usage

Example usage (assuming the binary is in build/fcgi-debug, starts a fastcgi server listening on port 1026):

spawn-fcgi -C 0 -p 1026 -n -- build/fcgi-debug /usr/bin/php5-cgi

Build dependencies

For running you probably want spawn-fcgi.

Build

git clone git://git.lighttpd.net/fcgi-debug.git
cd fcgi-debug
(mkdir build && cd build && cmake .. && make)