Greetings All, An attempt to build current CVS 2.1 on a Windows platform for NetWare has at least the following errors in putting mod_filter.c together... ... ...
NormW
normw@...
Nov 1, 2004 9:51 am
51153
... OOps, that's my yesterdays update. gcc is too lenient, not picking that up:-( I'll fix it right now. -- Nick Kew...
Nick Kew
nick@...
Nov 1, 2004 9:58 am
51154
... Done. One other thing: if you use this, you'll want the up-to-date manual page from CVS. The existing page is valid for versions up to 1.22. -- Nick Kew...
Nick Kew
nick@...
Nov 1, 2004 10:18 am
51155
... I do not think that Apache is that bad in this way. A quick review of the signal handlers showed that most times they only set flags which lets the...
Rüdiger Plüm
r.pluem@...
Nov 1, 2004 12:21 pm
51156
Mahajjh
mahajjh@...
Nov 1, 2004 12:48 pm
51157
hi ive started apache (web sharing) on osx (panther). when i hit localhost isee the apache holding page fine, but if i try browse to a folder i create in my...
lists
list@...
Nov 1, 2004 12:52 pm
51158
... Please see user support resources at http://httpd.apache.org/lists.html#http-users I suspect that folks hanging out on those lists would like to see ...
Jeff Trawick
trawick@...
Nov 1, 2004 12:54 pm
51159
Mahajjh
mahajjh@...
Nov 1, 2004 12:59 pm
51160
http://lists.netsys.com/pipermail/full-disclosure/2004-November/028248.html describes a memory consumption DoS against 2.0, which has been assigned CVE...
... Good morning, Updated 2.1 from CVS this morning and pleased to report that it all glues together like in text books... Thanks for the 'heads-up' on the doc...
NormW
normw@...
Nov 1, 2004 7:55 pm
51163
--On Thursday, October 28, 2004 2:54 PM -0400 Greg Ames ... I'm sure you *really* want to thank me for pointing this out. ;-) ... Okay. I'd be curious to...
Justin Erenkrantz
justin@...
Nov 1, 2004 9:57 pm
51164
... Actually I am, because I'm pretty pleased with what Bill S, Paul & I have done already. Fixing this bug makes it more stable. ... The odd behavior with...
Greg Ames
gregames@...
Nov 1, 2004 11:10 pm
51165
I'd like to determine how many ApacheCon attendees would be interested in a BOF to discuss mod_aspdotnet, and future non-ASP.NET directions of this currently...
William A. Rowe, Jr.
wrowe@...
Nov 1, 2004 11:15 pm
51166
--On Monday, November 1, 2004 6:06 PM -0500 Greg Ames ... Absolutely. We should come up with a schedule and post it to dev@httpd and have those who can't be...
Justin Erenkrantz
justin@...
Nov 1, 2004 11:15 pm
51167
... This makes it behave properly on my laptop with speculative reads. I have no idea if it works with mod_ssl or what speculative buys us. Greg ... +++...
Greg Ames
gregames@...
Nov 2, 2004 1:43 am
51168
... mod_ssl will most likely work correctly without changes. -- justin...
Justin Erenkrantz
justin@...
Nov 2, 2004 5:17 am
51169
... I would love to have a time to discuss this at the Hackathon. -Paul...
Paul Querna
chip@...
Nov 2, 2004 5:59 am
51170
... yeah. if I have the time I'll try to track down exactly the revision that caused this failure so it can also be added to showstoppers, if merely so ...
Geoffrey Young
geoff@...
Nov 2, 2004 12:37 pm
51171
... They are already decoupled. About all that the event MPM is doing with pools is passing the ptrans pool in the new state structure. Even that is probably...
Greg Ames
gregames@...
Nov 2, 2004 4:16 pm
51172
... Let's stick with EATCRLF then since it looks faster. Thanks for checking into this, Justin. btw, I don't know if the CRLF-eating side effect of that mode...
Greg Ames
gregames@...
Nov 2, 2004 4:41 pm
51173
... +1 to the solution and the patch (Reviewed and tested). nd -- "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine beiden Gefährten...
André Malo
nd@...
Nov 2, 2004 10:37 pm
51174
I took a quick look at this patch and it seems to work well as long as all of the listed attributes are OR'ed together. I don't have a good suggestion yet,...
Brad Nicholes
BNICHOLES@...
Nov 3, 2004 1:20 am
51175
Thats a tricky one.. We could introduce a new directive AuthLDAPRequireAll on|off that would control this behavior. I'm open to other ideas too.. -Ryan...
Ryan Morgan
rmorgan@...
Nov 3, 2004 2:28 am
51176
... I think the best way to do this probably is instead of saying "require ldap-attribute" you say "require LDAP filter". In other words, like this: require...
Graham Leggett
minfrin@...
Nov 3, 2004 10:07 am
51177
Good suggestion. I am +1 for the patch as-is with the intent of looking into adding the below ... -- ...
Jim Jagielski
jim@...
Nov 3, 2004 3:31 pm
51178
I like the suggestion as well because I think that would be the right way to implement complex LDAP expressions. But it would probably take adding at least a...
... last_char[-1]... yack, that's just nasty syntax if you ask me. Bill...
Bill Stoddard
bill@...
Nov 3, 2004 6:41 pm
51181
... +1 ... +1 all the way around. Please remove the "BillS says..." comment. Got what I was looking for with the introduction of the APR_TCP_NODELAY_INHERITED...