Re: httpd 1.3 running processes mem usage

2003-08-14 Thread Austin Gonyou
ze" yields: > > <https://www.redhat.com/archives/redhat-list/2002-February/msg01128.html> > > That has a bit more information. -- justin -- Austin Gonyou <[EMAIL PROTECTED]> Coremetrics, Inc.

httpd 1.3 running processes mem usage

2003-08-07 Thread Austin Gonyou
oing to be vmSize? We're trying to tune our servers a bit better until we're ready to move to httpd2, which will sometime at the beginning of 2004. But help around this diagnosis would be appreciated. TIA. -- Austin Gonyou <[EMAIL PROTECTED]> Coremetrics, Inc.

Quick question.

2002-07-27 Thread Austin Gonyou
Anyone ever seen a browser report "Error -12263" when connecting to apache via SSL? I've never seen this error, and we've never gotten it before, so I was curious. TIA. -- Austin Gonyou <[EMAIL PROTECTED]> Coremetrics, Inc.

Re: [Patch] Concept: have MPM identify itself in Server header

2002-05-06 Thread Austin Gonyou
benefit could there be to doing that? > > --Cliff > > -- >Cliff Woolley >[EMAIL PROTECTED] >Charlottesville, VA > -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear h

Re: [Patch] Concept: have MPM identify itself in Server header

2002-05-03 Thread Austin Gonyou
isco CA 94105 > >PGP Fingerprint: 1E74 4E58 DFAC 2CF5 6A03 5531 AFB1 96AF B584 0AB1 > > === > This email message is for the sole use of the intended recipient(s) and > may > contain confidential and privileged informat

Re: mod_rewrite "improved"?

2002-05-03 Thread Austin Gonyou
o the parsing itself, instead of employing another module. This is really futile to do anyway though since Apache works just great the way it is with mod_rewrite and mod_include doing their own things. :) On Fri, 2002-05-03 at 10:24, Jim Jagielski wrote: > Austin Gonyou wrote: > &g

Re: mod_rewrite "improved"?

2002-05-03 Thread Austin Gonyou
AhhhI took your comparison to mean that much of the underlying bits were similar, thus my query. I've looked at both modules and wasn't quite sure how they could be *that* similar, so I had to ask. :) On Fri, 2002-05-03 at 09:42, Cliff Woolley wrote: > On 3 May 2002, Austin

Re: mod_rewrite "improved"?

2002-05-03 Thread Austin Gonyou
> > > ------ >Cliff Woolley >[EMAIL PROTECTED] >Charlottesville, VA > > -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good

Can AB actually work with ssl?

2002-04-29 Thread Austin Gonyou
t not right? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb signature.asc Description: This is a digitally signed message part

Re: Does AB support SSL ATM?

2002-04-29 Thread Austin Gonyou
Please..is anyone seeing this? I need to do some comparison testing..and I need some info here. TIA. On Mon, 2002-04-29 at 12:04, Austin Gonyou wrote: > I'm sorry for the seemingly *dumb* question to the dev list..but as I > see that there are ssl bits in ab.c, and after compiling a

Re: Does AB support SSL ATM?

2002-04-29 Thread Austin Gonyou
I'm sorry for the seemingly *dumb* question to the dev list..but as I see that there are ssl bits in ab.c, and after compiling apache2 with SSL, and *it* has ssl support, ab is reporting that it doesn't TIA. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-

Re: updated worker, threadpool, and leader/follower performance comparisons

2002-04-29 Thread Austin Gonyou
; > MPM RequestsMean resp. CPU CPU > typeper second time (ms) load utilization > -- > worker 107144.3 4.1 51% > leader 964 49.4 3.9 46% > thre

Does AB support SSL ATM?

2002-04-29 Thread Austin Gonyou
TIA -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb signature.asc Description: This is a digitally signed message part

Re: worker MPM bugs (was Re: [PATCH] Possible fix for worker MPMperf ormance problem)

2002-04-25 Thread Austin Gonyou
ocket descriptors; when we get the signal to > do a hard shutdown of the server, walk down this set and close the fds > so we can halt any long-running requests. > > -aaron -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb signature.asc Description: This is a digitally signed message part

Re: Performance comparison for worker, leader/follower, and threadpool MPMs

2002-04-22 Thread Austin Gonyou
Sorry for the late response. On Sat, 2002-04-20 at 18:05, Brian Pane wrote: > Austin Gonyou wrote: > ... > >Given that info, is there a way to do: ... > Since the switch from mutexes to atomic ops on leader/follower, I'm > seeing slightly lower mean response times

