Skip to content

Overview

Roman edited this page Jan 12, 2017 · 1 revision

Overview

SGI support two protocols - FastCGI and uwsgi

Now we have two popular servers wich support this protocols.

  1. FPM support only FastCGI protocol and run only PHP lang.
  2. uWSGI support uwsgi/FastCGI/SCGI protocols and can run Python, PHP, perl, ruby langs.

@TODO