alash3al / phoo

a very simple high performance PHP application server and php-fpm supervisor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Socket Support

mpyw opened this issue · comments

commented

Currently only Unix socket seems to be supported.

/var/www/html # http2fcgi \
>         --fcgi 127.0.0.1:9000 \
>         --http :80 \
>         --root /var/www/html/public \
>         --rtimeout 10 \
>         --wtimeout 10
⇨ checking the fcgi backend ...
2019/02/05 09:31:27 parse 127.0.0.1:9000: first path segment in URL cannot contain colon
commented

Sorry, --fcgi tcp://127.0.0.1:9000 worked!