Re: X.509 client certificates and LDAP authorization

2009-09-08 Thread Paul J. Reder
t) for use with authorization and downstream REMOTE_USER processing. Paul J. Reder On 09/08/2009 11:09 AM, Graham Leggett wrote: Udo Rader wrote: Maybe a more concrete sample can help clarify what I am talking about, here's my approximate setup: SSLVerifyClient require SSLRequireSSL

Re: ApacheCon opportunities

2009-08-20 Thread Paul J. Reder
On 08/20/2009 12:00 AM, William A. Rowe, Jr. wrote: Hardening Enterprise Apache Installations Against Attacks by Sander Temme Heh... Couldn't you just buy Sander a beer and ask him nicely not to attack your Apache installation? Sorry... I couldn't resist. -- Pau

Question about response validity.

2009-01-08 Thread Paul J. Reder
this return 414 when it gets APR_ENAMETOOLONG or is it valid to return 403? -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty b

Re: AuthzMergeRules directive

2008-04-04 Thread Paul J. Reder
OVERRIDE, but if it was designed to be explicit then the user would have specific control over each authbit along the way. Paul J. Reder Brad Nicholes wrote: On 4/4/2008 at 11:37 AM, in message <[EMAIL PROTECTED]>, Chris Darroch <[EMAIL PROTECTED]> wrote: William A. Rowe, Jr. wrote:

Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-24 Thread Paul J. Reder
, logically, it should be directory scoped. I'm committing the doc now (directory scoped, to match the code I committed) and I'll look at making sure the processing addresses that (via merge, etc). Graham Leggett wrote: Paul J. Reder wrote: Now that you ask that question it makes me re

Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-23 Thread Paul J. Reder
es be directory scoped or server scoped?" The rest of the util_ldap directives are all server scoped. Is there any compelling reason that the referral directives would need to be alterable on a directory-by-directory (or htaccess) basis or should it be turned on/off a

Re: svn commit: r599150 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2007-11-28 Thread Paul J. Reder
st->compare_cache_size); + "[%" APR_PID_T_FMT "] ldap cache: Setting operation cache size" + " to %ld entries.", getpid(), st->compare_cache_size); return NULL; } @@ -2086,8 +2169,8 @@ st->connectionTimeout = atol(ttl); ap_lo

Re: svn commit: r598806 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2007-11-28 Thread Paul J. Reder
rocessedFlag = 1; What's the purpose of this? Regards Rüdiger -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound

Re: svn commit: r595866 - /httpd/httpd/trunk/modules/ldap/util_ldap_cache.c

2007-11-20 Thread Paul J. Reder
cache, node); return NULL; } So IMHO the condition in the new if condition never becomes true and thus the new code would be the same as the old one. Regards Rüdiger -- Paul J. Reder --- "The strength of the

Re: svn commit: r560386 - /httpd/httpd/branches/2.2.x/STATUS

2007-07-30 Thread Paul J. Reder
Okay, there is a 2.2.x branch version of the nested groups patch at http://people.apache.org/~rederpj/NestedGroups_2.2.xBranch.diff Nick Kew wrote: On Sat, 28 Jul 2007 10:58:27 -0400 "Paul J. Reder" <[EMAIL PROTECTED]> wrote: I'm quite certain that it applies since I

Re: svn commit: r560386 - /httpd/httpd/branches/2.2.x/STATUS

2007-07-28 Thread Paul J. Reder
wrote: Author: rederpj Date: Fri Jul 27 14:22:36 2007 New Revision: 560386 URL: http://svn.apache.org/viewvc?view=rev&rev=560386 Log: Add backport request for nested groups patch. In view of the substantial authnz reworking in /trunk/, are you sure this patch is compatible with 2.2? -- Paul

Re: svn commit: r560373 - in /httpd/httpd/trunk: CHANGES include/util_ldap.h modules/aaa/mod_authnz_ldap.c modules/ldap/util_ldap.c modules/ldap/util_ldap_cache.c modules/ldap/util_ldap_cache.h module

