... Things are getting better but there is still a bug somewhere. I'm sending a screenshot, the compressed log and the associated tcpdump of a similar problem...
Andreas Steinmetz
ast@...
Jan 1, 2005 1:30 pm
52096
Hello, I like to have to log the userid of all log entries that go into the errorlog and come from scripts by suexec. Is it possible to change the logging code...
alexander@...
Jan 1, 2005 5:00 pm
52097
I have attached it to this mail....
dot@...
Jan 1, 2005 5:20 pm
52098
... Agreed - even if we call this httpd 2.2, or httpd 3.0, will our module authors truly audit the implications this has on their modules, or will there be a...
William A. Rowe, Jr.
wrowe@...
Jan 1, 2005 5:52 pm
52099
... Apache 1.3 does not support chunked request bodies. (All 2.x GA releases do though.) So, that factors very much in the reason that I don't think we...
Justin Erenkrantz
justin@...
Jan 1, 2005 9:43 pm
52100
... Umm, yes it does support chunked request bodies -- I wrote that code long before 2.0 even started. Only the CGI module doesn't support it because CGI...
Roy T. Fielding
fielding@...
Jan 1, 2005 10:35 pm
52101
... Exactly... it definitely does support chunked request bodies. Remember CVE-2002-0392? --Cliff...
Cliff Woolley
jwoolley@...
Jan 1, 2005 11:01 pm
52102
Any objections to this rename? The other question; are httpd-2.1-dev/2.2 modules different enough from 2.0 to warrant bumping MODULE_MAGIC_COOKIE from ...
William A. Rowe, Jr.
wrowe@...
Jan 2, 2005 7:12 am
52103
... Well, it depends upon which httpd modules are installed. For example, a server with PHP installed will break because PHP forbids chunking: The offending...
Justin Erenkrantz
justin@...
Jan 2, 2005 7:31 pm
52104
Greetings All and best wishes for the New Year. Trying a build of the mod_ssl in Apache 2.1 head for NetWare on a Winbox (practice mostly) and find there are...
NormW
normw@...
Jan 2, 2005 8:22 pm
52105
On Sun, 2 Jan 2005 11:31:36 -0800 (PST), Justin Erenkrantz ... I believe you, though there are plenty of chunks-are-beautiful scenarios as well. Also, there...
Jeff Trawick
trawick@...
Jan 2, 2005 8:29 pm
52106
... Uhm, no - they are part of mod_ssl. ... Looks like you have a timestamp problem then - because they shouldn't need to be rebuilt. The release script takes...
Mads Toftum
mads@...
Jan 2, 2005 9:45 pm
52107
... Nooooo... you want files generated from these sources. ... Seriously?!? bison is much better support and available. ... No, bison /y will do it. Grab...
William A. Rowe, Jr.
wrowe@...
Jan 2, 2005 11:52 pm
52108
Greetings, Thanks for the feedback from you both. Something of a simpleton where this stuff is concerned so will go away to sit in a corner to ponder the...
NormW
normw@...
Jan 3, 2005 7:11 am
52109
... Eh - I am fairly sure it does (and has for quite a while) -except- for things whcih do not know their length - such as life output from CGI. ... Dw....
Dirk-Willem van Gulik
dirkx@...
Jan 3, 2005 10:18 am
52110
I need apache to serve up files greater than 4GB. Currently, even with large files enabled, it will not serve a file over 4GB on either windows or linux. When...
mfbscs@...
Jan 3, 2005 5:04 pm
52111
... APR 1.0, and thus Apache 2.1-dev, uses a 64-bit file offset on 32-bit Unix-ish platforms which implement the LFS standard. So the upcoming Apache 2.2...
Jeff Trawick
trawick@...
Jan 3, 2005 6:25 pm
52112
... Now that the holidays are over: <Tickle> If we (as a community) don't want to put that kind of work into ab, especially 1.3 ab, I totally understand. In...
Sander Temme
sander@...
Jan 3, 2005 7:11 pm
52113
... fwiw, we follow this exact logic in mod_perl for Apache 1.3 as well. ... right. IIRC the inability to formally manipulate DocumentRoot is one of the ...
Geoffrey Young
geoff@...
Jan 3, 2005 8:36 pm
52114
... CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" and http://www.apache.org/~jorton/ap_splitlfs.diff has been working on ftp.heanet.ie (runs Linux) for...
Colm MacCarthaigh
colm@...
Jan 3, 2005 8:56 pm
52115
i've tried CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" and it still doesn't work. i poked around on that ftp site and i couldn't find any files greater...
mfbscs@...
Jan 3, 2005 9:16 pm
52116
... You need to apply the Joe Orton's patch aswell :) ... http://ftp.heanet.ie/pub/fedora/linux/core/2/i386/iso/FC2-i386-DVD.iso 4.1Gb Recent curl versions...
Colm MacCarthaigh
colm@...
Jan 3, 2005 9:22 pm
52117
Hmmm, I wonder if the problem is the browser? I've tried downloading that file with Opera and IE and on both browsers, it says the file is 75,673,600 bytes, ...
mfbscs@...
Jan 3, 2005 10:53 pm
52118
... So does Firefox. However, "Live HTTP Headers" shows: GET /pub/fedora/linux/core/2/i386/iso/FC2-i386-DVD.iso HTTP/1.1 Host: ftp.heanet.ie User-Agent:...
... Here is current patch-in-progress. I'd guess there many bugs. I don't mean to waste anyone's time with an in-progress mess, but any comments on the...
Jeff Trawick
trawick@...
Jan 4, 2005 1:48 pm
52123
... why not include it unconditionally?...
Jeff Trawick
trawick@...
Jan 4, 2005 1:54 pm
52124
--On Tuesday, January 4, 2005 8:48 AM -0500 Jeff Trawick ... How about creating a branch in Subversion? You can check in the patch there so that we can review...