Project

General

Profile

Actions

Feature #469

closed

mod_proxy should be able to connect to sockets

Added by splattael over 18 years ago. Updated about 8 years ago.

Status:
Duplicate
Priority:
Normal
Category:
mod_proxy
Target version:
-
ASK QUESTIONS IN Forums:

Description

lighty is already able to bind to sockets see r947 and #394.

Example:


    proxy.server = ("" => ((
        "host"  => "/var/tmp/lighttpd/lighttpd-1.socket",
    )))

Related issues 1 (0 open1 closed)

Is duplicate of Feature #2653: mod_proxy unix domain sucket supportFixed2015-07-09Actions
Actions #1

Updated by gstrauss about 8 years ago

Fixed in

commit 4a87f75fcf72746c8881fa49328aacdef89b9bd6
Author: Pascal Bach <pascal.bach@siemens.com>
Date:   Sat Jul 11 11:20:18 2015 +0000

    [mod_proxy] add unix domain socket support (fixes #2653)

    If the server is set to a path like value (starting with "/")
    mod_proxy will try to establish a connection via unix domain socket.

    Signed-off-by: Pascal Bach <pascal.bach@siemens.com>

    git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3002 152afb58-edef-0310-8abb-c4023f1b3aa9

Actions #2

Updated by stbuehler about 8 years ago

  • Is duplicate of Feature #2653: mod_proxy unix domain sucket support added
Actions #3

Updated by stbuehler about 8 years ago

  • Description updated (diff)
  • Status changed from New to Duplicate
  • Assignee deleted (jan)
Actions

Also available in: Atom