Project

General

Profile

Actions

Feature #3014

closed

Lighttpd - mod_fd_transfer plugin

Added by v2panchal almost 4 years ago. Updated almost 4 years ago.

Status:
Invalid
Priority:
Low
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

Hi All,

I am exploring lighttpd with mod_fd_transfer plugin from below link.
https://github.com/aalap-shah/lighttpd-mod_fd_transfer

I have ported that on 1.4.55 version. I made one sample backend service which listens from unix socket and lighttpd send request to backend service on that unix socket using mod_fd_transfer plugin. Now lighttpd free from this request and backend service will handle request. Backend service once receive request, process that and send response back to client using that fd received from lighttpd using mod_fd_transfer. This response is http response but I need to sent https response back which i am breaking this sequence. is there any way we can use lighttpd with https with mod_fd_transfer plugin. or is there any way we can send ssl information to backend service addition to fd so that backend service will send response directly to client using that fd.

This flow is properly working as HTTP but with HTTPS this is breaking.

Please let me know in case of more information needed.

Thanks
vivek panchal

Actions #1

Updated by gstrauss almost 4 years ago

  • Category deleted (3rd party)
  • Status changed from New to Invalid
  • Priority changed from Normal to Low
  • Target version deleted (1.4.x)

Discussion like this should happen in the development forum. You already found: https://redmine.lighttpd.net/boards/3/topics/4992 so please continue there.

To be clear: the lighttpd issue tracker is for lighttpd issues, not for end-user support questions, which should be asked in the forums.

Actions

Also available in: Atom