Re: HttpAccessModule and unix domain sockets

2013-05-23 Thread Ruslan Ermilov
On Wed, May 22, 2013 at 05:49:41PM +0400, Maxim Dounin wrote: > On Tue, May 21, 2013 at 10:27:21PM +0300, Sorin Manole wrote: > > > Hi all, > > > > It seems that when using HttpAccessModule directives to deny requests, they > > don't seem to work if the server is listening on a unix domain socket

Re: HttpAccessModule and unix domain sockets

2013-05-22 Thread Maxim Dounin
Hello! On Wed, May 22, 2013 at 10:17:22PM +0300, Sorin Manole wrote: > Hi, > > Thanks for the quick response! I would like to implement this feature and > submit the patch for review. > Just want some quick clarifications: > Once there is support for unix domain sockets, should "deny all" limit

Re: HttpAccessModule and unix domain sockets

2013-05-22 Thread Sorin Manole
Hi, Thanks for the quick response! I would like to implement this feature and submit the patch for review. Just want some quick clarifications: Once there is support for unix domain sockets, should "deny all" limit them too ? (I suppose yes?) Also "deny unix:" should limit connections that come th

Re: HttpAccessModule and unix domain sockets

2013-05-22 Thread Maxim Dounin
Hello! On Tue, May 21, 2013 at 10:27:21PM +0300, Sorin Manole wrote: > Hi all, > > It seems that when using HttpAccessModule directives to deny requests, they > don't seem to work if the server is listening on a unix domain socket. Even > when using deny all. > Can someone confirm and it's not j

HttpAccessModule and unix domain sockets

2013-05-21 Thread Sorin Manole
Hi all, It seems that when using HttpAccessModule directives to deny requests, they don't seem to work if the server is listening on a unix domain socket. Even when using deny all. Can someone confirm and it's not just me making some stupid mistake ? Now if that is the case, would it be a good id