entry_points.txt 532 B

123456789101112
  1. [paste.server_runner]
  2. ajp = flup.server.paste_factory:run_ajp_thread
  3. fcgi = flup.server.paste_factory:run_fcgi_thread
  4. scgi = flup.server.paste_factory:run_scgi_thread
  5. ajp_thread = flup.server.paste_factory:run_ajp_thread
  6. fcgi_thread = flup.server.paste_factory:run_fcgi_thread
  7. scgi_thread = flup.server.paste_factory:run_scgi_thread
  8. ajp_fork = flup.server.paste_factory:run_ajp_fork
  9. fcgi_fork = flup.server.paste_factory:run_fcgi_fork
  10. scgi_fork = flup.server.paste_factory:run_scgi_fork