On Tuesday, April 16, 2019 at 11:14:10 AM UTC-4, João Matos wrote: > > Thanks Anthony, but I'm using Apache. > > Do you know any current solution for Apache? >
You should be able to run Centrifugo or Pushpin side-by-side with Apache (on a different port). You could even run Nginx alongside Apache, or even proxy from Nginx to Apache. > Do you recommend Nginx over Apache? If so, why? > Nginx + uWSGI seems to be a common combination for web2py (and other Python frameworks) these days. Do some searches for pros and cons of each web server. I believe Nginx will be faster for serving static files, and of course it can serve as a reverse proxy, so it can serve both your Python app via uWSGI as well as proxy to something like Nchan or Centrifugo for real-time push connections. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.