Re: Performance comparison for worker, leader/follower, and threadpool MPMs

2002-04-19 Thread Austin Gonyou
s less time, not to exceed 60% cpu. 2. Tweak leader/follower to use less CPU, sub 60%, generate less load ,sub 5, and maintain or lower it's response time? The main reason I'm asking is that if worker is to be replaced, then how much longer will it be till Apache 2.0, on *nix is really ready t

Re: leader/follower MPM

2002-04-12 Thread Austin Gonyou
uot;./buildconf; ./configure --with-mpm=leader" > > --Brian > -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb signature.asc Description: This is a digitally signed message part

RE: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou
; not be in 4.2. Perhaps 4.3. > > -Rasmus > > On 9 Apr 2002, Austin Gonyou wrote: > > > so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I > > shouldn't have to activate the module in apache2 ./configure anymore? > > > > Is that cor

Re: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou
: > On Tue, Apr 09, 2002 at 02:13:51PM -0500, Austin Gonyou wrote: > > so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I > > shouldn't have to activate the module in apache2 ./configure anymore? > > > > Is that correct? > > except that righ

RE: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou
It doesn't really make sense anymore. > > Ryan > > -- > Ryan Bloom [EMAIL PROTECTED] > 645 Howard St. [EMAIL PROTECTED] > San Francisco, CA > > > -Original Message- > > Fro

what replaced --activate-module?

2002-04-09 Thread Austin Gonyou
Is there something that replaced this configure option, or does it still exist? I don't see it. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it."

Re: slow apache 2.0

2002-04-09 Thread Austin Gonyou
cy. Check out flood for > > somewhat better concurrency (http://httpd.apache.org/test/flood/). > > > > Also, keep in mind that although you'll see better scalability > > with the worker MPM over the "classic" prefork MPM, the biggest > > improvement will

Re: Questions about directories

2002-04-06 Thread Austin Gonyou
Thanks much! On Sat, 2002-04-06 at 07:21, Thom May wrote: > * Austin Gonyou ([EMAIL PROTECTED]) wrote : > > I'm in the process of trying to build a RPM specfile for Apache2. I'm > > also trying to take my old configure line and put it into the apache 2 > > stuff.

Questions about directories

2002-04-05 Thread Austin Gonyou
n on this stuff, rather, explanation? I've been using 2.0 for a while now..but I always put it into /some/dir/apache2, and everything goes under that. Trying to follow the LSB though, files go into many different places..combine that with RH, and it's pretty convoluted.. TIA. -- Austin

Re: 1.3.24...

2002-03-21 Thread Austin Gonyou
NP. Sorry for the bother. On Thu, 2002-03-21 at 11:43, Jim Jagielski wrote: > CHANGES is your friend :) > > Austin Gonyou wrote: > > > > Just FMI, > > If I'm on 1.3.23 now, would it behove me to go to this release for > any > > major reasons?

Re: 1.3.24...

2002-03-21 Thread Austin Gonyou
(11am Eastern)... > > -- > > === >Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ > "A society that will trade a little liberty for a little order > will lose both and deserve neither" - T.Jefferson -- Austin Gonyou Systems

Re: Compiling apache2 against glibc 2.2.5

2002-03-08 Thread Austin Gonyou
ntee that a build against 2.2.5 will work with 2.2.4. > > - Sascha Experience IRCG > http://schumann.cx/http://schumann.cx/ircg -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED

Re: Compiling apache2 against glibc 2.2.5

2002-03-08 Thread Austin Gonyou
On Fri, 2002-03-08 at 01:14, Justin Erenkrantz wrote: > On Thu, Mar 07, 2002 at 05:52:15PM -0600, Austin Gonyou wrote: > > > My binaries are portable, and that doesn't seem to be a problem. I'm > > trying to gather information as I continue to try to chase down the &g

Compiling apache2 against glibc 2.2.5

2002-03-07 Thread Austin Gonyou
chase down the php4.2-dev + apache2 issue on this target platform. TIA. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb

Re: How filters work

2002-03-06 Thread Austin Gonyou
w. > > Ryan > -- > Ryan Bloom [EMAIL PROTECTED] > 645 Howard St. [EMAIL PROTECTED] > San Francisco, CA > -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good sh

Re: cvs commit: httpd-2.0/server core.c

2002-02-25 Thread Austin Gonyou
coming to them. > > And by the way, +1 on fixing perchild now. I think Ryan should feel > free > to do anything he wants to improve the mpm, as long as it doesn't > involve > major mucking with non-mpm code. The only thing that could break is > perchild, and perchil

RE: 2.0.32 + PHP 4 CVS

