Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
Find a file
Yann Weber f075806524 Fixing libfcgi bad free bug
Bugfix consist of replacing the magic wrapper instance of os.environ (
aitomatically call os.putenv) by a normal dict instance.
2019-06-30 22:48:42 +02:00
src Fixing libfcgi bad free bug 2019-06-30 22:48:42 +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