~ubuntu-branches/debian/jessie/web2py/jessie

« back to all changes in this revision

Viewing changes to fcgihandler.py

  • Committer: Package Import Robot
  • Author(s): José L. Redrejo Rodríguez
  • Date: 2011-11-04 10:12:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111104101201-ym8q3030ik8sc10u
Tags: 1.99.2.1-1
* Updated upstream sources with real 1.99.2 version
* Ensure python-gtk2 is not needed to run web2py, fixing 
  debian/patches/gtk_gui (Closes: #646931)
* Refreshed debian/patches/avoid_updating patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    global_settings.web2py_crontype = 'soft'
52
52
 
53
53
fcgi.WSGIServer(application, bindAddress='/tmp/fcgi.sock').run()
 
54