Bug 21581 - spawn-fcgi слушает 0.0.0.0 вместо localhost
Summary: spawn-fcgi слушает 0.0.0.0 вместо localhost
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: spawn-fcgi (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 11:36 MSD by Sergey Alembekov
Modified: 2009-09-24 17:56 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Alembekov 2009-09-16 11:36:57 MSD
в /etc/sysconfig/spawn-fcgi написано:

## bind to tcp-port on localhost
FCGIPORT="1027"

При этом:
tcp        0      0 *:1027                      *:*                         LISTEN      _spawn_fcgi 5818361    25174/php5-cgi


Предлагаю добавить в /etc/sysconfig/spawn-fcgi

## ip to listen
FCGILISTEN="127.0.0.1"

и в /etc/init.d/spawn-fcgi

-a $FCGILISTEN, соответственно.
Comment 1 Repository Robot 2009-09-24 17:56:51 MSD
spawn-fcgi-1.6.2-alt2 -> sisyphus:

* Thu Sep 24 2009 Vladimir V. Kamarzin <vvk@altlinux> 1.6.2-alt2

- spawn-fcgi.sysconfig: add variable for interface binding and bind to
  127.0.0.1 by default (Closes: #21581)