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