2007-07-27 Thread Paul J. Reder
I didn't commit it to 2.2.x. I committed it to trunk and submitted it for backport. Did I miss something? Paul J. Reder Ruediger Pluem wrote: -1. Please revert. You did not have enough votes for backport. You need to have three votes for a backport and you only had your own one. 2.2.x i

[Patch]: Nested group support for require ldap-group

2007-07-25 Thread Paul J. Reder
h results for better performance, and reports subgroup status in ldap-status. I'll wait until Monday to commit this to trunk and submit for backport voting. -- Paul J. Reder --- "The strength of the Constitution lies entirely in the de

[Patch]: Two versions of a patch providing Rebind callback capability for LDAP refreral chasing.

2007-07-23 Thread Paul J. Reder
more palatable. Either way, the code is pretty much the same except for which files contain which code. In evaluating/verifying these patches you would look at either: SplitRebind_Apache.diff + SplitRebind_apr-util.diff -- OR -- AllApacheRebind.diff -- Paul J.

Re: cvs commit: httpd-2.0/modules/experimental cache_storage.c cache_util.c mod_cache.c mod_cache.h mod_disk_cache.c mod_mem_cache.c

2004-09-24 Thread Paul J. Reder
ths included and uses the cache_conditional logic for the top level code-path choice (thus avoiding the whole filter adding issue). Paul J. Reder Bill Stoddard wrote: Graham Leggett wrote: Bill Stoddard wrote: Stale objects are discarded and fetched from the origin server. So we're missing all the c

Re: un-macho serviceability aid for Unix MPMs

2004-03-03 Thread Paul J. Reder
OG_NOTICE, 0, s, "CoreDumpDirectory not set; core dumps may not be written for" " child process crashes"); } } } } -- Paul J. Reder --- "The strength of the Consti

[Patch]: Proposed patch to remove compile-time RequestLine length limit.

2004-02-24 Thread Paul J. Reder
ng. Thanks, -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are the constitutional rights sec

Re: new ETag supression/weakening API

2003-12-12 Thread Paul J. Reder
ert on tags and weakness... from what I do know this looks good, but some doc for the function might be useful to help folks know when they might be legally able to weaken a tag. Paul J. Reder Geoffrey Young wrote: hi all this is something I've been meaning to do for a while. as mod_include

Re: [Patch] Hook to allow insertion of filters during error processing

2003-12-11 Thread Paul J. Reder
d is thus a somewhat seperate issue. (related, but seperate) I didn't mean my declaration to commit as an end to discussing your issue. --Geoff -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination

Re: [Patch] Hook to allow insertion of filters during error processing

2003-12-11 Thread Paul J. Reder
s other modules (such as mod_cache) which would need to be updated to work properly. Moving the meets_condition code may make the 304 related aspects of my patch irrelevant, but I suspect it will still need to be there for other errors. anyway, as usual, thanks for listening. --Geoff -- Paul J. Rede

Re: mod_cache not sending "If-Modified-Since" headers

2003-12-10 Thread Paul J. Reder
tions. I have to finish a piece of high priority work up today and tomorrow and then, hopefully, I can get back to this. Paul J. Reder CASTELLE Thomas wrote: Hello everyone, I reported a few months ago a problem concerning mod_cache not sending a "If-Modified-Since" when the cache is

[Patch] Hook to allow insertion of filters during error processing

2003-12-05 Thread Paul J. Reder
nyone else? This, or something like it, is needed to address the RFC violation of not returning an Expires header in 304 responses. It may also be helpful in solving other issues related to mod_headers or other filters that should do some processing

Proper handling of headers on 304s...

2003-11-21 Thread Paul J. Reder
lso be able to be worked around, but concerns me enough to ask for other ideas. -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen

Re: cvs commit: httpd-2.0/modules/metadata mod_expires.c

2003-11-21 Thread Paul J. Reder
) { set_expiration_fields(r, expiry, t); } } Ah, would you mind to use the other patch provided in the PR? IMHO the other one addresses more the problem than the symptom. nd -- Paul J. Reder --- "The str

