Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Yann Weber 3a9238e7a1 Add pyutils.h/c and a check for import when parsing arguments 5 anos atrás
include Add pyutils.h/c and a check for import when parsing arguments 5 anos atrás
src Add pyutils.h/c and a check for import when parsing arguments 5 anos atrás
tests Bugfix on logger with ident field etc 5 anos atrás
AUTHORS Add missing am files 5 anos atrás
COPYING Add autotools & checks 5 anos atrás
ChangeLog Add missing am files 5 anos atrás
Doxyfile Commenting, adding Doxyfile, enhancing Makefile 5 anos atrás
Makefile.am Add autotools & checks 5 anos atrás
NEWS Add missing am files 5 anos atrás
README updated README 5 anos atrás
autogen.sh Add autotools & checks 5 anos atrás
configure.ac Bugfix in version declaration 5 anos atrás
foo.py Enable python environnement update from FCGI context 5 anos atrás
includes_python3.7m.patch Initial commit 5 anos atrás

README

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

TODO: write a readme