Re: [users@httpd] Re: Reg : Limiting http connections at Apache 2.4.25

2017-05-08 Thread Velmurugan Dhakshnamoorthy
Hi, sorry to trouble again. I used "QS_SrvMaxConn" parameter in mod_qos to restrict sessions, it does restriction but based on HTTP TCP connection based, but I would like to restrict session based. Apache has to count the persistent connection with back-end server and then restrict further connecti

Re: [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Eric Covener
On Mon, May 8, 2017 at 10:37 AM, Dirk van Deun wrote: >> >> Are you able to recompile? >> >> untested: http://people.apache.org/~covener/patches/2.4.x-bindpw_empty.diff >> >> you would not specify the directive in your case >> > > That fixes it. If there is no other way around this, it would inde

Re: [users@httpd] http connection queuing in Apache 2.4 (Reverse Proxy Server)

2017-05-08 Thread Velmurugan Dhakshnamoorthy
Thanks, my Apache proxy version is 2.4.15 Regards, Vel On May 8, 2017 19:54, "Daniel" wrote: Whats with the Apache version you mention? 2.4.28??? Also you are using Oracle plugin, and AFAIK it has nothing to hold out sessions "manually" when contacting with a weblogic backend. To "hold out

Re: [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Dirk van Deun
> > Are you able to recompile? > > untested: http://people.apache.org/~covener/patches/2.4.x-bindpw_empty.diff > > you would not specify the directive in your case > That fixes it. If there is no other way around this, it would indeed seem to be a bug. Thanks, Dirk van Deun -- Ceterum cens

Re: [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Eric Covener
Are you able to recompile? untested: http://people.apache.org/~covener/patches/2.4.x-bindpw_empty.diff you would not specify the directive in your case On Mon, May 8, 2017 at 9:08 AM, Dirk van Deun wrote: >> >> On Mon, May 8, 2017 at 4:11 AM, Dirk van Deun >> wrote: >> > However, if the user

Re: [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Dirk van Deun
> > On Mon, May 8, 2017 at 4:11 AM, Dirk van Deun > wrote: > > However, if the user types a user name but no password, this is > > in effect still an attempt to use unauthenticated bind, which fails, > > and the user gets an Internal Server Error; and even worse is that > > reloading the page im

Re: [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Eric Covener
On Mon, May 8, 2017 at 4:11 AM, Dirk van Deun wrote: > However, if the user types a user name but no password, this is > in effect still an attempt to use unauthenticated bind, which fails, > and the user gets an Internal Server Error; and even worse is that > reloading the page immediately gives

Re: [users@httpd] http connection queuing in Apache 2.4 (Reverse Proxy Server)

2017-05-08 Thread Daniel
Whats with the Apache version you mention? 2.4.28??? Also you are using Oracle plugin, and AFAIK it has nothing to hold out sessions "manually" when contacting with a weblogic backend. To "hold out sessions" Weblogic should not giving any response or taking long, and that's basically adjust timeou

Re: [users@httpd] http connection queuing in Apache 2.4 (Reverse Proxy Server)

2017-05-08 Thread Velmurugan Dhakshnamoorthy
Hi, No, I am restricting the number of sessions to 100 in Weblogic 12c, when 101 user login via Apache , the browser get an error message whatever weblogic throws. Regards, Vel Regards, Velmurugan Dhakshnamoorthy (Vel) Singapore. On Mon, May 8, 2017 at 7:22 PM, Eric Covener wrote: > On Mon, M

Re: [users@httpd] http connection queuing in Apache 2.4 (Reverse Proxy Server)

2017-05-08 Thread Eric Covener
On Mon, May 8, 2017 at 7:20 AM, Velmurugan Dhakshnamoorthy wrote: > I am using Apache 2.4.28 as a reverse proxy for weblogic 12c. I am using > Oracle delivered plugin to communicate from Apache to weblogic 12c. My > requirement is to enable queuing option in Apache proxy server. Meaning, > when I

[users@httpd] http connection queuing in Apache 2.4 (Reverse Proxy Server)

2017-05-08 Thread Velmurugan Dhakshnamoorthy
Team, I am using Apache 2.4.28 as a reverse proxy for weblogic 12c. I am using Oracle delivered plugin to communicate from Apache to weblogic 12c. My requirement is to enable queuing option in Apache proxy server. Meaning, when I restrict the connections at weblogic layer, I want the users to be qu

Re: [users@httpd] RE: [EXT] [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Dirk van Deun
Hi, I should have given more context. I am trying to protect a directory of static content using the standard login dialog of the browser, purely via .htaccess. So there is no form to check. I have an alternative solution that does wrap everything using a php script and that functions fine, but

[users@httpd] RE: [EXT] [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Siddharth Sinha
Hi Dirk You can perform some client-side javascript validation to make sure password field is not empty before submitting form. Thanks & Regards Siddharth Sinha Associate IT Application Specialist Office: 8955329 On-Call: +917774036954   _

[users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-08 Thread Dirk van Deun
Hi all, I have a 90% solution for authenticating against an ldap server that does not allow unauthenticated binds, but I'm looking for the last 10%. I am using AuthLDAPInitialBindAsUser on, AuthLDAPSearchAsUser on and AuthLDAPCompareAsUser on, and that works brilliantly as long as the user enters