Re: bug between mem_cache and the max heap?

2003-11-19 Thread Paul J. Reder
fs)); /* * a 'proper' LRU function would just be * mobj->priority = mobj->total_refs; */ return -1*mobj->priority; } Thoughts? --Cliff -- Paul J. Reder --- "The strength of the Co

Re: Patch management

2003-11-19 Thread Paul J. Reder
g your Patch" at http://httpd.apache.org/dev/patches.html. But there is also a new section that discusses what level of code can be used for creating the patch. Comments? Thanks, Jeff -- Paul J. Reder --- "The strength of the

Re: [proposal] styleguide tweak

2003-10-03 Thread Paul J. Reder
ince the code is all formatted in !"one true way" I'd have to vote to keep it that way. IMHO, an exception for multiline conditionals would just confuse things. Now if we want to talk about reformatting *all* the code to the "one true

Re: Apache won't start - shared memory problem

2003-10-01 Thread Paul J. Reder
, nor does the message say which file this is referring to. Anyone know? Regards, Graham -- -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single ci

RE: [PATCH] mod_cache RFC compliance

2003-08-14 Thread Paul J. Reder
. The rest of the fixes will follow pretty close behind and all will be submitted for backporting votes immediately. -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. O

Re: cvs commit: httpd-2.0 CHANGES

2003-07-16 Thread Paul J. Reder
Well I would if I could, but it seems that /tmp is full and cvs activity is failing for me. Jeff Trawick wrote: Paul J. Reder wrote: Specifically, my thinking was that *I* wasn't the one who had initially done the work and felt felt I shouldn't take credit for anything other than

Re: cvs commit: httpd-2.0 CHANGES

2003-07-16 Thread Paul J. Reder
ff Trawick wrote: [EMAIL PROTECTED] wrote: rederpj 2003/07/15 14:03:10 Modified:.CHANGES ... This should be simply *) Eliminate creation of a temporary table in ap_get_mime_headers_core() [Joe Schaefer <[EMAIL PROTECTED]>] In the CVS commit message, put "Brian Pane,

Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

2003-07-14 Thread Paul J. Reder
+ +case 'p': +case 'P': +if (!strncasecmp(uri, "roxy:", 5)) { /* proxy: */ +return 6; } break; } uhmm. Why that? I bet that breaks some things, since prox

Re: Two mod_include problems

2003-07-11 Thread Paul J. Reder
set" outside of the "pass" context. I'm trying to prevent potential future confusion. Does that make sense? Paul J. Reder André Malo wrote: * Paul J. Reder wrote: With the other changes, the way I read the patch was as: if (ctx->state == PRE_HEAD) { if (!empty) {

Re: Two mod_include problems

2003-07-11 Thread Paul J. Reder
set" outside of the "pass" context. I'm trying to prevent potential future confusion. Does that make sense? Paul J. Reder André Malo wrote: * Paul J. Reder wrote: With the other changes, the way I read the patch was as: if (ctx->state == PRE_HEAD) { if (!empty) {

Re: Two mod_include problems

2003-07-10 Thread Paul J. Reder
ternal condition... */ ... } else {/* Entire brigade is middle chunk of SSI tag... */ ... } My contention is simply that the reset should be coupled with the pass, inside the if. Did I miss something in the patch? Paul J. Reder André Malo wrote: *

Re: Two mod_include problems