2002-02-25 Thread Austin Gonyou
issue exactly ? > > > -Original Message- > > From: Austin Gonyou [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, February 21, 2002 4:18 PM > > To: [EMAIL PROTECTED] > > Subject: 2.0.32 + PHP 4 CVS > > > > > > There may be some issue with

Re: compiling apache2.0.32 with gcc 3.0.3 [was PHP4-cvs + 2.0.32]

2002-02-22 Thread Austin Gonyou
e what I can do there. On Fri, 2002-02-22 at 18:32, Austin Gonyou wrote: > This works everything is happy, until introducing PHP. > > Mind you PHP has been compiled by gcc3 as well. > I suspect PHP is having a problem being compiled with gcc3. > I compiled PHP and Apache 2.0.32 wit

compiling apache2.0.32 with gcc 3.0.3 [was PHP4-cvs + 2.0.32]

2002-02-22 Thread Austin Gonyou
t the appropriate parties. Just fyi. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb

2.0.32 + PHP 4 CVS

2002-02-21 Thread Austin Gonyou
There may be some issue with PHP Apache2 SAPI and the worker MPM. Since that's what I'm using, and was using before too(fyi). I'm going to change the MPM and see what that does. Just wanted to give an update. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512

RE: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
return 0; > } > > This is a workaround and not a resolution/fix.. I'd appreciate if > anybody > could post a fix for this.. > > Thanks, > -Madhu > > > > > -Original Message- > From: Austin Gonyou [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20

Re: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
at 12:03:00PM -0600, Austin Gonyou wrote: > > > PHP4.1.1 or > not working? > > > > You have to have the version from CVS in order to get it to > > compile. -- justin > > Err, just to make it clear, you need the latest version of PHP > from their CVS reposi

Re: PHP4 was Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
On Wed, Feb 20, 2002 at 12:03:00PM -0600, Austin Gonyou wrote: > > > PHP4.1.1 or > not working? > > > > You have to have the version from CVS in order to get it to > > compile. -- justin > > Err, just to make it clear, you need the latest version of PHP >

Re: has anybody seen worker segfaults?

2002-02-20 Thread Austin Gonyou
HP/AIX ports that would be great as well > > > > This was done with the worker mpm. > > > > I'll say 'congratulations!' to that! > > > > /dale > > > > > > -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb

Re: gone sailing

2002-02-19 Thread Austin Gonyou
Islands. httpd on daedalus shouldn't need much attention in the > mean > time. I have a lot of confidence in 2.0.32. > > Greg -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb

Re: 2.0.32 as GA candidate? Re: [PROPOSAL] 2.0.32 beta announceme nt

2002-02-16 Thread Austin Gonyou
Ahh..yes..now it's clear. Thx! Well, I'll whack a couple of boxen with ab or httperf and see what I can get out of it on Linux. :) On Sun, 2002-02-17 at 01:28, Justin Erenkrantz wrote: > On Sun, Feb 17, 2002 at 12:34:31AM -0600, Austin Gonyou wrote: > > is that worke

Re: 2.0.32 as GA candidate? Re: [PROPOSAL] 2.0.32 beta announceme nt

2002-02-16 Thread Austin Gonyou
> Netmask (El-Mar) Internet Technologies Ltd. > __ > Tel.: +972-9-766-1020 8 Yad-Harutzim St. > Fax.: +972-9-766-1314 P.O.B. 7004 > Mobile: +972-50-23-7338 Kfar-Saba 44641, Israel -- Austin Gonyou Syste

Re: 2.0.32 is a beta!

2002-02-16 Thread Austin Gonyou
mirrors can catch up.) > > Enjoy and congrats to everyone! > > While I'm not sold on this as a GA (mainly due to some forthcoming > API changes rather than the stability of the server), I believe we're > really close. If we choose to focus on making the next release a

Re: suexec and apache2.0

