Re: [users@httpd] Question about "ab"

2014-12-12 Thread Eric Covener
On Fri, Dec 12, 2014 at 6:09 PM, Rose, John B wrote: > I should have phrased that "how frequent is a new group of concurrent > requests performed?" If you ask for 10,000 requests with a concurrency of 5. There are 5 threads each going as fast as possible to reach 10k total. It does not try to bu

Re: [users@httpd] Question about "ab"

2014-12-12 Thread Rose, John B
I should have phrased that "how frequent is a new group of concurrent requests performed?" On 12/12/14 10:39 AM, "Eric Covener" wrote: >On Fri, Dec 12, 2014 at 10:35 AM, Rose, John B wrote: >> In the "ab" documentation >> >> >> http://httpd.apache.org/docs/2.2/programs/ab.html >> >> >> it says

[users@httpd] "ab" error "apr_socket_recv: Connection reset by peer (104)"

2014-12-12 Thread Rose, John B
We get this error when using concurrent connections over 300 or so ab -n 25 -c 500 someserver.zyz.com This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.o

Re: [users@httpd] Question about "ab"

2014-12-12 Thread Aaron Ritter
concurrent means now/always what u confuse it to is transaction rate On 12 Dec 2014 16:36, "Rose, John B" wrote: > In the "ab" documentation > > > http://httpd.apache.org/docs/2.2/programs/ab.html > > > it says ... > > > *-c concurrency* > > * Number of multiple requests to peform at a time

Re: [users@httpd] Question about "ab"

2014-12-12 Thread Eric Covener
On Fri, Dec 12, 2014 at 10:35 AM, Rose, John B wrote: > In the "ab" documentation > > > http://httpd.apache.org/docs/2.2/programs/ab.html > > > it says ... > > > -c concurrency > > Number of multiple requests to peform at a time. > > > Exactly what does "at a time" mean? Every second? In parall

[users@httpd] Question about "ab"

2014-12-12 Thread Rose, John B
In the "ab" documentation http://httpd.apache.org/docs/2.2/programs/ab.html it says ... -c concurrency Number of multiple requests to peform at a time. Exactly what does "at a time" mean? Every second? Thanks

Re: [users@httpd] rewrite and InputFilter DEFLATE

2014-12-12 Thread Tom Lobato
Thanks, Kees, I will try. 2014-11-09 19:01 GMT-03:00 Kees Nuyt : > On Sun, 9 Nov 2014 11:04:33 -0300, you wrote: > >>Hello! >> >>I`m digging with this problem for a while and couldn`t find references >>in lists or searches. >> >>In Apache 2.4.7 I`m using "InputFilter DEFLATE" to inflate gzipped >>

[users@httpd] Single web page site settings questions ... i.e. KeepAlive,

2014-12-12 Thread Rose, John B
For a one page web site The page will have a very large number of visitors in a short time. There will be simple text updates on the page and users will check back frequently to see the updates. Say 100k visitors each minute. For instance an emergency/disaster information/status page. 1. I

[users@httpd] apache2.2 and Jboss AS 7.1 using mod_cluster and mod_ssl giving error when posting huge data

2014-12-12 Thread bharat bendre
Hi All, We are setting up SSL connection for a web application, we have apache2.2(httpd) and Jboss AS 7.1, we are using mod_cluster and mod_ssl. its works for login and other initial pages , *but its giving error when we post huge data*, we can see the data being posted to apache in the ssl_err

[users@httpd] Apache 2.4 proxy forward auth to backend

2014-12-12 Thread Enrico Pasqualotto
Hi all, I've two backend server that require HTTP auth and I need the proxy ask for it and forward to backend server. Proxy doesn't have the user/password file. In Apache 2.2 I solved in this way: ProxyPass / balancer://hotcluster/ BalancerMember http://ip1/ loa