Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
Find a file
2019-07-09 14:58:35 +02:00
include Updated log function, add a format_message function, debuging etc. 2019-07-08 15:13:16 +02:00
src Add small test on a logline + '\n' at logline end 2019-07-09 14:58:35 +02:00
tests Add small test on a logline + '\n' at logline end 2019-07-09 14:58:35 +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 Add autotools & checks 2019-07-03 17:11:01 +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 Add autotools & checks 2019-07-03 17:11:01 +02:00

make
PY_ENTRYPOINT='foo' spawn-fcgi -d . -n src/pyfcgi -p 9000 -a 127.0.0.1

TODO: write a readme