[us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo13
Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there workers busy if HTTPERF have finished the test ?? Ricardo -- View thi

[us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there workers busy if HTTPERF have finished the test ?? Ricardo

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Eric Covener
On Wed, Dec 9, 2009 at 7:03 AM, ricardo13 wrote: > > Hi, > > I'm doing some tests with a web server and using HTTPERF. > My doubt is, when HTTPERF finishes the test I see the output page of > mod_status and there are some busy_workers, for example, 30 workers are > busy. > > Why are there workers

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
For example, I ran the follow command with HTTPERF #httperf --server www --num-conns 1000 --rate 200 When finished the test, the HTTPERF showed me the results. In the same instant, I reload the web page of mod_status and busy_worker = 30. After 5 seconds, busy_worker was like 1. Ricardo On We

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Tom Evans
On Wed, Dec 9, 2009 at 12:24 PM, ricardo figueiredo wrote: > For example, > I ran the follow command with HTTPERF > #httperf --server www --num-conns 1000 --rate 200 > When finished the test, the HTTPERF showed me the results. > In the same instant, I reload the web page of mod_status and busy_wor

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Mark Watts
On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote: > For example, > > > I ran the follow command with HTTPERF > #httperf --server www --num-conns 1000 --rate 200 > > > When finished the test, the HTTPERF showed me the results. > In the same instant, I reload the web page of mod_status

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread André Warnier
Eric Covener wrote: On Wed, Dec 9, 2009 at 7:03 AM, ricardo13 wrote: Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there w

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo13
Maybe ?? Ricardo Mark Watts wrote: > > On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote: >> For example, >> >> >> I ran the follow command with HTTPERF >> #httperf --server www --num-conns 1000 --rate 200 >> >> >> When finished the test, the HTTPERF showed me the results. >> In

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
I configured KeepAlive like Off. Didn't change !!! But it works when I configured KeepAliveTimeout to 0. Ricardo On Wed, Dec 9, 2009 at 10:30 AM, ricardo13 wrote: > > Maybe ?? > > Ricardo > > > Mark Watts wrote: > > > > On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote: > >> For exam

[us...@httpd] Creating authorized virtual directories

2009-12-09 Thread Tosh Cooey
I don't know if "virtual directory" is the proper word but here's what I am trying to accomplish. My web site has three directories: /images /css /js The site will have multiple clients: client1, client2..clientN, with each client having their own users. I want to give each client their own

[us...@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Brian Gaber
Compiled using this environment: export CC="xlc -q64" export CFLAGS="-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE -DFUNCPROTO=15 -O -I/opt/freeware/include" export CXX="xlC" export CXXFLAGS=$CFLAGS export LD=ld export LDFLAGS="-L/opt/freeware/lib" export OBJECT_MODE=64 Compiled a

Re: [us...@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Norman Peelman
Brian Gaber wrote: Compiled using this environment: export CC="xlc -q64" export CFLAGS="-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE -DFUNCPROTO=15 -O -I/opt/freeware/include" export CXX="xlC" export CXXFLAGS=$CFLAGS export LD=ld export LDFLAGS="-L/opt/freeware/lib" export OBJECT_MODE=64

RE: [us...@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Brian Gaber
> Did you ensure that the Listen directive is set? I left the default which is: Listen 80 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [us...@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Eric Covener
On Wed, Dec 9, 2009 at 8:18 AM, Brian Gaber wrote: > >        Compiled using this environment: > > export CC="xlc -q64" > export CFLAGS="-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE > -DFUNCPROTO=15 -O -I/opt/freeware/include" > export CXX="xlC" > export CXXFLAGS=$CFLAGS > export LD=ld > export LD