2003-07-10 Thread Paul J. Reder
If it exceeds BYTE_COUNT_THRESHOLD then we forward the initial part of the brigade. This is to keep from buffering up huge chunks of data. I concur with the rest of the patch (from a visual perspective, I haven't tested it). Paul J. Reder Cliff Woolley wrote: yOn Wed, 9 Jul 2003, Ron Park wrote: Thi

Re: [PATCH] mod_cache RFC compliance

2003-06-24 Thread Paul J. Reder
committed soon. Thanks for the kickstart on this. Paul J. Reder CASTELLE Thomas wrote: Thanks for looking into this Paul ! Concerning the second question, I totally agree with you. I tested it and it works. It is obviously more logical... I hope you will be able to integrate this patch in the n

Re: [PATCH] mod_cache RFC compliance

2003-06-16 Thread Paul J. Reder
g mod_disk_cache. So I used the Etag and Last-Modified informations we can find in the r->headers_out and r->err_headers_out. I don't know if it's correct, but it seems to work now... > Thanks for looking to these patch and eventually integrate it in the next Apache release ! Thanks

Re: mod_cache & forward proxy

2003-03-06 Thread Paul J. Reder
have a good reason why we can't remove these lines and allow mod_cache to serve default welcome pages? /* DECLINE urls ending in / ??? EGP: why? */ if (url[urllen-1] == '/') { return DECLINED; } Allan -- Paul J. Reder -

Re: Mod_disk_cache garbage-collecting question

2003-01-22 Thread Paul J. Reder
the things I will be looking at over the next several months, no promises on schedule though. Other things take higher priority for me at the moment. Currently the CacheSize directive does nothing for the disk cache so it will be as efficient as you or I (or someone else) make it. :) Paul J. Reder

Re: segfault in 2.1 head

2002-12-19 Thread Paul J. Reder
l do when I get back from Monticello late tonight. (Can you put the corefile and matching binary somewhere that I can get to it, if it's for some OS I happen to have access to? Might save me a bit of time, which I'm short on at the moment.) --Cl

Re: cvs commit: httpd-2.0/modules/experimental mod_cache.c

2002-12-17 Thread Paul J. Reder
nter (arg 3) Oooh, yowtch... good call. I wasn't even looking at that part. --Cliff -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every sin

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

2002-12-12 Thread Paul J. Reder
ll get the page foo.html. I can spend more time tracking this if you want, but it won't be till this afternoon. -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it.

Re: FW: cvs commit: httpd-2.0/modules/proxy proxy_http.c

2002-12-11 Thread Paul J. Reder
le to close out PRs) -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are the constit

Re: cvs commit: httpd-2.0 STATUS

2002-11-25 Thread Paul J. Reder
ld need to participate in a similar exorcism of opinions... I assumed all committers were "worthy". -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only

Re: [PATCH] mod_cache flag directives

2002-11-06 Thread Paul J. Reder
Content-Description: Attached file: mod_cache.c.diff Content-Type: text/plain Content-Encoding: Base64 -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if eve

Re: A suggested ROADMAP for working 2.1/2.2 forward?

2002-10-18 Thread Paul J. Reder
e proof of concept with a clear direction. Our first GA would have resulted in creation of 2.2-stable and 2.3-dev. Anyway, the long and short of it is, I like the parallel streams, I like the rules setup in the ROADMAP, I like odd=dev and even=stable, and I like officially recognizing the wild, u

Re: cvs commit: httpd-2.0/modules/experimental cache_util.c

2002-10-16 Thread Paul J. Reder
was seeing. Thanks. Brian Pane wrote: > On Sat, 2002-10-12 at 20:26, Paul J. Reder wrote: > >>Okay, this takes care of item 4 from the list below. Thanks Brian, saves >>me from having to do the commit. :) >> >>What about the other 3? Should they be fixed by t

Re: cvs commit: httpd-2.0/modules/experimental cache_util.c

2002-10-13 Thread Paul J. Reder
ink the change from apr_time_t (apr_int64_t under the covers) to apr_int64_t is going to remove the need for 1-3. On Fri, 2002-10-11 at 16:04, Paul J. Reder wrote: > I have run into a problem where the cache code randomly decides that a > cached entry is stale or that the last modified d

[Patch]: ap_cache_check_freshness 64 bit oddities

2002-10-12 Thread Paul J. Reder
apr_atoi64(). Please see the attached patch. With no objections (and a litle help from someone who has APR commit authority) I would like to commit this this weekend. Thanks, -- Paul J. Reder --- "The strength of the Constitution lies

