Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
Find a file
2019-07-13 14:13:28 +02:00
include Added logger spec parser for CLI args 2019-07-13 14:13:28 +02:00
src Added logger spec parser for CLI args 2019-07-13 14:13:28 +02:00
tests Bugfix on logger with ident field etc 2019-07-10 12:35:47 +02:00
AUTHORS Add missing am files 2019-07-03 17:12:54 +02:00
autogen.sh Add autotools & checks 2019-07-03 17:11:01 +02:00
ChangeLog Add missing am files 2019-07-03 17:12:54 +02:00
configure.ac Bugfix in version declaration 2019-07-13 12:44:17 +02:00
COPYING Add autotools & checks 2019-07-03 17:11:01 +02:00
Doxyfile Commenting, adding Doxyfile, enhancing Makefile 2019-07-01 02:21:36 +02:00
foo.py Enable python environnement update from FCGI context 2019-06-30 18:54:55 +02:00
includes_python3.7m.patch Initial commit 2019-06-30 08:19:03 +02:00
Makefile.am Add autotools & checks 2019-07-03 17:11:01 +02:00
NEWS Add missing am files 2019-07-03 17:12:54 +02:00
README updated README 2019-07-13 13:18:15 +02:00

make
spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo -E entrypoint

TODO: write a readme