Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber 3a9238e7a1 Add pyutils.h/c and a check for import when parsing arguments il y a 5 ans
include Add pyutils.h/c and a check for import when parsing arguments il y a 5 ans
src Add pyutils.h/c and a check for import when parsing arguments il y a 5 ans
tests Bugfix on logger with ident field etc il y a 5 ans
AUTHORS Add missing am files il y a 5 ans
COPYING Add autotools & checks il y a 5 ans
ChangeLog Add missing am files il y a 5 ans
Doxyfile Commenting, adding Doxyfile, enhancing Makefile il y a 5 ans
Makefile.am Add autotools & checks il y a 5 ans
NEWS Add missing am files il y a 5 ans
README updated README il y a 5 ans
autogen.sh Add autotools & checks il y a 5 ans
configure.ac Bugfix in version declaration il y a 5 ans
foo.py Enable python environnement update from FCGI context il y a 5 ans
includes_python3.7m.patch Initial commit il y a 5 ans

README

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

TODO: write a readme