Re: [users@httpd] diagnosing an httpd memory "leak"

2013-12-13 Thread Otis Dewitt - NOAA Affiliate
Very weird scenario, I can only think of a couple of reason's this can be happening. 1. Enable debug on loglevel and see what happens in that 15mins. 2. Try removing the httpd.conf and put a default httpd.conf in place and start it to see if the same thing happens. if not then you know it's in the

[users@httpd] diagnosing an httpd memory "leak"

2013-12-13 Thread Wang, Andy
Hi all, We have a customer who's running our httpd 2.2.22 build on a Windows 2008 R2 server and they're seeing pretty significant memory usage over time. Just starting up and running for a 15 minutes or so with a few requests causes the web server private bytes to hit 120mb or so. Leave it long

Re: [users@httpd] SSL Authentication and LDAP Authorization

2013-12-13 Thread Eric Covener
On Fri, Dec 13, 2013 at 12:55 PM, Andrew Young wrote: > Can one configure httpd to authenticate with SSL and authorize with LDAP? > I have not found a way of configuring mod_authnz_ldap to just authorize. SSLUserName does not perform Apache authentication, you could try SSLFakeBasicAuth, but it's

Re: [users@httpd] unable to set cookie in

2013-12-13 Thread Allasso Travesser
that works, thank you very much. On Dec 13, 2013, at 9:47 AM, Eric Covener wrote: > maybe r->err_headers_out if it will not be a 200 response? (401?) > > On Fri, Dec 13, 2013 at 9:56 AM, Allasso Travesser > wrote: >> Hello, >> >> I am attempting to extend auth_digest_module for 2.2. I am tr

[users@httpd] SSL Authentication and LDAP Authorization

2013-12-13 Thread Andrew Young
Can one configure httpd to authenticate with SSL and authorize with LDAP? I have not found a way of configuring mod_authnz_ldap to just authorize. Using Ubuntu 12.04.3 LTS, Apache/2.2.22, I have mod_ssl authenticating just fine with-- SSLVerifyClient require SSLVerifyDepth 10 SSLReq

Re: [users@httpd] unable to set cookie in

2013-12-13 Thread Eric Covener
maybe r->err_headers_out if it will not be a 200 response? (401?) On Fri, Dec 13, 2013 at 9:56 AM, Allasso Travesser wrote: > Hello, > > I am attempting to extend auth_digest_module for 2.2. I am trying to set a > cookie from a callback in the ap_hook_check_user_id hook, but the cookie does >

[users@httpd] unable to set cookie in

2013-12-13 Thread Allasso Travesser
Hello, I am attempting to extend auth_digest_module for 2.2. I am trying to set a cookie from a callback in the ap_hook_check_user_id hook, but the cookie does not get set. I am using this code for setting the cookie: static void setLowLevelInitCookie(request_rec *r) { apr_table_set(r->he

[users@httpd] How to further restrict access to sub directories with ldap-group

2013-12-13 Thread Jon Buckingham
I cannot seem to further restrict access within an authenticated realm using LDAP. I can successfully limit access to a directory tree using the following...     Options Indexes Includes FollowSymLinks     Order Allow,Deny Allow from all

[users@httpd] Apache hung due to a lot of threads in "("W") Sending Reply " status

2013-12-13 Thread Yu-Yuan, Zhang (Peter, SM CORD Agile)
Hello All, We are using Apache/2.2.22 (Win32) mod_jk/1.2.32 to connect to JBoss Application server 4.2.0. (All servers are on Windows, so the MPM user winnt module) After running sometime (it's random, hours or days) the Apache server will become slow and have high latency when user send reques

Re: [users@httpd] Removing Posts [WAS: Terminology clarification question.....]

2013-12-13 Thread Freek de Kruijf
Op donderdag 12 december 2013 23:56:15 schreef Yehuda Katz: > On Thu, Dec 12, 2013 at 11:37 PM, Nagaraju Kurma < > > nagaraju.ku...@enhancesys.com> wrote: > > i want to delete the unnecessary previous posts of mine, Can u tell me how > > delete the requests and responses that we have posted Send