Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 3a9238e7a1 Add pyutils.h/c and a check for import when parsing arguments před 5 roky
include Add pyutils.h/c and a check for import when parsing arguments před 5 roky
src Add pyutils.h/c and a check for import when parsing arguments před 5 roky
tests Bugfix on logger with ident field etc před 5 roky
AUTHORS Add missing am files před 5 roky
COPYING Add autotools & checks před 5 roky
ChangeLog Add missing am files před 5 roky
Doxyfile Commenting, adding Doxyfile, enhancing Makefile před 5 roky
Makefile.am Add autotools & checks před 5 roky
NEWS Add missing am files před 5 roky
README updated README před 5 roky
autogen.sh Add autotools & checks před 5 roky
configure.ac Bugfix in version declaration před 5 roky
foo.py Enable python environnement update from FCGI context před 5 roky
includes_python3.7m.patch Initial commit před 5 roky

README

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

TODO: write a readme