Fw:

2014-04-17 Thread tokiley
Hi! News: http://signlanguageforbaby.com/qyib/page.php toki...@aol.com

Re: canned deflate conf in manual -- time to drop the NS4/vary?

2010-06-04 Thread tokiley
Mark Nottingham wrote... On 02/06/2010, at 9:00 AM, toki...@aol.com wrote: Sergey wrote... That's new to me that browsers don't cache stuff that has Vary only on Accept-Encoding - can you post some statistics or describe the test you ran? Test results and statistics...

Re: mod_deflate handling of empty initial brigade

2010-06-03 Thread tokiley
Paul Fee wrote... Bryan McQuade wrote: Are there any cases where it's important for ap_pass_bridgade to pass on an empty brigade? Doesn't sound like it, but since this is a core library change I want to double check. When handling a CONNECT request, the response will have no body. In

Re: Fast by default (FWIW - Some tests)

2010-06-02 Thread tokiley
Bryan McQuade wrote... thanks! it is really great that you did this investigation. You're welcome, but I wouldn't really call that an 'investigation'. More like just a quick 'observation'. RE: checking to see if in cache, try typing the URL into the nav bar and hitting enter rather than

Re: canned deflate conf in manual -- time to drop the NS4/vary?

2010-06-01 Thread tokiley
Don't forget the ongoing issue that if you ONLY vary on 'Accept-Encoding' then almost ALL browsers will then refuse to cache a response entity LOCALLY and the pain factor moves directly to the Proxy/Content Server(s). If you vary on 'User-Agent' ( No longer reasonable because of the abuse of

Re: Fast by default

2010-06-01 Thread tokiley
There is zero reason for us to avoid putting deflate into the default configuration. Sorry. There ARE (good) reasons to avoid doing so. I'm the one who wrote the FIRST mod_gzip module for Apache 1.x series so you would think I'd be a strong advocate of 'auto-enablement' by default, but I am

Re: Fast by default

2010-06-01 Thread tokiley
web sites are loading too slow for pipes and web-server power that we have. The key phrase there is 'that WE have'. YOU need to tune YOUR configs to match what YOU have. ANYONE who uses Apache can/should/must do that. That's how that works. The discussion at this moment is what 'default'

Re: canned deflate conf in manual -- time to drop the NS4/vary?

2010-06-01 Thread tokiley
Sergey wrote... That's new to me that browsers don't cache stuff that has Vary only on Accept-Encoding - can you post some statistics or describe the test you ran? Test results and statistics... Apache DEV forum...

Re: Fast by default

2010-06-01 Thread tokiley
Let me preface ALL the remarks below with TWO statements... 1. I haven't done any research on these HTTP based Client/Server compression topics in quite some time. It is all, essentially, 'ancient history' for me but it still amazes me that some of the issues are, so many years later, still

Re: Study about developer and commits.

2009-11-26 Thread tokiley
Mario... If you would get someone in your department who knows the English language a little better to rewrite the request you might get a little more traction. I THINK I can 'decipher' what the heck you are asking but not well enough to risk a response. Yours Kevin Kiley PS: A 'psychometric

Re: Study about developer and commits.

2009-11-26 Thread tokiley
Mario wrote... Dear Kevin, So, I want to know who are (the) developers that more contributed (contributed more) with (to) the Apache project in period: - Release 1.3 (1997 and 1998) - Release 2.0 (1999 and 2000) - 2001 and 2002 - 2003 - 2005. Did (Do) you understand me? Now, yes. I

Re: mod_cache, mod_deflate and Vary: User-Agent

2009-08-27 Thread tokiley
William A. Rowe, Jr. I think we blew it :) Vary: user-agent is not practical for correcting errant browser behavior. You have not 'blown it'. From a certain perspective, it's the only reasonable thing to do. Everyone keeps forgetting one very important aspect of this issue and that is the

Re: mod_cache, mod_deflate and Vary: User-Agent

2009-08-27 Thread tokiley
Brian Akins of Turner Broadcasting, Inc. wrote... We are moving towards the 'if you say you support gzip, then you get gzip' attitude. There isn't a browser in the world that can 'Accept Encoding' successfully for ALL mime types. Some are better than others but there are always certain

Re: Analysis of the Apache web server code repository