Re: Mod_cache and multiple brigade problem.

2002-10-10 Thread Paul J. Reder
It looks to me like you and I are on the same path. I'm currently fixing a problem related to freshness computations, but I'm also looking in to why it seems to fetch files more than it needs to. I'll let you know if I find anything. Please keep me posted. Thanks, Paul J. R

Re: Mod_cache and multiple brigade problem.

2002-10-09 Thread Paul J. Reder
re and concat each brigade in cache->saved_brigade. >> When the first brigade is cached, the r->headers_out are all >> available, but when the others brigade are going throught the >> mod_cache, there is no more r->headers_out. > > > > I

Re: httpd-2.0.43-alpha candidates available...

2002-10-03 Thread Paul J. Reder
s site vulnerability was announced yesterday, we are >>trying to announce the GA release 7 hours from now. >> >> > I don't see this as a huge problem, to be honest. I think it's probably more > important to get a .43 release ou

Re: Speaking of pipes from cgis causing trouble...

2002-10-01 Thread Paul J. Reder
William A. Rowe, Jr. wrote: > At 03:27 PM 10/1/2002, Paul J. Reder wrote: > > >>Ryan Bloom wrote: >> >> >>>On Tue, 1 Oct 2002, Paul J. Reder wrote: >>> >>> >>>>I've been working on the caching code and ran across a cor

Re: Speaking of pipes from cgis causing trouble...

2002-10-01 Thread Paul J. Reder
Ryan Bloom wrote: > On Tue, 1 Oct 2002, Paul J. Reder wrote: > > >>I've been working on the caching code and ran across a core dump... >> >>A particular file contains an SSI call to a cgi. The cgi causes a pipe >>bucket to pass down the chain. cache_in_

Speaking of pipes from cgis causing trouble...

2002-10-01 Thread Paul J. Reder
e any amount of time to complete, I would assume that the cache code should decide not to cache any response with a pipe bucket, correct? -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each

Re: mod_cache and brigade

2002-09-24 Thread Paul J. Reder
Matthieu, Could you possibly provide your changes as an attached diff instead of the entire file. Your version of the file has changed the spacing of most of the file so I can't easily determine what you changed. Thanks, Paul J. Reder Matthieu Estrade wrote: > Hi again, > > Ju

Re: Patch mod_proxy: mod_proxy + mod_cache problem

2002-09-23 Thread Paul J. Reder
it possible to think that the cache_filter could be placed when > mod_proxy finished to pass the "last" brigade, > reading all the brigade and cache it ? > > regards, > > Matthieu > > Paul J. Reder wrote: > >> Actually, the problem is in the fact that

Re: Patch mod_proxy: mod_proxy + mod_cache problem

2002-09-23 Thread Paul J. Reder
bout the proxy... >>> Do you think it's possible to force the cache filter, be runned after >>> all the proxy filters ? >> >> >> >> The cache filter is supposed to run after all the filters for maximum >> caching advantage. >> >> Regards, &g

Re: memory leak in apr_buck_alloc...

2002-09-12 Thread Paul J. Reder
cheMaxObjectSize 69 >>> >>> >>> >>>Thanks, >>> >>>Jean-Jacques >>> >>> >>>>>>[EMAIL PROTECTED] 09/10/02 02:25PM >>> >>>>>> >>>On Mon, Sep 09, 2002 at 02:41:33PM -0600, Bra

Re: [PATCH] caching and query strings

2002-09-12 Thread Paul J. Reder
Ian Holsman wrote: > On Thu, 12 Sep 2002 03:47:58 -0700, Paul J. Reder wrote: > > >>Yes, I believe it should check r->args. I don't think you are stupid, >>severely or otherwise... ;) >> > it should not make a difference really > if r->args is

Re: [PATCH] caching and query strings

