Ticket #599 (closed defect: worksforme)

Opened 2 years ago

Last modified 4 months ago

spawn-fcgi FCGI_WEB_SERVER_ADDRS does'nt work

Reported by: Alex Handle Owned by: jan
Priority: normal Milestone:
Component: core Version: 1.4.11
Severity: normal Keywords:
Cc: Blocked By:
Need User Feedback: no Blocking:

Description

I tried to bind the php4-fcgi (with spawn-fcgi ) only to 127.0.0.1:1026 but it's listing an all adresses:

root@x4000:/tmp # netstat -a | grep 1026 tcp 0 0 *:1026 *:* LISTEN

I used the spawn script from the documentation (http://www.lighttpd.net/documentation/fastcgi.html).

Tested on Ubuntu Dapper with Lighttpd 1.4.9 and on FreeBSD 6.0 with version 1.4.11.

Attachments

Change History

Changed 23 months ago by darix

$ /usr/sbin/spawn-fcgi -f /srv/www/cgi-bin/php5 -a 127.0.0.1 -p 12345 -u php -g www -C 3
$ netstat -tuplen | grep php
tcp 0 0 127.0.0.1:12345 0.0.0.0:* LISTEN 109 2626361 4454/php5

what is your commandline?

Changed 4 months ago by stbuehler

  • status changed from new to closed
  • resolution set to worksforme
  • pending unset

Missing feedback.

Add/Change #599 (spawn-fcgi FCGI_WEB_SERVER_ADDRS does'nt work)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.