~ubuntu-branches/ubuntu/natty/flup/natty

« back to all changes in this revision

Viewing changes to flup.egg-info/entry_points.txt

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2007-09-12 20:22:04 UTC
  • mfrom: (1.2.1 upstream) (4 gutsy)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20070912202204-fg63etr9vzaf8hea
* New upstream release
* http://www.saddi.com/software/news/archives/58-flup-1.0-released.html
* Added a note in the description that people should probably start thinking
  of moving to modwsgi.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
    [paste.server_factory]
 
3
    ajp = flup.server.ajp:factory
 
4
    fcgi = flup.server.fcgi:factory
 
5
    scgi = flup.server.scgi:factory
 
6
    ajp_thread = flup.server.ajp:factory
 
7
    fcgi_thread = flup.server.fcgi:factory
 
8
    scgi_thread = flup.server.scgi:factory
 
9
    ajp_fork = flup.server.ajp_fork:factory
 
10
    fcgi_fork = flup.server.fcgi_fork:factory
 
11
    scgi_fork = flup.server.scgi_fork:factory
 
12
    
 
 
b'\\ No newline at end of file'