2002-09-12 Thread Paul J. Reder
But I'm also factoring the hostname into key creation, which also might be NULL. So even if the args issue could be ignored, the hostname can't (or at least the possibility of 1 out of 2 NULL can't be ignored). Pier Fumagalli wrote: > "Paul J. Reder" <[EMAIL PR

Re: [PATCH] caching and query strings

2002-09-12 Thread Paul J. Reder
(p,r->uri, "?", r->args, NULL); > } else { > *key = apr_pstrdup(p,r->uri); > } > > But I might be severely stupid... > > Pier > > > > -- Paul J. Reder --- "The stren

Re: [PATCH] caching and query strings

2002-09-12 Thread Paul J. Reder
Kris, I am in the process of adding virtual host info into the key generation too. I'll include your work with mine if that's okay. Paul J. Reder Kris Verbeeck wrote: > Hi, > > Some of our QA people discovered a problem when performing request > with a query string

Re: Bucket management strategies for async MPMs?

2002-09-03 Thread Paul J. Reder
thread then >reads the metadata bucket and deletes (or >clears and recycles) the referenced pool after >sending the response. This would mean, however, >that the request pool couldn't be a subpool of >the connection pool. The writer thread would have >to b

Re: [VOTE] Location of aaa rewrite

2002-09-03 Thread Paul J. Reder
et it working as quickly as possible. -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are

Re: mod_cache trouble

2002-08-29 Thread Paul J. Reder
he headers. (Need to read through the code again). > > Btw, the Age: header inserted by mod_cache seems to be in > microseconds or something like that (instead of seconds). > > > - ask > > -- Paul J. Reder ---

Re: CacheOn directive

2002-08-27 Thread Paul J. Reder
sen wrote: > >> >>"CacheOn on" sounds pretty silly. Wouldn't it be better if it was >>"CacheOn yes" or just "Cache on"? :-) >> >> >> - ask >> >>-- >>ask bjoern hansen, http://www.askbjoernhansen.com/ !try; d

Re: mod_cache trouble

2002-08-27 Thread Paul J. Reder
Will do. Ask Bjoern Hansen wrote: > On Tue, 27 Aug 2002, Paul J. Reder wrote: > > >>Are you using the most recent head build of 2.0? There was a >>fix applied recently to the header handling for mod_disk_cache. >> >>I am currently doing some work on the cachi

Re: mod_cache trouble

2002-08-27 Thread Paul J. Reder
Are you using the most recent head build of 2.0? There was a fix applied recently to the header handling for mod_disk_cache. I am currently doing some work on the caching code, so I'll look into this. Please let me know if you are on the latest code. Thanks, Paul J. Reder Ask Bjoern H

Re: CacheOn directive

2002-08-27 Thread Paul J. Reder
sen wrote: > >> "CacheOn on" sounds pretty silly. Wouldn't it be better if it was >> "CacheOn yes" or just "Cache on"? :-) > > > Or another question: What does CacheOn do that CacheEnable doe

Re: APR half of fix for PR 11793

2002-08-21 Thread Paul J. Reder
By the way, this was submitted by me and reviewed by Jeff Trawick. Paul J. Reder wrote: > I am both embedding and attaching the APR fix since my e-mail editor > seems to munge patches... > > This is to fix the command arg parsing for mod_ext_filter to provide > the normal qu

APR half of fix for PR 11793

2002-08-21 Thread Paul J. Reder
/mod_ext_filter.c apr/strings/apr_cpystrn.c I will commit the CHANGES and mod_ext_filter.c changes. If someone in APR would commit the apr_cpystrn changes I would appreciate it. Thanks, -- Paul J. Reder --- "The strength of the Constitution

Re: Question about command parsing in mod_ext_filter.

2002-08-19 Thread Paul J. Reder
e from apr itself. >> > > We already have it, and it is exported from APR. Look in > strings/apr_cpystrn.c for apr_tokenize_to_argv. > > Ryan > > >>Bill >> >>At 03:31 PM 8/19/2002, Paul J. Reder wrote: >> >>>After fixing the parse_cmd

Question about command parsing in mod_ext_filter.

