Apache mod_proxy_uwsgi and unix domain sockets Apache mod_proxy_uwsgi and unix domain sockets apache apache

Apache mod_proxy_uwsgi and unix domain sockets


Starting from Apache 2.4.7, support for Unix sockets has been added. The syntax is pretty simple:

ProxyPass / unix:/tmp/uwsgi.sock|uwsgi://


Unfortunately the apache proxy api does not (currently) support unix sockets