Re: httpd 1.3 running processes mem usage

2003-08-14 Thread Austin Gonyou
/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
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: mod_rewrite improved?

2002-05-03 Thread Austin Gonyou
] 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 his flock, not to skin it. Latin Proverb signature.asc Description: This is a digitally signed message part

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 Gonyou wrote

Re: mod_rewrite improved?

2002-05-03 Thread Austin Gonyou
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: Should mod_include

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

2002-05-03 Thread Austin Gonyou
are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message === -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] It is the part of a good

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: updated worker, threadpool, and leader/follower performance comparisons

2002-04-29 Thread Austin Gonyou
utilization -- worker 107144.3 4.1 51% leader 96449.4 3.9 46% threadpool 99747.8 3.9 46% -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512

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-7250 email

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 apache2

Can AB actually work with ssl?

2002-04-29 Thread Austin Gonyou
Is that 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: worker MPM bugs (was Re: [PATCH] Possible fix for worker MPMperf ormance problem)

2002-04-25 Thread Austin Gonyou
ap_queue_pop() until there are available workers (without breaking restarts/shutdown). - add a way to track open socket 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

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 (on par with worker and prefork

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

2002-04-19 Thread Austin Gonyou
, 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 to rock with a threaded model? TIA. -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250

Re: leader/follower MPM

2002-04-12 Thread Austin Gonyou
--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: slow apache 2.0

2002-04-09 Thread Austin Gonyou
in mind that although you'll see better scalability with the worker MPM over the classic prefork MPM, the biggest improvement will be in memory requirements. I've run 300+ threads on my solaris 8 box while only consuming around 20MB. -aaron -- Austin Gonyou Systems Architect, CCNA

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. Latin Proverb

RE: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou
really make sense anymore. Ryan -- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA -Original Message- From: Austin Gonyou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April

RE: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou
. 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 correct? On Tue, 2002-04-09 at 13:48, Ryan Bloom wrote: To the best of my

Re: 1.3.24...

2002-03-21 Thread Austin Gonyou
)... -- === 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 Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250

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? On Thu, 2002-03-21 at 08:52, Jim Jagielski wrote

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 php4.2-dev + apache2 issue

Re: Compiling apache2 against glibc 2.2.5

2002-03-08 Thread Austin Gonyou
Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- 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

Compiling apache2 against glibc 2.2.5

2002-03-07 Thread Austin Gonyou
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
-- 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 shepherd to shear his flock, not to skin it. Latin

RE: 2.0.32 + PHP 4 CVS

2002-02-25 Thread Austin Gonyou
? -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 PHP Apache2 SAPI and the worker MPM. Since that's what I'm using

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

2002-02-25 Thread Austin Gonyou
mucking with non-mpm code. The only thing that could break is perchild, and perchild is broken anyway. Joshua. -- 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

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

2002-02-22 Thread Austin Gonyou
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 with 2.96-85(RH 7.1 update) and all

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

2002-02-20 Thread Austin Gonyou
, 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 repository. We made changes in the .31 timeframe to our input filters

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

2002-02-20 Thread Austin Gonyou
, 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 repository. We made changes in the .31 timeframe to our input filters

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

2002-02-20 Thread Austin Gonyou
(APLOG_MARK, APLOG_DEBUG, 0, NULL, PHP : Unrecognized state!); 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

Re: gone sailing

2002-02-19 Thread Austin Gonyou
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 is a beta!

2002-02-16 Thread Austin Gonyou
! 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 GA, I think we can do that. -- justin -- Austin Gonyou Systems Architect, CCNA Coremetrics

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

2002-02-16 Thread Austin Gonyou
. __ 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 Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250

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 worker mpm? Just curious

Re: suexec and apache2.0

2002-01-05 Thread Austin Gonyou
directive in httpd.conf (the original behaviour). If someone has a better solution, please post it. Thanks, M -- 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

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
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:36:22PM -0600, Austin Gonyou wrote: If I

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
to be able to use the following: FilesMatch *.php,*.html SetInputFilter php SetOutputFilter php /FilesMatch Now I have to use: FilesMatch \.php SetInputFilter php SetOutputFilter php /FilesMatch and likewise with html. What am I doing wrong? -- Austin Gonyou Systems Architect, CCNA

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
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 everyone else. Now I've got a more

Re: Directory completion?

2002-01-02 Thread Austin Gonyou
://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. On Wed, 2002-01-02 at 16:13, Austin Gonyou wrote: Ok..Sorry

Directory completion?

2001-12-31 Thread Austin Gonyou
is 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 shear his flock

Re: Directory completion?

2001-12-31 Thread Austin Gonyou
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, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED

Re: how to listen on multiple interfaces?

2001-12-17 Thread Austin Gonyou
... ... /VirtualHost 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, since it will remain for you longer than a great

threaded and pthread

2001-12-14 Thread Austin Gonyou
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 Description: This is a digitally

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 +, Austin Gonyou wrote: I do daily builds of the httpd-2.0 cvs tree automatically with some scripts I wrote. Recently I decided

Re: threaded and pthread

2001-12-14 Thread Austin Gonyou
for 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: On Fri, Dec 14, 2001 at 02:03:06PM +, Austin Gonyou wrote: I do daily

Re: Please help with this Snake Oil problem

2001-11-28 Thread Austin Gonyou
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: FW: 2_0_28 tarballs rolled and available

2001-11-13 Thread Austin Gonyou
NP. At 130 pm CST -5GMT, I'll re-build 2.0.28 from scratch and test again. Will then post and announce. On Tue, 2001-11-13 at 11:44, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Whoops.. I had missed out this mail. hmmn..:-(.. -Madhu -Original Message- From: Austin Gonyou

Re: 2_0_28 tarballs rolled and available

2001-11-13 Thread Austin Gonyou
nightmares, I'm thinking that this becomes a Directory scoped option, either inferred at config time, or specified by the admin. If someone _really_ wants to skip all canonicalization on a given tree, that's fine [as long as they know what they are in for ;] Bill -- Austin Gonyou Systems

Re: 2.0.28-beta release?

2001-11-13 Thread Austin Gonyou
people really be using that? Not a chance. Give them 2.0.28. -g -- Greg Stein, http://www.lyra.org/ -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-796-9023 email: [EMAIL PROTECTED]