Search the web
Sign In
New User? Sign Up
new-httpd
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 54238 - 54267 of 56488   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54238
... I think that deciding between 2.1 and 2.0 isn't a big deal since we can have source compatibility between them. You do make a good point when you mention...
Rian Hunter
rian@...
Send Email
Jul 1, 2005
7:04 am
54239
... FWIW, your email to this mailing list was handle by Apache::Qsmtpd, running on Apache HTTPD 2.1.5: http://asf.osuosl.org/server-status/ mod_perl +...
Paul Querna
chip@...
Send Email
Jul 1, 2005
8:09 am
54240
... I don't see why it matters if there are redundant members in request_rec. However, for purity, it might be cool to divide request_rec up into common...
Ben Laurie
ben@...
Send Email
Jul 1, 2005
8:55 am
54241
Hi all I'm a newbie and I'd like to plan to add to mod_cache a directive like this one, if possible. What could be the correct procedure to do it? Am I sending...
Sergio Leonardi
sleonardi@...
Send Email
Jul 1, 2005
9:30 am
54242
... I am not sure all of this smtp stuff will be finished, stable, soon, so i think it's better to prepare code and module for future release, so 2.1. Doing a...
Matthieu Estrade
mestrade@...
Send Email
Jul 1, 2005
10:17 am
54243
I agree with you, but when i tried to do this in the module you can find in www.apache.org/~mestrade/ , i found many dependencies in some *http* files. ...
Matthieu Estrade
mestrade@...
Send Email
Jul 1, 2005
10:25 am
54244
I have not been able to recreate the problem with 1.3 ... -- =========================================================================== Jim Jagielski [|]...
Jim Jagielski
jim@...
Send Email
Jul 1, 2005
12:05 pm
54245
... Reassuring to hear. We have neither. Dw....
Dirk-Willem van Gulik
dirkx@...
Send Email
Jul 1, 2005
12:09 pm
54246
... Apart from what others (particularly Rian) have said, it'll want an additional ap_hook_smtp_envelope where things like a mod_rbl can reject things before...
Nick Kew
nick@...
Send Email
Jul 1, 2005
1:09 pm
54247
... Take a look at the stages at which exim can ACL. It's not uncommon to use them all. It should be possible to ACL after every single SMTP command,...
Colm MacCarthaigh
colm@...
Send Email
Jul 1, 2005
1:26 pm
54248
Hello, My mmap / shm design & implementation is ready ! Checkout http://www.badcode.be/~descript/.apache/couple/ This code is usable. Feedback to me...
Michael Vergoz
mv@...
Send Email
Jul 1, 2005
1:28 pm
54249
Here is some features of my shm design. FEATURES: - "pager" allow you to speficy a multiple of page that maybe used. It reduce reallocation so it reduce kernel...
Michael Vergoz
mv@...
Send Email
Jul 1, 2005
1:29 pm
54250
... That's not really a problem, though of course it's hacky. It's the logical consequence of declaring HTTPD to be multi-protocol while making so much of it...
Nick Kew
nick@...
Send Email
Jul 1, 2005
1:37 pm
54251
... If there was going to be a large change to core, request_rec and friends how about: struct request_rec { /* common stuff */ char *protocol_name; //...
Rian Hunter
rian@...
Send Email
Jul 1, 2005
1:44 pm
54252
... Rather than inserting dozens of strcmps all throught the processing, I'd prefer to store an int identifying the protocol, and just have a simple compare....
Garrett Rooney
rooneg@...
Send Email
Jul 1, 2005
2:25 pm
54253
This patch adds a new hook (request_status) that gets ran in proxy_handler just before the final return. This gives modules an opportunity to do something...
Akins, Brian
Brian.Akins@...
Send Email
Jul 1, 2005
2:57 pm
54254
From the best I can tell, subrequests do not get the benefits of keepalives in mod_proxy in 2.1. What is the reason for this? -- Brian Akins Lead Systems...
Akins, Brian
Brian.Akins@...
Send Email
Jul 1, 2005
2:58 pm
54255
... The reason I suggested a strcmp is that it gives freedom to module developers to set and implement any protocol they like. Doing integer comparisons would ...
Rian A Hunter
rian@...
Send Email
Jul 1, 2005
3:36 pm
54256
... This is an interesting line to consider for the longer term (if we can resolve the back-compatibility issue). But it's far too big a disruption to ...
Nick Kew
nick@...
Send Email
Jul 1, 2005
3:46 pm
54257
... I think I just misread what you wrote. It's not a big disruption at all, and I take back what I just said. -- Nick Kew...
Nick Kew
nick@...
Send Email
Jul 1, 2005
3:52 pm
54258
... It doesn't need to be a compile-time mapping. There could be a per-process mapping from string to integer. On load, each module calls a function to...
Greg Marr
gregm@...
Send Email
Jul 1, 2005
4:24 pm
54259
... Hmm. What other incompatibilities than the normal mmn bumps does this catch? The module structure hasn't changed... I'm in favour of keeping AP20 until...
André Malo
nd@...
Send Email
Jul 1, 2005
6:00 pm
54260
... I agree with nd, -0 on this change. -Paul...
Paul Querna
chip@...
Send Email
Jul 1, 2005
6:24 pm
54261
... The meaning of the major.minor mmn differs. They aren't mutually exclusive. ... If we revert (we can) then every bump to 2.0 major mmn (lets say by a 3rd...
William A. Rowe, Jr.
wrowe@...
Send Email
Jul 1, 2005
6:33 pm
54262
I have bumped the MODULE_MAGIC_COOKIE for 2.1.7. This will be bumped again upon 2.2 release to "AP22". The modules are significantly disjoint, and testing for...
William A. Rowe, Jr.
wrowe@...
Send Email
Jul 1, 2005
6:34 pm
54263
... The original reason was that there was a one to one relationship between a keepalive connection on the browser and a keepalive to the backend. A subrequest...
Graham Leggett
minfrin@...
Send Email
Jul 1, 2005
6:45 pm
54264
... Well, that makes sense. But - then I see no reason to bump it again for 2.2. Why not just use AP22 now? nd -- "Umfassendes Werk (auch fuer Umsteiger vom...
André Malo
nd@...
Send Email
Jul 1, 2005
6:47 pm
54265
... No. This does not make sense. If we don't break the binary API, there is no reason to bump it to AP22. Just because we release 2.2.0, it doesn't mean a...
Paul Querna
chip@...
Send Email
Jul 1, 2005
6:49 pm
54266
... -1. ... Given that 2.0 should remain binary compat, there is no need to bump the magic cookie. ... I don't understand the need. Let's discuss this first. ...
Sander Striker
striker@...
Send Email
Jul 1, 2005
6:58 pm
54267
... I'll give that a HUGE +++1 (especially since any bumps to the MMN will cover our changes from 2.1 -> 2.2 throughout development and GA) so I'll wait to see...
William A. Rowe, Jr.
wrowe@...
Send Email
Jul 1, 2005
7:37 pm
Messages 54238 - 54267 of 56488   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help