2002-01-05 Thread Austin Gonyou
; 3. Call the suexec program with "~user" string if required, >otherwise call it with uid_t of the user specified in the >SuexecUserGroup directive in httpd.conf (the original behaviour). > > If someone has a better solution, please post it. > Thanks, > M -- Aust

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
l go away. If you go to http://digitalroadkill.net:8080/as;dljfsad you'll see the error message I'm talking about. This get's generated on every 404, since PHP isn't parsing the html properly. Whew. I thought I was couldn't figure it out. I'm happy now thanks for the time. O

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
o port 8080 and request /Galleries/ it works like a champ. What am I missing? (besides a few screws...) On Wed, 2002-01-02 at 16:03, Austin Gonyou wrote: > Thanks for all the work. I just couldn't see that happening. I don't > care if it doesn't work for me, as long as it works for

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
Ok..Sorry for the craziness. There seems to be something happening with Galeon. I tried links, again, and Mozilla and everything is working as it should. Thanks again for all the help. It even seems as though my filters are working correctly. On Wed, 2002-01-02 at 16:03, Austin Gonyou wrote

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
are wrong. I used to be able to use the following: SetInputFilter php SetOutputFilter php Now I have to use: SetInputFilter php SetOutputFilter php and likewise with html. What am I doing wrong? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 emai

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
the other doesn't. I'll turn my logs up to debug and see if I can see anything. I haven't been able to so far. I'm using worker MPM on Linux. glibc 2.2.4, gcc 3.0.2 compiled. Thanks again. On Mon, 2001-12-31 at 17:53, Aaron Bannert wrote: > On Mon, Dec 31, 2001 at 05:3

Re: Directory completion?

2001-12-31 Thread Austin Gonyou
> What would the group think about validating that the > ServerName/ServerAlias > > directives resolve to a valid Listen'er of this server? > > What about proxies? It is valid to have it not point directly to > itself. -- justin -- Austin Gonyou Systems Architect,

Directory completion?

2001-12-31 Thread Austin Gonyou
that, and what am I missing. It seems so simple, yet I don't understand what option I'm missing. Thanks for the time, and happy new-year! -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to

Re: how to listen on multiple interfaces?

2001-12-17 Thread Austin Gonyou
Listen 80 > Listen 44460 > > > ... > ... > > > It doesn't work on machines with more then one interface, httpd is > stucked > at loading! -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "Have regard for your name

Re: threaded and pthread

2001-12-14 Thread Austin Gonyou
or the threaded MPM. > > -aaron > > > On Fri, Dec 14, 2001 at 03:20:42PM +, Austin Gonyou wrote: > > Will it ever come back? Say it ain't so pa'. Say it ain't so! > > :) > > > > On Fri, 2001-12-14 at 20:08, Justin Erenkrantz wrote: &

Re: threaded and pthread

2001-12-14 Thread Austin Gonyou
Will it ever come back? Say it ain't so pa'. Say it ain't so! :) On Fri, 2001-12-14 at 20:08, Justin Erenkrantz wrote: > On Fri, Dec 14, 2001 at 02:03:06PM +0000, Austin Gonyou wrote: > > I do daily builds of the httpd-2.0 cvs tree automatically with some > > scrip

threaded and pthread

2001-12-14 Thread Austin Gonyou
id my buildconf break? Please advise. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "Have regard for your name, since it will remain for you longer than a great store of gold." Ecclesiastes, Aprocrypha signature.asc Descrip

Re: Please help with this Snake Oil problem

2001-11-28 Thread Austin Gonyou
mentioned that he is > enabling mod_ssl by default in his RPM builds. I'm not sure > if he is including a "Snake Oil" certificate or not. -- justin -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED] msg03635/pgp0.pgp Description: PGP signature

Re: 2.0.28-beta release?

2001-11-13 Thread Austin Gonyou
it alpha if it doesn't feel right. > Call it > beta if it feels good. > > If an ErrorDocument doesn't work in one case, then tell people "too bad. > don't do that". If the server dies with a particular subrequest executed > from some wonky CGI-provided SS

Re: 2_0_28 tarballs rolled and available

2001-11-13 Thread Austin Gonyou
alization on > a > given tree, that's fine [as long as they know what they are in for ;] > > Bill -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED]

Re: FW: 2_0_28 tarballs rolled and available

2001-11-13 Thread Austin Gonyou
nd > > httpd-test > > > tells me it didn't break anything else.) I just committed Justin's > > > version because I think it's more clear. If somebody wants to stick > > in an > > > AP_DEBUG_ASSERT to make sure r->next is NULL when we enter the > > functi

Re: 2_0_28 tarballs rolled and available

2001-11-13 Thread Austin Gonyou
in's > > version because I think it's more clear. If somebody wants to stick > in an > > AP_DEBUG_ASSERT to make sure r->next is NULL when we enter the > function, > > that's fine by me. > > > > Thanks! > > --Cliff > > > >

Re: 2_0_28 tarballs rolled and available

2001-11-12 Thread Austin Gonyou
the others, which works > on HP-UX. I stuck a READ-ME.Darwin file in the directory so hopefully > Mac OS X users can figure it out. > > Thanks to Chuck M., Madhu, and Cliff for testing preliminary tarballs, > and to OtherBill and Justin for taking care of serious issues after th