php / php-src

The PHP Interpreter
https://www.php.net
Other
37.97k stars 7.72k forks source link

php-fpm vsock support #12818

Open alexandru0-dev opened 9 months ago

alexandru0-dev commented 9 months ago

Description

Php-fpm doesn't support vsock. My use case for this is so i can have php-fpm instances in VMs and on the host a nginx reverse proxy instance.

I would like to contribute to the feature in case.

crrodriguez commented 9 months ago

In the meanwhile you can do it with socat.

alexandru0-dev commented 9 months ago

@crrodriguez as a workaround I'm going to use socat or another solution in the meantime.

Tho it would be a nice solution to have natively as it lowers the overhead and also it would be easier to setup and manage.