Re: [users@httpd] ldap & authnz_ldap modules

2013-06-19 Thread Hendrik Schmieder
ysrini schrieb: Hi, On Red Hat EL 5 : $ rpm -qa openldap openldap-2.3.43-25.el5_8.1 openldap-2.3.43-25.el5_8.1 $ rpm -ql openldap /etc/openldap /etc/openldap/cacerts /etc/openldap/ldap.conf /usr/lib64/liblber-2.3.so.0 /usr/lib64/liblber-2.3.so.0.2.31 /usr/lib64/libldap-2.3.so.0 /usr/lib64/libld

Re: [users@httpd] Disk Cache with multiple virtual hosts

2013-06-19 Thread David Guerra
Are you using the URL for login details and things of that nature? Https will encrypt the connection, it would encrypt a URL. On Thursday, June 20, 2013, Rishu Ranjan wrote: > Hello > > I am using SSL suuport in apache for my application but URL is not > encrypted. > > Any suggestion how can URL

Re: [users@httpd] Disk Cache with multiple virtual hosts

2013-06-19 Thread Rishu Ranjan
Hello I am using SSL suuport in apache for my application but URL is not encrypted. Any suggestion how can URL be encrypted so that credential can't be seen. On Thu, Jun 20, 2013 at 2:27 AM, Igor Cicimov wrote: > > On 20/06/2013 1:07 AM, "Paul Beckett" wrote: > > > > Can mem_cache be configu

RE: [users@httpd] Disk Cache with multiple virtual hosts

2013-06-19 Thread Igor Cicimov
On 20/06/2013 1:07 AM, "Paul Beckett" wrote: > > Can mem_cache be configured to cache way more than you have memory, and swap out to disk for whatever is least popular? > No but how much cache do you need? On the heavy load prod servers we were using 1GB mem cache. Most of the caching is done on t

[users@httpd] combining mod_auth_kerb with mod_proxy

2013-06-19 Thread David Mansfield
Hi All: I have a question about whether mod_proxy can do Negotiate authentication to a remote site using the credentials "saved" via: KrbSaveCredentials on directive in mod_auth_kerb. I'm not looking to pass-through any Authorization header supplied by the client. Specifically, the user a

RE: [users@httpd] Disk Cache with multiple virtual hosts

2013-06-19 Thread Paul Beckett
Can mem_cache be configured to cache way more than you have memory, and swap out to disk for whatever is least popular? Date: Wed, 19 Jun 2013 09:11:16 +1000 From: icici...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Disk Cache with multiple virtual hosts On 18/06/2013 5:21