Re: Puzzling News

2005-03-01 Thread Glenn Nielsen
(the time it takes to complete an HTTP request for a remote client) was also reduced. * Apache 2 can scale to handle 2-4 times as many HTTP requests as Apache 1.3. Regards, Glenn -- Glenn Nielsen [EMAIL PR

Re: Invitation to HTTPD commiters in tomcat-dev

2004-07-20 Thread Glenn Nielsen
On Tue, Jul 20, 2004 at 11:58:00AM -0400, Manni Wood wrote: > The real trick is getting Apache to serve all of the static content, and > getting tomcat to deal with only servlets and jsps. > > I notice in all of the documentation I find for mod_jk, an entire > directory (/examples/* being everyone

Re: Invitation to HTTPD commiters in tomcat-dev

2004-07-20 Thread Glenn Nielsen
-07-20 at 08:51, Henri Gomez wrote: > > Manni Wood wrote: > > > > - Could mod_proxy be open to support AJP/1.x as tomcat connections ? > > > > - Should we learn from mod_proxy to redesign something using AJP ? > > > > > > Many questions wh

Re: Has mod_dir changed between 2.0.46 and 2.0.49 ?

2004-04-21 Thread Glenn Nielsen
TED] > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.2.2 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFAhln4HtEPd3S05zgRAnAaAKCa+q1SETbdzREnvTzBAWNxqteQzACgiz9Q > u3mMiMgzA+xfYLXXtw2HMcY= > =Vy0L > -END PGP SIGNATURE- -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network | */ | --

Re: Apache 2 module hook priorities, was: Help required on Apache from scratch...

2004-02-25 Thread Glenn Nielsen
NDLER); >apr_table_setn(r->notes, JK_WORKER_ID, worker); > >/* This could be a sub-request, possibly from > mod_dir */ >if(r->main) >apr_table_setn(r->main->notes, JK_WORKER_ID, > worker); > >} >} >} -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network | */ | --

Apache 2 module hook priorities, was: Help required on Apache from scratch...

2004-02-25 Thread Glenn Nielsen
://httpd.apache.org/docs-2.0/developer/hooks.html It all comes down to carefully reviewing the hook priority of other modules and how those modules interact with JK2. Then setting the hook priorities in JK2. Regards, Glenn ---

Re: [PATCH] Review & Test: mod_include redesign

2003-08-17 Thread Glenn Nielsen
doing a production test. Regards, Glenn André Malo wrote: [CC to Ron Park and Glenn Nielsen to get this onto their radar] Since it turned out that one segfault was hunting the next and mod_include became more and more unmaintainable, Brian Pane and I started (independently :) a rewrite of the filter

Re: httpd-2.0.46 cgid crashes

2003-06-23 Thread Glenn Nielsen
I submitted a bug report on this 6 weeks ago, and then submitted a patch which will restart the cgid daemon 3 weeks ago. See bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19849 This doesn't prevent the cgid daemon from failing but at least makes sure it gets restarted if it does.