2002-08-19 Thread Paul J. Reder
in/awk '{print NR\": \" $N}' The question I have is, shouldn't this break down into either /bin/awk '{print NR\": \" $N}' or

Re: [PATCH] making mod_disk_cache work like mod_mem_cache

2002-08-02 Thread Paul J. Reder
have desk checked it and the concept looks fine. At this point I would recommend finishing your testing and submit all of your work (in parts if too big) and I or someone else will commit it for you. Thanks. Paul J. Reder Eric Prud'hommeaux wrote: > On Thu, Aug 01, 2002 at 07:55:32PM

Re: [PATCH] making mod_disk_cache work like mod_mem_cache

2002-08-01 Thread Paul J. Reder
therwise I can just do a more detailed look at your code with comments and commit your patch for you. Let me know. By the way, how tested is your code? Thanks, Paul J. Reder Eric Prud'hommeaux wrote: > On Thu, Aug 01, 2002 at 08:52:49AM -0400, Bill Stoddard wrote: > >>mod_mem_

Re: Apache 2.0 Numbers

2002-06-24 Thread Paul J. Reder
...as in stick a fork in it, its 'DONE". ;) Rasmus Lerdorf wrote: >>As it happens, DONE is defined to be -2. :-) >> > > Ok, I will use that, but 'DONE' doesn't really give the impression of > being a fatal error return va

Re: 2.0.38-39 lockup problem ?

2002-06-21 Thread Paul J. Reder
ys. I just thought there was no sense fixing each of the symptoms if there is a bigger problem, but Ryan pointed out that it only *looked* the same. So, never mind... Greg Ames wrote: > "Paul J. Reder" wrote: > >>This looks exactly like the problem that Allan and I ran into

Re: 2.0.38-39 lockup problem ?

2002-06-20 Thread Paul J. Reder
needs to be setup or tagged differently so that the error doesn't go back through all the same code that generated the error condition in the first place. Just a clueless guess on my part. Paul J. Reder Greg Ames wrote: > Colm MacCárthaigh wrote: > > >>also; anyone looking

Re: [TEST] Apache 1.3.26 Release Candidate for Testing

2002-06-18 Thread Paul J. Reder
f this document. > Of particular note is that 1.3.26 addresses and fixes the issues noted > in CAN-2002-0392 (mitre.org) [CERT VU#944335] regarding a vulnerability > in the handling of chunked transfer encoding. We would like to thank > Mark Litchfield of ngssoftware.com fo

Re: [TEST PLEASE!!] apache 1.3 and 2.0 nearing release

2002-06-18 Thread Paul J. Reder
n32 due to the addition of ap_strtol.c, so those will > require attention. T&R's coming soon!! > > Thanks, > Cliff > > > -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determina

Re: cvs commit: httpd-2.0/modules/ssl ssl_engine_kernel.c

2002-06-11 Thread Paul J. Reder
cursion problem with HTTP-on-the-HTTPS port. > > Reported by: Paul J. Reder > Submitted by: Ryan Bloom > > Revision ChangesPath > 1.76 +7 -0 httpd-2.0/modules/ssl/ssl_engine_kernel.c &g

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
Bad news. I just finished running cvs update -dP httpd-2.0;cd httpd-2.0;make distclean;buildconf;config.nice;make;make install and tested it. The same thing still happens with the config I referenced earlier. Any other ideas? Paul J. Reder wrote: > Hmmm, I missed them. I'm upda

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
t spinning. >> > > Please update your tree. There were changes to how Apache handles > calling ap_die and ap_discard_request_body() on Friday evening. > > Ryan > > > > -- Paul J. Reder --- "The

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
var files and the config to my test > server, request a page. > > All three scenarios work for me on Linux. There is a problem in the 3rd > case, which looks to be from a non-terminated string (bad, but not a > buffer overflow, we just fo

Recursive error processing.

2002-06-10 Thread Paul J. Reder
ssl_io_filter_input after it notices ssl_connect fails in ssl_hook_process_connection). Thanks for any pointers here. -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend

Re: dist/httpd/

2002-05-23 Thread Paul J. Reder
gt;> improve on this. > > > So -win32-build-src isn't terribly ambigious, or should we name it > -win32-make-src, or simply -win32-src? > > Bill > > > -- Paul J. Reder --- "The strength of the Con

[Patch]: SSL passphrase prompt after error.

2002-05-01 Thread Paul J. Reder
i = pipe_get_passwd_cb(buf, bufsize, "", FALSE); } -- Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels

Re: Problem in worker MPM?

2002-04-30 Thread Paul J. Reder
/* We let each thread update its own scoreboard entry. This is > * done because it lets us deal with tid better. > */ > rv = apr_thread_create(&threads[i], thread_attr, >worker_thread, my_info, pchild); &

Re: [PATCH] Possible fix for worker MPM performance problem (Updated patch)

2002-04-29 Thread Paul J. Reder
. And for an apples to apples comparisson, here is the status at the 1 hour mark (above). Requests per second has remained close to 100 the whole time. An extra 2 GB of data was sent, about 20,000 extra req

Re: [PATCH] Possible fix for worker MPM performance problem (Updated patch)

2002-04-26 Thread Paul J. Reder
starve even though there are a small (but growing) number of new threads. This patch allows the server to maintain a higher level of responsiveness during the ramp up time. Paul J. Reder Jeff Trawick wrote: > "Bill Stoddard" <[EMAIL PROTECTED]> writes: > > (I would have q

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

2002-04-25 Thread Paul J. Reder
results may not hold up in the long run... Paul J. Reder Aaron Bannert wrote: > On Thu, Apr 25, 2002 at 11:30:54AM -0400, Bill Stoddard wrote: > >>Would someone care to see if this fixes the worker MPM performance problem reported >>earlier on the list (request-per-second dro

Re: PR 7966

2002-04-12 Thread Paul J. Reder
t is only bogus if the content is changed, as it is with >>>SSI requests. If the C-L filter can't verify the C-L, it should be >>>removing it from the request. If it doesn't, that is the bug. >>> >>Isn't the filter that ch

Re: mod_include bug(s)?

2002-03-30 Thread Paul J. Reder
Paul J. Reder --- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are the constitutional rights secure.&

Re: cvs commit: httpd-2.0/server/mpm/worker worker.c

2002-03-29 Thread Paul J. Reder
problem, not mod_include this time. :) I'm still tracking a different core dump in mod_include. Hopefully I'll have it fixed soon. Paul J. Reder Doug MacEachern wrote: > not sure if this is related to the bucket list change or mod_includes > changes or what, but i just checked i

Re: cvs commit: httpd-2.0/modules/filters mod_include.c

2002-03-29 Thread Paul J. Reder
Nevermind. Should have read the rest of my mail before commenting. I see that it has already been fixed. Sorry for the noise. Paul J. Reder wrote: > This is *not* equivalent code. In the deleted line the increment happens > *after* the check. In the replacement line of code the inc

Re: cvs commit: httpd-2.0/modules/filters mod_include.c

2002-03-29 Thread Paul J. Reder
This is *not* equivalent code. In the deleted line the increment happens *after* the check. In the replacement line of code the increment happens during the check. This patch is wrong and should be backed out. Paul J. Reder [EMAIL PROTECTED] wrote: > bnicholes02/03/28 16:39

Re: [PATCH] Re: mod_include bug(s)?

2002-03-28 Thread Paul J. Reder
That patch seems to solve at least one of the problems that I am seeing, but I have at least one other problem and a core dump inside send_parsed_content. I'm currently stepping though, trying to find the source of the core dump. I'll let you know what I find. Paul J. Reder Brian

Re: mod_include bug(s)?

2002-03-27 Thread Paul J. Reder
at the latest. Paul J. Reder Paul J. Reder wrote: > Okay, I have recreated at least two problems in include processing, one > of which results in a core dump. I am in process of tracking them down. > It might be tomorrow before I have a patch. > > Paul J. Reder > >

  1   2   >