RE: [users@httpd] MPM worker question

2011-05-24 Thread Geoff Millikan
> I am trying to calculate how much memory a server running worker would use. > With around 700 > 'ps' reports around 10 child processes using 30-100M... It would be nice if it were that easy. Remember a lot of the processes are reusing components. Do a 'pmap' on one of the Apache process IDs

RE: [users@httpd] Special log file for denied client

2011-05-24 Thread Geoff Millikan
> In my .htaccess file i denied access by many ips. > I want to log if that ip is trying to access our site, > in a special log file for audit purpose. Not that I'm aware of. Suggest doing something like this: http://lmgtfy.com/?q=load+apache+log+into+database

RE: RE: [users@httpd] How to check whether apache support FIPS 140-2

2011-05-24 Thread Geoff Millikan
> I thought that FIPS is within mod_ssl, right? Doubt it: http://en.wikipedia.org/wiki/OpenSSL#FIPS_140-2_compliance - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/use

RE: [users@httpd] ErrorDocument 404 returns a 200 status code on local URL-path

2011-05-24 Thread Geoff Millikan
> When a *local URL-path* is used the original status code should be used but > we're getting a 200 code when using "ErrorDocument 404 /error/404.php" Either the documentation at link below needs updating or there's a bug in Apache 2.2.17. If I don't hear back on this list, I'll submit bug repor

[users@httpd] Special log file for denied client

2011-05-24 Thread vishesh kumar
Hi Members, In my .htaccess file i denied access by many ips. I want to log if that ip is trying to access our site, in a special log file for audit purpose. You can please guide me . Thanks & Regd Vishesh Kumar --

[users@httpd] Apache ErrorLog(CGI) transfer to syslog is hang

2011-05-24 Thread Liu JinGang
Hello: I have a problem that as following, I hope that someone can give me an answer. I've just been doing some debugging of a CGI file. In doing so I was outputting a large amount of information to STDERR. During this I found that this would hang the apache handler process. Reducing the output

[users@httpd] ENH 51247 - Enhance mod_proxy and _balancer with worker status flag to only accept sticky session routes

2011-05-24 Thread Keith Mashinter
I've added a patch to the proxy/balancer to allow for route-only workers are only enabled for sticky session routes, allowing for an even more graceful fade-out of a server than making its lbfactor=1 compared to lbfactor=100 for others.  Please vote for it in bugzilla if you also think it's

[users@httpd] MPM worker question

2011-05-24 Thread pharesm
Hi, When using MPM worker with more than one child process, can anyone tell me whether Apache will handle connections on one child until all threads are used, and then pass any new connections to the next child process? This is my guess of how it roughly happens (since it maximises efficient u