Ticket #3559 (closed enhancement: fixed)

Opened 11 months ago

Last modified 11 months ago

Ability to specify the bind address when spawning the fastcgi stuk on an external port

Reported by: spillgroup Owned by: anonymous
Priority: normal Milestone:
Component: FastCGI Version: trunk
Severity: feature Keywords:
Cc:

Description

Attached patch adds a '-a' option to the fastcgi stub which allows specifying of the bind address. Previously it always attached to 0.0.0.0, now you can specify 127.0.0.1 for example:

binary -a 127.0.0.1 -e 9000

Attachments

roadsend-php-2.9.5-bind.patch (1.9 KB) - added by spillgroup 11 months ago.

Change History

Changed 11 months ago by spillgroup

Changed 11 months ago by weyrick

  • status changed from new to closed
  • resolution set to fixed

added in r413. thanks!

Note: See TracTickets for help on using tickets.