debug fastcgi streams while forwarding them https://redmine.lighttpd.net/projects/fcgi-debug
Go to file
Stefan Bühler df7050f786 Added manpage 2009-02-03 19:23:40 +01:00
cmake Cleanup cmake; added static build and install target 2008-09-23 12:40:30 +02:00
src Fix some warnings (libev mess) 2009-02-03 18:16:13 +01:00
.gitignore Initial commit 2008-09-20 11:43:01 +02:00
CMakeLists.txt Cleanup cmake; added static build and install target 2008-09-23 12:40:30 +02:00
COPYING Add COPYING and README 2008-09-20 17:31:54 +02:00
README Add COPYING and README 2008-09-20 17:31:54 +02:00
fcgi-debug.1 Added manpage 2009-02-03 19:23:40 +01:00

README

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.

Build Requires:
  glib2
  libev
  cmake

For running you probably want spawn-fcgi (either from lighttpd, or from https://cgit.stbuehler.de/gitosis/spawn-fcgi/about/)

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