[paste.server_runner]
ajp = flup.server.paste_factory:run_ajp_thread
ajp_fork = flup.server.paste_factory:run_ajp_fork
ajp_thread = flup.server.paste_factory:run_ajp_thread
fcgi = flup.server.paste_factory:run_fcgi_thread
fcgi_fork = flup.server.paste_factory:run_fcgi_fork
fcgi_thread = flup.server.paste_factory:run_fcgi_thread
scgi = flup.server.paste_factory:run_scgi_thread
scgi_fork = flup.server.paste_factory:run_scgi_fork
scgi_thread = flup.server.paste_factory:run_scgi_thread
