Guest User

Untitled

a guest
Apr 1st, 2014
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. !!! no internal routing support, rebuild with pcre support !!!
  2.  
  3. >heroku run pip install -I uwsgi
  4.  
  5. .. wall of text ..
  6.  
  7. ################# uWSGI configuration #################
  8.  
  9. locking = pthread_mutex
  10. json = False
  11. zlib = True
  12. kernel = Linux
  13. debug = False
  14. capabilities = False
  15. xml = libxml2
  16. routing = False
  17. ssl = True
  18. execinfo = False
  19. malloc = libc
  20. filemonitor = inotify
  21. pcre = False
  22. plugin_dir = .
  23. yaml = embedded
  24. event = epoll
  25. ifaddrs = True
  26. timer = timerfd
  27.  
  28. ############## end of uWSGI configuration #############
  29. total build time: 23 seconds
  30. *** uWSGI is ready, launch it with /app/.heroku/python/bin/uwsgi ***
Advertisement
Add Comment
Please, Sign In to add comment