debug fastcgi streams while forwarding them https://redmine.lighttpd.net/projects/fcgi-debug
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Stefan Bühler df7050f786 Added manpage 14 years ago
cmake Cleanup cmake; added static build and install target 15 years ago
src Fix some warnings (libev mess) 14 years ago
.gitignore Initial commit 15 years ago
CMakeLists.txt Cleanup cmake; added static build and install target 15 years ago
COPYING Add COPYING and README 15 years ago
README Add COPYING and README 15 years ago
fcgi-debug.1 Added manpage 14 years ago

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