Re: [us...@httpd] mod_authnz_ldap question

2009-02-28 Thread Eric Covener
On Sat, Feb 28, 2009 at 11:42 AM, Markus Moeller wrote: > Has anybody a sample configuration for mod_auth_kerb or mod_auth_gss with > mod_authnz_ldap ? > > I'd like to authenticate the user with GSSAPI/SPNEGO and then authorize with > ldap groups. The problem I see in my case is that the username

[us...@httpd] mod_authnz_ldap question

2009-02-28 Thread Markus Moeller
Has anybody a sample configuration for mod_auth_kerb or mod_auth_gss with mod_authnz_ldap ? I'd like to authenticate the user with GSSAPI/SPNEGO and then authorize with ldap groups. The problem I see in my case is that the username has the realm (e.g. u...@mydomain.com), but my ldap uid does not

[us...@httpd] preforked processes don't want to die over time -> memory full

2009-02-28 Thread Tomasz Chmielewski
I have Apache 2.2.3 server, which over time (a couple of days) uses lots of memory. What uses lots of memory? Apache processes which do not want to die for some reason. The server can have only 10-20 active connections to httpd (as reported by netstat's ESTABLISHED), but in the same time, ther

[us...@httpd] lost headers in reply from server - possible mod_balancer problem?

2009-02-28 Thread Ivars Strazdiņš
Hello all, I use apache reverse proxy connected to two tomcat servers via ajp protocol and mod_proxy_balancer . All connections to apache are ssl only. In a very brief diagram: [client] <-- ssl --> [apache reverse proxy] <-- (balancer, ajp protocol) --> [tomcat1 or tomcat2] The problem app