Hello, we have strange behavior of AddDecription on Apache 2.0.48 running SuSE 9.0. You can watch the problem at http://www.ftp.uni-erlangen.de/pub - /pub...
Cemil Degirmenci
cd@...
Feb 2, 2004 12:21 pm
47369
... Reviewed. +1 Bill...
Bill Stoddard
bill@...
Feb 2, 2004 4:00 pm
47370
Quick appologies that I hadn't followed up, my 'play' box which handles my list mail had a nifty hard drive failure that took me offline for the rest of the...
William A. Rowe, Jr.
wrowe@...
Feb 3, 2004 10:14 am
47371
hi all it's come up a few times for me (and other users) that string-type ErrorDocuments and custom responses default to "text/html". however, lots of people...
Geoffrey Young
geoff@...
Feb 3, 2004 3:58 pm
47372
This patch changes the default accept filter from "dataready" to "httpready". It will still use "dataready" on FreeBSD before 4.1 (httpready was broken). This...
Paul Querna
chip@...
Feb 3, 2004 5:46 pm
47373
Hey guys, I'd like to tell about some problems i've had lately within mod_log_config. My company wants to use a certain cookie our product issues throughout a...
Chand
mark@...
Feb 3, 2004 6:00 pm
47374
... Look at http://modules.apache.org/doc/Intro_API_Prog.html and http://www.oreillynet.com/pub/ct/38 and ...
ranier
ranier@...
Feb 3, 2004 6:42 pm
47375
Hello all, I'm writing a module that launches a background thread that periodically wakes up to do some maintenance work. This thread is launched for the ...
David Pope
david.pope@...
Feb 3, 2004 8:35 pm
47376
Uhmmm, this isn't an MMN bump :) If you were adding this new structure *type* as a member of another structure (say as the last member of the conn_rec) and...
William A. Rowe, Jr.
wrowe@...
Feb 3, 2004 9:28 pm
47377
Stas, we attempt to lock all writes to a file whenever we have a file opened for append, as unix has this behavior naturally while Win32 does not. I'd focus on...
William A. Rowe, Jr.
wrowe@...
Feb 3, 2004 9:28 pm
47378
... I disagree. If you add a function to the API without bumping the MMN, then how is a module that wants to use the new function if it exists and yet still...
Cliff Woolley
jwoolley@...
Feb 3, 2004 9:45 pm
47379
... Yes, that's my understanding as well: major bumps break backwards compat and minor bumps keep forward compat. nd...
Forgot the new Patch procedure. Now added to bugzilla as PR 26650: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26650 -Paul Querna...
Paul Querna
chip@...
Feb 4, 2004 1:08 am
47381
... I see this is fix is committed already, thank you for the observation. ... <chuckle> Short of the fact we usually run a more-up-to-date than current ...
William A. Rowe, Jr.
wrowe@...
Feb 4, 2004 4:32 am
47382
... That introduced a warning to the 2.0 build: mod_expires.c: In function `set_expiresbytype': mod_expires.c:365: warning: passing arg 1 of `ap_strrchr'...
Joe Orton
jorton@...
Feb 4, 2004 9:36 am
47383
... Hrm. The whole check is probably segfaulting with something like ExpiresByType text isn't it? (Sorry for so late jumping in). nd...
... FYI... posting to bugzilla is not absolutely required to have your patch considered... it just ensures that it doesn't fall through the cracks...
Jeff Trawick
trawick@...
Feb 4, 2004 2:07 pm
47385
... yes, I was just about to post this :) (thank goodness for cron) so that's 2 +1s for backport of the fix... do we hear a third?...
Jeff Trawick
trawick@...
Feb 4, 2004 2:39 pm
47386
... we're up to 4 now... I'll commit the fix....
Jeff Trawick
trawick@...
Feb 4, 2004 2:40 pm
47387
... vendor compilers for Unix-ish systems have a nasty habit of rejecting invalid C... no non-default settings required ;)...
Jeff Trawick
trawick@...
Feb 4, 2004 3:19 pm
47388
... +1 - reviewed and tested. Greg...
gregames@...
Feb 4, 2004 4:41 pm
47389
Hi list, attached patch fixes the bug# 26152 as described in http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26152 Main purpose was to handle backslashes in...
Stipe Tolj
tolj@...
Feb 4, 2004 4:49 pm
47390
Hi list, in order to have dbm support for mod_rewrite and correct the build and install process on the cygwin platform, please see attached patch. Stipe ...
Stipe Tolj
tolj@...
Feb 4, 2004 5:22 pm
47391
... Thanks (but please send the diffs in a registered plaintext format, e.g. text/plain, not application/x-unknown-content-type-diff_auto_file) ...
Martin Kraemer
Martin.Kraemer@...
Feb 4, 2004 6:36 pm
47392
Anyone already working on switching to it? I'm starting now with the code. Please speak up, if there's already work done. nd...
... Strange that you found that at the same time as I did. Your patch is missing the following: * it must check CacheMinFileSize and CacheMaxFileSize when the ...
Martin Kraemer
martin@...
Feb 4, 2004 6:52 pm
47394
... the next version up in HEAD contains the fix http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/metadata/mod_expires.c?r1=1.45&r2=1.46&only_with_tag=MAIN ...
Geoffrey Young
geoff@...
Feb 4, 2004 7:19 pm
47395
I had some offline feedback for my previous Location speeder-upper which I though had merit. That patch skips the directory walk when it detects a SetHandler...