... Thanks for the feedback. Are you running the patch against current SVN (i.e. after the fixes we made yesterday), or something older? -- Nick Kew...
Nick Kew
nick@...
Oct 1, 2005 9:34 am
55930
HI, just wanted to move this thread to the top, since there was no reaction to my patches (I have splitted the one to 4 different) ? Are they too bad :-) ? Or...
Kai Engels
kai.engels@...
Oct 1, 2005 11:53 am
55931
So, I was thinking about hacking mod_mbox to output an RSS Feed for each mailing list. Instead of extending the apache module, I believe we could generate a ...
Paul Querna
chip@...
Oct 1, 2005 11:38 pm
55932
... Dunno... a filter feels like the best plan. Having to sync static files for an RSS feed sounds like a PITA. Regards, Graham --...
Graham Leggett
minfrin@...
Oct 1, 2005 11:42 pm
55933
... Except that we must run mod-mbox-util to generate updated DBM Files. Without these updated DBM Files, you cannot view any new messages... so we are...
Paul Querna
chip@...
Oct 1, 2005 11:50 pm
55934
... True, but information is now being stored twice - one in the DBM files (as I understand it?) and a second time in the RSS feed files. Regards, Graham --...
Graham Leggett
minfrin@...
Oct 1, 2005 11:56 pm
55935
... Hash: SHA1 Apache HTTP Server 2.1.8-beta Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the release of...
Paul Querna
chip@...
Oct 2, 2005 12:10 am
55936
... [...] ... I think the 3rd option--modify the core so that APR_BLOCK_READ actually toggles the socket blocking mode--might be the best way to go. This ...
Brian Pane
brianp@...
Oct 2, 2005 12:37 am
55937
I've spent an afternoon nailing down a problem, and it's turned out to be some anomolous behaviour which I think ought to be documented. (Note that I'm talking...
Brian Candler
B.Candler@...
Oct 2, 2005 8:49 am
55938
Brian Candler wrote: [..cut..] ... Have you tried RewriteRule ^/common-cgi/php_wrapper http://foo.com%{REQUEST_URI}?%{QUERY_STRING} [P] instead? Regards ...
Ruediger Pluem
rpluem@...
Oct 2, 2005 10:49 am
55939
... No, because it wouldn't do what I needed. Once a request has been through mod_rewrite several times, I want to be able to get hold of the original URI for...
Brian Candler
B.Candler@...
Oct 2, 2005 5:44 pm
55940
Hi, I am working on mod_log_spread for apache 2.0. Old mod_log_spread for apache 1.3 was based on some older version of mod_log_config and so it is my new...
Hi, ... +1 for a statically generated RSS file for a configurable amount of entries. I was going to take a look into it, but Ian just told me you were going...
Maxime Petazzoni
maxime.petazzoni@...
Oct 2, 2005 10:34 pm
55944
... The socket returned by apr_socket_accept() will be non-blocking on all Unix platforms in multi-listener configurations. ... I'm not sure I understand the...
Joe Orton
jorton@...
Oct 3, 2005 8:58 am
55945
Hi, any objections / comments to the following patch for PR36507? If not I would commit it to the trunk in 24 hours. Regards Rüdiger Index:...
Ruediger Pluem
rpluem@...
Oct 3, 2005 10:48 am
55946
... Huh? Whenever I see conditionals cast to (long) I get suspicious. ... Same when I see sequential casts... What's the rationale for them? -- ...
Jim Jagielski
jim@...
Oct 3, 2005 11:52 am
55947
... These are all cases where an integer is stored in a pointer; it's safe to assume that a long will fit in a pointer on all platforms which httpd runs on as...
Joe Orton
jorton@...
Oct 3, 2005 12:00 pm
55948
mod_log_config is "pluggable." You can "replace" the normal logging functions quite easily. Just do something like: static apr_status_t...
Brian Akins
brian.akins@...
Oct 3, 2005 12:00 pm
55949
Hi. I don't know if this is the right forum for this question but I found no info elsewhere. I simply wonder when 2.1.x is going to be dubbed stable? -- ...
Oden Eriksson
oeriksson@...
Oct 3, 2005 12:03 pm
55950
... The above explanation worries me to no end. :) Certainly a union could be used to avoid this. -- ...
Jim Jagielski
jim@...
Oct 3, 2005 12:19 pm
55951
... Well there are solutions, sure, not sure how a union would help here. Try it and see... I usually end up deciding these issues are so marginal that there's...
Joe Orton
jorton@...
Oct 3, 2005 12:30 pm
55952
... At the very last, if we are "assuming" behavior which is specifically implementation dependent, then a test during configure time that ensures sizeof(void...
Jim Jagielski
jim@...
Oct 3, 2005 12:38 pm
55953
... The word here is _replace_. If you "replace" ap_log_writer and ap_log_writer_init you need to implement all types of logging inside ap_log_writer. Imagine...
Ondrej Sury
ondrej@...
Oct 3, 2005 12:53 pm
55954
Hi, I noticed that the status of a connection (or better for a worker score) is changed back to SERVER_BUSY_READ from SERVER_BUSY_WRITE, if this connection ...
Ruediger Pluem
rpluem@...
Oct 3, 2005 12:59 pm
55955
... Ok I see what you mean and I agree. Maybe something stupid like a SetLogHandler similar to SetHandler? or as an argument to CustomLog? Hmmm... Maybe...
Brian Akins
brian.akins@...
Oct 3, 2005 1:20 pm
55956
... I think that argument to CustomLog is ok... you just need to check if logger was already initialized or not (ie. return NULL or data structure from...
Ondrej Sury
ondrej@...
Oct 3, 2005 1:28 pm
55957
... Joe's correct that this code change works on ILP32, ILP64 and LP64, platforms - but I concur with Jim that for the casual developer, the purpose is hard to...
William A. Rowe, Jr.
wrowe@...
Oct 3, 2005 1:32 pm
55958
... This is already done. Also, init is called for each CustomLog config entry. -- Brian Akins Lead Systems Engineer CNN Internet Technologies...