Apache Config Helper App

2003-12-04 Thread Lewis Lorenz
Title: Apache Config Helper  App Hello: I’m trying to set up a simple Apache web server (2 virtual hosts with SSL service on one vhost). Also, I need to set up a MTA with POP3 for the 2 vhosts. I am not a unix guru. Is there an app available to ease configuring this system? Or some one who migh

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
>-Original Message- >From: Jeff Trawick [mailto:[EMAIL PROTECTED] [SNIP] > >While researching the AIX issue affecting mod_cgid, in which >kill() would not >report that a process was gone until up to 1 second after it >exited*, I >constructed a test program to expose the delay without u

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Jeff Trawick
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Here is the fix for AIX: http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/ mod_cgid.c.diff?r1=1.158&r2=1.159 Thanks - I'll try it out right away. While researching the AIX issue affecting mod_cgid, in which kill() would not report th

Re: new directive

2003-12-04 Thread Geoffrey Young
> Actually, such defines might need to be a little more dynamic, but either > would be good, or if we absolutely > needed too, we could add where features could be > registered, by the core or by a loaded module. to that end, here's a preliminary and rough patch for (substitute 'IfServerIs'

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
>-Original Message- >From: Bill Stoddard [mailto:[EMAIL PROTECTED] [SNIP] >Are you using CGI scripts? (an aside... if so better be >using mod_cgid rather than mod_cgi with worker). Jeff may >have already pointed out to you a "feature" in the >AIX that would keep threads hanging around

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Bill Stoddard
MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: I sure would do that sometime today. The leader probably uses some apr_atomic stuff - and I'm trying to see if I can use IA64 native code to do the atomics. For people at ease with visual stuff, here's the CPU performance that I'm getting with worker

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
I sure would do that sometime today. The leader probably uses some apr_atomic stuff - and I'm trying to see if I can use IA64 native code to do the atomics. For people at ease with visual stuff, here's the CPU performance that I'm getting with worker MPM and SPECweb99_SSL. Something looks is terri

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Brian Pane
On Dec 4, 2003, at 9:18 AM, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED] [SNIP] On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: instead of having the worker threads compete for the incoming connectio

RE: Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
>-Original Message- >From: Cliff Woolley [mailto:[EMAIL PROTECTED] [SNIP] >On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > >> instead of having the worker threads compete for the >incoming connections >> (using ap_queue_pop .. and hence mutex_lock), assign the >conn

Re: [patch] adding mpm info to httpd -V

2003-12-04 Thread Geoffrey Young
> commited to 2.1-dev... thanks! sure. and thanks for taking the time to shepherd it through. --Geoff

Re: Apache 2.0.48 gives core on startssl

2003-12-04 Thread Jeff Trawick
Gagan Puri wrote: I have installed Apache 2.0.48 with enable-ssl option on Solaris 8. The server starts and works fine in non-ssl mode however on starting in ssl mode it gives the following exception: # ../bin/apachectl startssl [Thu Dec 04 16:27:04 2003] [crit] [Thu Dec 04 16:27:04 2003] file vho

Apache 2.0.48 gives core on startssl

2003-12-04 Thread Gagan Puri
> Hi, > > I have installed Apache 2.0.48 with enable-ssl option on Solaris 8. > The server starts and works fine in non-ssl mode however on starting in ssl mode it > gives the following exception: > # ../bin/apachectl startssl > [Thu Dec 04 16:27:04 2003] [crit] [Thu Dec 04 16:27:04 2003] file vh

Re: Regarding worker MPM and queue_push/pop

2003-12-04 Thread Cliff Woolley
On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > instead of having the worker threads compete for the incoming connections > (using ap_queue_pop .. and hence mutex_lock), assign the connection to the > next free thread on a round-robin basis - if I'm not wrong, zeus does > som

Regarding worker MPM and queue_push/pop

2003-12-04 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi, I'm trying to run the SPECweb99 against Apache (on a 1-way box). I noticed that if I start one server process with a large number of threads (1000), the server goes into a heavily sleep state (with around 80 % idle time). A first guess is that I'm using SysV semaphores, and a semlock