FastCGI - Support for specifying listening IP or unix socket

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
ColeopterusMaximus
User
User
Posts: 37
Joined: Fri Oct 29, 2010 11:29 am

FastCGI - Support for specifying listening IP or unix socket

Post by ColeopterusMaximus »

Hi,

Something that would be a huge improvement to the FastCGI support and shouldn't be too difficult to implement is allowing to specify what IP address to listen to.

Currently the only thing that can be specified is the port, the IP will be set to 0.0.0.0 which will make the port listen in all interfaces.

Being able to specify 127.0.0.1 can be a very useful thing on certain situations.

Even better would be to be able to create a unix socket file, but at least being able to specify what IP to listen on would be a fantastic improvement.

Regards.