2009-08-26 Thread tokiley
I knew Trawick was a slacker most of the time. Now there's cool pie charts and movies to prove it. ROFL Hmm... why do I get the feeling this tool's real usage is so that IT managers can see who they can 'let go'? Kevin Kiley -Original Message- From: Jeff Trawick traw...@gmail.com

Re: Analysis of the Apache web server code repository

2009-08-26 Thread tokiley
Ah... the good 'ol days. -Original Message- From: Bill Stoddard wgstodd...@gmail.com To: dev@httpd.apache.org Sent: Wed, 26 Aug 2009 06:45:11 -0400 Subject: Re: Analysis of the Apache web server code repository toki...@aol.com wrote: I knew Trawick was a slacker most of the time.

Re: Analysis of the Apache web server code repository

2009-08-26 Thread tokiley
Ah... the good 'ol days. -Original Message- From: Bill Stoddard wgstodd...@gmail.com To: dev@httpd.apache.org Sent: Wed, 26 Aug 2009 06:45:11 -0400 Subject: Re: Analysis of the Apache web server code repository toki...@aol.com wrote: I knew Trawick was a slacker most of the time.

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-30 Thread tokiley
Ray... Can you send me just the part of your httpd config that governs this transaction and the redirect to the IIS server? I really would like to reproduce this here. The moment I can actually make it happen I have tools in place that will show exactly WHEN/WHERE it's happening (not gdb. I

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-30 Thread tokiley
Ray... Can you send me just the part of your httpd config that governs this transaction and the redirect to the IIS server? I really would like to reproduce this here. The moment I can actually make it happen I have tools in place that will show exactly WHEN/WHERE it's happening (not gdb. I

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-29 Thread tokiley
Well, I thought this one would be easy to spot but it's not. There's nothing I can do here to reproduce the reported behavior. I wrote a Perl script client that sends your EXACT ( Palm Treo ) OPTIONS request as you had it documented in the last email. I also wrote a simple Perl Server to

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-29 Thread tokiley
Believe I may have this working now. The Treo was sending its Host header as follows: Host:hostname.esri.com (Note the lack of space betwen the colon and hostname.? This probably isn't valid but was corrected by Apache as it proxied the request on to IIS.? However, maybe the initial

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-22 Thread tokiley
Your posts keep saying The Treo does this and the Treo does that and likelihood of fixing Treos is 0 percent... ...but I'm a little confused. What SOFTWARE are we talking about on the Treo. The Treo is just a handheld. It does what it's told to do. Are you using one of the carrier's

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-22 Thread tokiley
Ah... okay. Thanks for the clarification. Sounds you are just stuck in the middle trying to deal with a broken client. I thought you might be trying to actually implement the client software or something. Sure, you can fix this. Just get in with a monkey wrench if you have to and force

Re: mod_gzip and incorrect ETag response (Bug #39727)

2007-08-27 Thread TOKILEY
I'm not proposing a solution but just pointing out that if this discussion is going to come up once again that even the latest, greatest versions of one of the most popular browsers in the world, Microsoft Internet Explorer, will still REFUSE TO CACHE any response that shows up with a Vary: on

Re: mod_gzip and incorrect ETag response (Bug #39727)

2007-08-27 Thread TOKILEY
You are the CNN guy, right? Of your 30 percent... is there an identifiable User-Agent that comprises a visible chunk of the requests? If so... what is it? Yours... Kevin Kiley In a message dated 8/27/2007 10:09:33 AM Pacific Standard Time, [EMAIL PROTECTED] writes: On 8/27/07 12:34 PM,

Re: Completely transform a request

2007-07-31 Thread TOKILEY
I'm doing some testing here on the latest build from trunk. Will let you know ASAP whether this is going to be possible from solely within a connection input filter or whether you will need other hooks to pull it off. In the meantime... if someone else is more familiar with connection input

Re: Completely transform a request

2007-07-30 Thread TOKILEY
Arturo wrote... Thanks for taking the time to discuss this with me. I really appreciate it. I was able to read a whole pgp-encrypted request, even a large 12+MB one using my code. I read the content-length header, then read up to that quantity of bytes, saving the brigades to a context

Re: Completely transform a request

2007-07-28 Thread TOKILEY
I wrote about this last week, on dev@httpd.apache.org, with a thread whose subject was Introducing mod_openpgp: Yes, I saw that. It was your new question about Posting a Secret request and then trying to re-dump it into Apache as a Trojan Horse that had me confused. Is this the way you

Re: Completely transform a request

2007-07-28 Thread TOKILEY
That's why I thought bringing the concept over here was a good idea. I'm finally getting some constructive criticism! It's an interesting idea. There have been years of work put into making HTTP and Apache extensible for ideas just such as this one and regardless of what anyone thinks of

Re: Wrong etag sent with mod_deflate

2006-12-09 Thread TOKILEY
Let me preface all comments by saying that I AGREE with BOTH Roy and Henrik... If Apache is sending the same exact (strong) ETag value for both a compressed and an identity variant of the same entity... then, according to current RFC content, that is broken behavior and it should be fixed. You

Re: Wrong etag sent with mod_deflate

2006-12-09 Thread TOKILEY
Justin wrote... No - this patch breaks conditional GETs which is what I'm against. See the problem here is that you have to teach ap_meets_conditions() about this. An ETag of 1234-gzip needs to also satisfy a conditional request when the ETag when ap_meets_conditions() is run is 1234.

Re: Wrong etag sent with mod_deflate

2006-12-09 Thread TOKILEY
And please stop lying about Squid. C'mon Henrik. No one is intentionally trying to LIE about Squid. If you are referring to Justin quoting ME let me supply a big fat MEA CULPA here and say right now that I haven't looked at the SQUID Vary/ETag code since the last major release and I DO NOT KNOW

Re: Wrong etag sent with mod_deflate

2006-12-08 Thread TOKILEY
In other words, Henrik has it right. It is our responsibility to assign different etags to different variants because doing otherwise may result in errors on shared caches that use the etag as a variant identifier. Henrik is trying to make it sound like it is all Apache's fault. It is not.

Re: product name

2006-07-28 Thread TOKILEY
I wouldn't push the "Apache" thing. Truth is... a letter could show up at any moment from lawyers of the Apache Nation regarding the name usage. Might even be way overdue. I wouldn't "go there" and draw attention to the issue at all. Yours... Kevin Kiley In a message dated 7/28/2006

Re: restructuring mod_ssl as an overlay

2006-06-08 Thread TOKILEY
Roy wrote... The sane solution would be to convince the US government to remove encryption from the export control list, since that regulation has been totally ineffective. That is not likely to happen during this administration, though, and I don't think the ASF is allowed to lobby for it

Re: Apache proxy behaviour...

2006-02-02 Thread TOKILEY
There is no such thing as an intermediate proxy that has any kind of 'filtering' going on that won't, on some occasions, need to 'buffer' some data. I believe even mod_include will 'wait' for tags to resolve if they split across buffers. The real questions to ask is... Why is the proxy timing

Re: Directions for Win32 binary httpd

2005-12-03 Thread TOKILEY
As someone who knows all of the Windows build platforms well... my 2 cents jives with your decision, Bill. Using MSVC 6.0 at this point and keeping the makefiles is the only 'sane' thing to do at this point. There are ISSUES with just about any of the newer platforms including the obvious

Re: pgp trust for https?

2005-11-09 Thread TOKILEY
Aw shucks... dad... you never let us have any fun. ROFL Kevin Hmmm... HTTP/1.1 PGP based TLS mechanisms under Itanium? Interesting ( and OT ). In a message dated 11/9/2005 2:45:13 PM Central Standard Time, [EMAIL PROTECTED] writes: Folks, somehow this thread diverged from HTTP/1.1 PGP based

Re: pgp trust for https?

2005-11-09 Thread TOKILEY
In a message dated 11/9/2005 4:12:50 PM Central Standard Time, [EMAIL PROTECTED] writes: Bill wrote... So rather than spin off-topic threads, where's the discussion of taking something that exists, such as se-linux, and actually leveraging security features of more evolved security

Re: mod_deflate Vary header

2005-11-08 Thread TOKILEY
Igor Sysoev wrote Actually, with MSIE 5.5+ appearance the chances that client can not decompress the response from downstream cache have increased. If MSIE 5.5 is configured to work via proxy with HTTP/1.0, then MSIE will never send "Accept-Encoding" header, and it would refuse the

Re: mod_deflate Vary header

2005-11-04 Thread TOKILEY
This has been discussed many times before and no one seems to understand what the fundamental problem is. It is not with the servers at all, it is with the CLIENTS. What both of you are saying is true... whether you "Vary:" on "Content-encoding" and/or "User-agent" or not... there is a risk of

Re: Issues for 2.1.8

2005-09-22 Thread TOKILEY
I thnk we all understand what Bill is saying, there is simpy normal, healthy disagreement. That's good. Look... every now and then we ALL get the urgre to clean up the room and move the furniture around and get the dirty laundry off the floor. Bill thinks modules/experimental is part of the

Re: Issues for 2.1.8

2005-09-20 Thread TOKILEY
Jim J. wrote... People will not use it unless they can *really* trust a module. Simply expecting people to migrate to it because of the theoretical benefits isn't quite wise, until it has proven itself. The idea is to make it easier for people to have access to a module, use it and test it.

Re: [PATCH] mod_cache. Allow override of some vary headers

2005-08-17 Thread TOKILEY
In a message dated 8/17/2005 2:01:41 PM Central Daylight Time, [EMAIL PROTECTED] writes: CacheOverrideHeader Accept-Encoding gzip CacheOverrideHeader User-Agent gzip This would allow all browsers that send "Accept-Encoding: gzip" and do not match the BrowserMatches to be mapped to the same

Re: [PATCH] fix incorrect 304's responses when cache is unwritable

2005-08-11 Thread TOKILEY
In a message dated 8/11/2005 12:42:35 PM Central Daylight Time, [EMAIL PROTECTED] writes: The code will remove the header file and the disk file; but it also likely needs to go up a 'level' and remove all variants. Because if we get a 404 on a varied entity, it also means that all variants

Re: Supported Compilers

2005-03-23 Thread TOKILEY
Is there a list of "supported" compilers? I am having to compile using gcc 2.96 and having some wierdness, but works fine on 3.3. It may be something else with the box, but just wanted to know if there was an "official" list. wasn't the 2.96 one the redhat special version (known to be

Re: [PATCH] another mod_deflate vs 304 response case

2004-11-22 Thread TOKILEY
At 10:26 AM 11/22/2004, Cliff Woolley wrote: On Mon, 22 Nov 2004, Joe Orton wrote: There's another mod_deflate vs 304 response problem which is being triggered by ViewCVS on svn.apache.org: when a CGI script gives a "Status: 304" response the brigade contains a CGI bucket then the EOS, so

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

2004-10-26 Thread TOKILEY
In the case you just mentioned... it is going to take a special 'filter' to 'sense' that a possible DOS attack is in progress. Just fair amounts of 'dataless' connection requests from one or a small number of orgins doesn't qualify. There are plenty of official algorithms around now to

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

2004-10-26 Thread TOKILEY
You MUST have SOMETHING that knows the difference or you don't have DOS protection. Also... if you wait all the way until you have a 'log' entry for a DOS in progress then you haven't achieved the goal of sensing them 'at the front door'. I don't set myself that goal. I agree that it's

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

2004-10-25 Thread TOKILEY
For example, we had a problem report on #apache a couple of days ago which turned out, after considerable investigation, to be the result of a single host ip issuing hundreds of request connections in a few minutes. Whether this was a deliberate attack or simply a buggy client is not clear

Re: cvs commit: httpd-2.0/server core.c protocol.c request.c scoreboard.c uti...

2004-10-22 Thread TOKILEY
Roy is right... Willy-nilly throwing casts on data objects just to satisfy some anal-retentive urge to not see any warnings appearing during a compile is the absolute WRONG thing to do when it comes to porting 32-bit code to 64-bit platforms. The situation is NOT as simple as it was when

Re: [PATCH] mod_disk cached fixed

2004-08-05 Thread TOKILEY
Brian Akins wrote... [EMAIL PROTECTED] wrote... Brian Akins wrote... Serving cached content: - lookup uri in cache (via md5?). - check varies - a list of headers to vary on - caculate new key (md5) based on uri and clients value of these headers - lookup new uri in

Re: [PATCH] mod_disk cached fixed

2004-08-04 Thread TOKILEY
Brian Akins wrote... Serving cached content: - lookup uri in cache (via md5?). - check varies - a list of headers to vary on - caculate new key (md5) based on uri and clients value of these headers - lookup new uri in cache - continue as normal Don't forget that you can't just 'MD5' a

Re: Aborting a filter.

2004-06-24 Thread TOKILEY
On Tue, 22 Jun 2004, Peter J. Cranstone wrote: Thanks... we're currently testing a new version of mod_gzip called mod_gzip64i For the record, I've fixed the problem. Super! It was a failure to support some of the compression flags. Now I'll have to (side?)port it into a CVS version of

Re: [PATCH 1.3] Proxied Server:/Date: headers

2004-06-03 Thread TOKILEY
William Rowe wrote... I'd worked with some interesting java and cgi code which implements proxy behavior, as opposed to using a compiled-in module such as mod_proxy. In order to properly pass on the Server: and Date: headers (which are owned by the origin server), this patch tests for the

Re: mod_proxy distinguish cookies?

2004-05-05 Thread TOKILEY
Roy T. Fielding wrote: I do wish people would read the specification to refresh their memory before summarizing. RFC 2616 doesn't say anything about cookies -- it doesn't have to because there are already several mechanisms for marking a request or response as varying. In this case Vary:

Re: mod_proxy distinguish cookies?

2004-05-05 Thread TOKILEY
Hi Neil... This is Kevin Kiley... Personally, I don't think this discussion is all that OT for Apache but others might disagree. "Vary:" is still a broken mess out there and if 'getting it right' is still anyone's goal then these are the kinds of discussions that need to take place SOMEWHERE.

Re: mod_proxy distinguish cookies?

2004-05-05 Thread TOKILEY
Neil wrote... Thanks again Kevin for the insight and interesting links. It seems to me that there are basically three components here: My server, intermediate caching proxies, and the end-user browser. From my understanding of the discussion so far, each of these can be covered as follows:

Re: deflate input filter and jk

2004-03-31 Thread TOKILEY
[EMAIL PROTECTED] wrote... Hi to all, A new question to HTTP / RFC gurus. A customer has developped a custom PHP HTTP client, using HTTP 1.0 and compression. That's like mixing Vodka and Beer... something could easily puke... but OK... I hear ya... This HTTP client compress both

Re: mod_deflate vs mod_gzip

2004-03-30 Thread TOKILEY
In a message dated 3/30/2004 8:06:52 AM Central Standard Time, [EMAIL PROTECTED] writes: Hi to all, One of my customers is trying to use to an Apache 2.0.47 using mod_deflate. Its HTTP implementation works with Apache 1.3.x and mod_gzip but not with Apache 2.0.47 and mod_deflate. The PHP

Re: mod_deflate vs mod_gzip

2004-03-30 Thread TOKILEY
Hi Henri... Kevin again... Willing to try and help, Henri... but you've got to give us something to go on here. You are asking for crystal-ball debug. The job doesn't pay enough for that. Peter Cranstone wrote... What about trying mod_gzip with Apache 2.x? That would at least tell them

Re: mod_deflate vs mod_gzip

2004-03-30 Thread TOKILEY
May be also something related with transfer and chunk. Perfectly possible. Stay tuned Glued to the TV at this point. Yours... Kevin In a message dated 3/30/2004 10:22:28 AM Central Standard Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: Hi Henri... Kevin again...

Re: mod_deflate - disabling per response?

2004-03-10 Thread TOKILEY
Hmmm... What I'm really looking for is a response header or some such that I can set in my JSP page or servlet in Tomcat to indicate that the response should be left alone Jess Holle I assume you want to be able to add a response header from your back-end that looks something like

Re: consider reopening 1.3

2003-11-17 Thread TOKILEY
Geez... it's nice to discover everybody hasn't just dropped dead! I see a lot of healthy 'things to do' coming out of this thread that could inject a lot of life back into the development... which is what the various threads the past few days have all been about. Action items?... Facts to

Re: consider reopening 1.3

2003-11-17 Thread TOKILEY
Last benchmarks I have currently are quite old. I think the last time I ( just a USER of Apache ) did any serious benchmarking was 2.0.40 or something... but the results were right inline with what Rasmus just posted. Apache 2.0 pre-fork was a pig compared to Apache 1.3 prefork. If I get some

Re: consider reopening 1.3

2003-11-17 Thread TOKILEY
Fantastic! So Rasmus has just uncovered some 'other' problem then which means (only) mod_perl is a pig on 2.0 or something? I guess that's better than the core being the problem. I'd like to see this get put to bed once and for all and eliminate it from the 2.0 migration discussion(s). Got

Re: consider reopening 1.3

2003-11-17 Thread TOKILEY
You are right, apache 2.0 pre fork is apache 1.3 prefork... Maybe. Maybe not. My 'FACT?:' header had a QUESTION MARK there. Just in the last 4 or 5 messages on this thread the actual reality has become even more obfuscated. Rasmus seems to be saying it's a pig... but maybe he's simply

Re: consider reopening 1.3

2003-11-17 Thread TOKILEY
Hi Colm... Slainte!... Cead mile failte romhat! Go raibh maith agat! Wow... I believe everything you are saying... and please don't take this the wrong way... but I'm not sure a test that only runs for 1.1 second and 1000 requests with 100 clients being launched ( on the same machine? ) is a

Re: Apache 2.0 Uptake thoughts

2003-11-15 Thread TOKILEY
William Rowe wrote... ...Ignoring for a moment the 9.13% of Apache servers that don't reveal their version whatsoever, ang ignorning rounding errors, 3.57% of the servers out there use some 2.0 version of Apache, so that 6% of Apache servers (identifying themselves) run 2.0 as opposed to

Re: the wheel of httpd-dev life is surely slowing down, solutions please

2003-11-13 Thread TOKILEY
In a message dated 11/13/2003 12:53:42 PM Central Standard Time, [EMAIL PROTECTED] writes: By the by... Covalent signs my paycheck. And if you look at 1.3, you'll see that I've been pretty key on staying on top of it. Kind of blows away your theory, don't it? Nope

Re: the wheel of httpd-dev life is surely slowing down, solutions please

2003-11-13 Thread TOKILEY
Hi Bill... This is Kevin... William Rowe wrote... We value individual contributions here, not corporate affiliation. We means ASF, right? If so... then I think you just nailed the whole point of this thread, if I am reading the original poster's concerns correctly. There doesn't CURRENTLY

Re: mod_deflate and transfer / content encoding problem

2003-11-13 Thread TOKILEY
My reading of RFC 2616 is that Accept-encoding is only for content-codings. You are right. Brain fart on my part. I am still not sure how the discussion about mod_deflate has gotten anywhere near Transfer-Encoding:. mod_deflate is NOT DOING TRANSFER ENCODING. Was it you that suggested it was

Re: the wheel of httpd-dev life is surely slowing down, solutions please

2003-11-13 Thread TOKILEY
Hi all... I just have to jump in here since the topic is fascinating... ...and I think there's an opportunity here to review something that has contributed to the 'slow down' at httpd-dev which no one has seemed to grasp (yet). I will call it... The Covalent Factor. If you look at what has

Re: mod_deflate and transfer / content encoding problem

2003-11-12 Thread TOKILEY
Andre Schild wrote: [EMAIL PROTECTED] 31.10.2003 23:44:06 On Fri, 31 Oct 2003, Andre Schild wrote: Please have a look at the following Mozilla bug report http://bugzilla.mozilla.org/show_bug.cgi?id=224296 It seems that mod_deflate does transfer encoding, but sets the headers as if doing

Re: mod_deflate -- File size lower bound needed?

2003-03-31 Thread TOKILEY
[EMAIL PROTECTED] writes: Stephen Pierzchala wrote: All: A question for discussion: should a lower bound be set in mod_deflate? I just ran a test using the Linux Documentation Project files and found that some of the files in the test group were quite small, less that 100 bytes. When

Re: mod_deflate -- File size lower bound needed?

2003-03-31 Thread TOKILEY
FYI: There was a serious brain fart (mine) in the previous message... I said... 2. If there's no EOS in the brigade yet you have to assume more is coming so now it's nut-crackin' time. If the 'minimum file size' is less than the amount of data already in the first brigade showing up then

Re: regarding EAPI

2003-01-22 Thread TOKILEY
what can happen if I load a module compiled with EAPI flag into a Apache 1.3 without EAPI?? I ask for ditribution of binaries and want to know if it makes no problems loading EAPI-enabled modules; or if I should Should work *I think*. It wouldn't work the other way around, of course (you

Re: STATUS mailings for stable httpd 2.0

2002-12-05 Thread TOKILEY
Justin wrote ( RE: Apache STATUS files )... Oh, I hate to get more email that I just delete as soon as it comes in Does anyone actually read these things though? Yes.

Re: [PATCH] mod_deflate extensions

2002-11-24 Thread TOKILEY
--On Friday, November 22, 2002 12:03 PM +0100 Henri Gomez [EMAIL PROTECTED] wrote: So we should use a copy of mod_gzip compression code in Apache 2.0. Also as someone involved in mod_jk/jk2, I'll need gzip compress/uncompress support in Apache 2.0 for a new ajp protocol I'm working on, so

Re: [PATCH] mod_deflate extensions

2002-11-21 Thread TOKILEY
Henri Gomez wrote... - Put part of zlib code in Apache 2.0 source ? Jeff Trawick wrote... that is what I suspect to be the safest, easiest-to-understand way... the build would work like on Windows, where the project file for mod_deflate pulls in the right parts when building

Re: [PATCH] mod_deflate extensions

2002-11-19 Thread TOKILEY
Peter J. Cranstone wrote... Since when does web server throughput drop by x% factor using mod_deflate? Jeff Trawick wrote... I don't think you need me to explain the why or the when to you. Think again. Exactly what scenario are you assuming is supposed to be so 'obvious' that it

Re: 2.0 book

2002-06-27 Thread TOKILEY
Ryan Bloom wrote. It's being printed now, should be in stores in a week or two. Congratulations ( I mean it ). Interesting timing, though. That means final draft(s) went to publisher on or about the time that you initiated the release of Apache 2.0 way before it was ready for GA ( 2.0.35

Re: [STATUS] (httpd-2.0) Wed Nov 28 23:45:08 EST 2001

2001-11-29 Thread TOKILEY
Hello William... This is Kevin Kiley again... See comments inline below... In a message dated 11/28/2001 10:59:26 PM Pacific Standard Time, [EMAIL PROTECTED] writes: From: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 12:30 AM In a message dated 11/28/2001 10:21:46 PM Pacific

Re: [STATUS] (httpd-2.0) Wed Nov 28 23:45:08 EST 2001

2001-11-29 Thread TOKILEY
In a message dated 11/29/2001 3:23:32 AM Pacific Standard Time, [EMAIL PROTECTED] writes: William A. Rowe, Jr. wrote: What is the http content-encoding value for this facility? deflate Ergo, mod_deflate. And the name change from mod_gz to mod_deflate was suggested by Roy,

Re: [STATUS] (httpd-2.0) Wed Nov 28 23:45:08 EST 2001

2001-11-29 Thread TOKILEY
In a message dated 11/29/2001 3:23:27 AM Pacific Standard Time, [EMAIL PROTECTED] writes: As described by Ken? Once again, what would he have to do with that? I just happen to be the chap with the cron job that sends the current STATUS file every Wednesday. I don't maintain it;

Re: [STATUS] (httpd-2.0) Wed Nov 28 23:45:08 EST 2001

2001-11-28 Thread TOKILEY
In a message dated 11/28/2001 10:21:46 PM Pacific Standard Time, [EMAIL PROTECTED] writes: From: [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 11:45 PM Since when do things that have already been voted on just suddenly 'disappear' from the official Apache STATUS file(s)?

Re: [STATUS] (httpd-2.0) Wed Nov 28 23:45:08 EST 2001

2001-11-28 Thread TOKILEY
In a message dated 11/28/2001 10:26:28 PM Pacific Standard Time, [EMAIL PROTECTED] writes: As you point out, vacations are rough for tracking discussions. What is the http content-encoding value for this facility? deflate Ergo, mod_deflate. 'deflate' is not GZIP, it's just PART of

Re: Tag time?

2001-10-01 Thread TOKILEY
In a message dated 01-10-01 04:37:59 EDT, Greg Stein wrote... I have been looking and looking at the patch and someone want to tell me where it checks for TE: which is the only way to REALLY know how the Transfer-Encoding will end? ( Blank CR/LF following CR/LF following 0 byte

Dr. Mark Adler on ZLIB OS_CODE

2001-09-21 Thread TOKILEY
Hello all... This is Kevin Kiley In an effort to resolve a pending issue with regards to the inclusion of code that supports dynamic IETF Content-Encoding I checked out the whole OS_CODE issue in ZLIB. If you use the OS_CODE manifest constant in whatever code you end up with in the source tree

Re: [SUBMIT] mod_gzip 2.0.26a ( Non-debug version )

2001-09-16 Thread TOKILEY
In a message dated 01-09-16 15:38:37 EDT, Cliff wrote... I should have been more explicit. It's not bogus to do a conditional like the one you just displayed. I thought it was excessive to make it a whole separate function that's only used in one place. I thought it was bogus to set

Re: [Fwd: Changes to Apache for Solaris2.8]

2001-09-15 Thread TOKILEY
In a message dated 01-09-15 12:30:13 EDT, you write: Now they are demanding the change.. Not acked. Anyone want to take this up with them? 1. If they have already found the problem and fixed it for themselves where is the house on fire? 2. Tell them to submit a patch just like you tell

Re: [SUBMIT] mod_gzip 2.0.26a ( Non-debug version )

2001-09-15 Thread TOKILEY
In a message dated 01-09-15 15:16:16 EDT, Cliff Wooley wrote... On Sat, 15 Sep 2001 [EMAIL PROTECTED] wrote: We decided not to wait any longer for a new BETA. Attached is the current source code for mod_gzip for Apache 2.x series. It has been tested pretty heavily and seems

Re: [SUBMIT] mod_gzip 2.0.26a ( Non-debug version )

2001-09-15 Thread TOKILEY
In a message dated 01-09-15 15:44:43 EDT, Ian wrote... Coments on coments ( my2c )... additional comments (my 2c) * Caching should be removed (there is another caching module there it should use that), failing that, maybe it should be split out to a different filter What caching

Re: [SUBMIT] mod_gzip 2.0.26a ( Non-debug version )

2001-09-15 Thread TOKILEY
In a message dated 01-09-15 16:34:59 EDT, Cliff wrote... In the heated exchange last week that was one of my specific questions ( major formatting concerns ) and the specific answer was that it didn't matter much at this point in time. If I had thought anyone still cared about

Re: notes table? Re: [SUBMIT] mod_gzip 2.0.26a ( Non-debug version )

2001-09-15 Thread TOKILEY
In a message dated 01-09-15 17:23:07 EDT, you write: [Light comes on] Ahhh... guess I should have looked more closely at mod_log_config and I would have realized that you can configure it to write certain notes to the log file. Duh. My fault. Wasn't the concensus a while back that

Re: notes table? Re: [SUBMIT] mod_gzip 2.0.26a ( Non-debug version )

2001-09-15 Thread TOKILEY
In a message dated 01-09-15 19:13:06 EDT, Ryan wrote... Wasn't the concensus a while back that request_rec-notes should be removed, because the more efficient 'userdata' functions on r-pool had made the notes table obsolete? --Brian It was 'discussed' but never

Re: cvs commit: httpd-2.0 STATUS

2001-09-10 Thread TOKILEY
In a message dated 01-09-10 10:00:09 EDT, Ryan wrote... All I keep thinking, is that we are trying to spite RC by adding a different GZ module Don't worry about it. Let's see if we can make a decision on what is good for the survival of Apache irrespective of what that means for RC.

Re: cvs commit: httpd-2.0 STATUS

2001-09-10 Thread TOKILEY
In a message dated 01-09-10 12:28:55 EDT, Kevin Kiley wrote... The following is NOT flamebait. I swear. It is just an observation that is missing from the discussion. I am just pointing out that no one has done a really good code review of mod_gz even if the 'consensus' is to drop

Dr. Mark Adler on ZLIB patent issues

2001-09-10 Thread TOKILEY
Hello all. This is Kevin Kiley As promised... Below is a cut from the second conversation I had with Dr. Mark Adler ( co-author of ZLIB ) this weekend regarding some of the possible legal 'patent' issues that have been raised ( Ryan, Dirk, others? ) as they might relate to using ZLIB inside

Re: General Availability release qualities?

2001-09-08 Thread TOKILEY
In a message dated 01-09-08 14:34:49 EDT, Justin wrote... As most of you know (like I haven't said it enough), I'm going to be out of regular email contact for a few weeks. But, I hope this enlightens you on my perspective on what should happen before a GA is released. I look

Re: [PATCH] Turn apr_table_t into a hash table

2001-09-08 Thread TOKILEY
In a message dated 01-09-08 17:43:15 EDT, Ryan wrote... I know that there aren't many modules for 2.0 today, but at some point, everybody who has a module for 1.3 will want to port it to 2.0. I can currently do that in under one hour for even complex modules. Changing API's like this

  1   2   >