https://issues.apache.org/bugzilla/show_bug.cgi?id=55898
Bug ID: 55898
Summary: [RFE] listen on unix socket?
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: All
Assignee: [email protected]
Reporter: [email protected]
would be nice to have support for listening to unix sockets instead of tpc
ports (reasons include, not having to dedicate a tcp port, performance,
filesystem based access control~)
syntax could something like this
Listen unix:/tmp/nginx1.sock;
(which is how nginx does it)
i realize its not a much needed feature (else it'd be implemented already
right?), but i need something like this right now, and Nginx has supported this
for years (since 2009)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]