Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
Find a file
2019-06-30 18:54:55 +02:00
src Enable python environnement update from FCGI context 2019-06-30 18:54:55 +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
Licence.txt Initial commit 2019-06-30 08:19:03 +02:00
Makefile Initial commit 2019-06-30 08:19:03 +02:00
README.txt Initial commit 2019-06-30 08:19:03 +02:00

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

TODO: write a readme