fielding97/10/06 08:05:34
Modified:src/main http_main.c
Log:
Changes in revision 1.218 caused reclaim_child_processes() to be too
quick in checking for child exit and sending additional SIGTERM and
SIGKILL interrupts. Not a problem for systems with fast process context
switchi
fielding97/10/05 22:35:07
Modified:src CHANGES
src/main http_request.c
Log:
Fix support for Proxy Authentication (we were testing the response
status too early).
Submitted by: Marc Slemko
Reviewed by: Roy Fielding, Dean Gaudet
Revision Changes
fielding97/10/05 22:22:01
Modified:src/main http_log.h http_log.c
Log:
If HAVE_SYSLOG, fix the APLOG_* symbols to use the syslog.h definitions
and the syslog-dependent mask for the priority level. Allow APLOG_NOTICE
to bypass the priority level when not logging to syslog.
R
fielding97/10/05 20:50:26
Modified:src/main http_log.h http_log.c
Log:
Reverse last change -- it turns out that our internal priority numbers
must match the syslog priority numbers.
Revision ChangesPath
1.16 +6 -6 apachen/src/main/http_log.h
Index: http_l
fielding97/10/05 01:37:45
Modified:src/main http_protocol.c
Log:
Losing the client connection should result in a warning, since it
can be indicative of site design problems. It is not a DEBUG condition.
Revision ChangesPath
1.164 +3 -3 apachen/src/main/http_pr
fielding97/10/05 01:12:47
Modified:src/main http_log.c http_log.h http_main.c
Log:
APLOG_NOTICE is used for informational messages which no one in their
right mind would ever want to exclude from the error_log. It should
therefore have a low (high priority) level number.
Re
ng sprintf().
Submitted by: Ken Coar and Dean Gaudet
Reviewed by: Roy Fielding
Revision ChangesPath
1.457 +3 -0 apachen/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apachen/src
SSL support. As such they would have had to implement
+ the transport details, such as encryption or chunking, in order
+ to work properly in certain situations. Now, the only difference
+ between nph and non-nph scripts is "non-parsed headers".
[Dean Gaude
reports.
Submitted by: Roy Fielding, Marc Slemko
Revision ChangesPath
1.452 +4 -0 apachen/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.451
fielding97/09/18 15:54:08
Modified:src INDENT
src/modules/standard mod_rewrite.c mod_rewrite.h
Log:
Partial manual indent to remove line wraps (ugh!).
Exhausted after 2000 lines.
Revision ChangesPath
1.35 +2 -2 apachen/src/INDENT
Index
fielding97/09/18 13:31:55
Modified:src INDENT
Log:
About to rewrite mod_rewrite
Revision ChangesPath
1.34 +2 -2 apachen/src/INDENT
Index: INDENT
===
RCS file: /export/home/cvs/apachen/
fielding97/09/14 05:16:57
Modified:src INDENT
src/main http_request.c http_request.h
Log:
Reformatted http_request.* according to style guide.
Revision ChangesPath
1.9 +4 -3 apachen/src/INDENT
Index: INDENT
===
fielding97/09/14 03:53:25
Modified:src/main http_request.c
Log:
Cleanup an ifdef section so that it is readable by mere mortals
(and indent, which puked rather badly on the interleaved elses).
Revision ChangesPath
1.84 +21 -14apachen/src/main/http_request.c
fielding97/09/14 03:05:00
Modified:src INDENT
src/main http_protocol.c http_protocol.h
Log:
Reformatted http_protocol.* according to style guide.
Revision ChangesPath
1.3 +2 -2 apachen/src/INDENT
Index: INDENT
fielding97/09/14 03:01:45
Modified:src/main .indent.pro
Log:
indent doesn't know that FILE is a typedef
Revision ChangesPath
1.3 +1 -0 apachen/src/main/.indent.pro
Index: .indent.pro
===
R
fielding97/09/14 02:50:50
Removed: src .indent.pro
Log:
Moved to subdirectories (where the non-generated C files live)
fielding97/09/14 01:36:13
Modified:src/main .indent.pro
Log:
This is why pointer declarations looked weird to Ken.
Revision ChangesPath
1.2 +52 -0 apachen/src/main/.indent.pro
Index: .indent.pro
fielding97/09/14 00:57:24
Added: src/main .indent.pro
Log:
Urgle. We need one of these in every src directory now.
Revision ChangesPath
1.1 apachen/src/main/.indent.pro
Index: .indent.pro
=
fielding97/09/14 00:47:37
Modified:src INDENT
Log:
Mark what I am working on
Revision ChangesPath
1.2 +5 -5 apachen/src/INDENT
Index: INDENT
===
RCS file: /export/home/cvs/apachen/src
fielding97/09/14 00:34:38
Modified:src CHANGES
src/modules/proxy proxy_util.c
Log:
Fixed error in proxy_util.c when looping through multiple host IP
addresses.
PR: 974
Submitted by: Lars Eilebrecht
Reviewed by: Roy Fielding (and many others
fielding97/09/14 00:02:19
Added: src INDENT
Log:
Just a temporary status file to track indent progress
Revision ChangesPath
1.1 apachen/src/INDENT
Index: INDENT
===
This is th
fielding97/08/24 19:38:27
Added: logs Tag: APACHE_1_2_X .cvsignore
Log:
Adding a .cvsignore file here has the added benefit of creating a
logs directory automatically during a cvs export.
Revision ChangesPath
No revision
No
fielding97/08/24 19:35:02
Added: logs .cvsignore
Log:
Adding a .cvsignore file here has the added benefit of creating a
logs directory automatically during a cvs export.
Revision ChangesPath
1.1 apachen/logs/.cvsignore
Index: .cvsignore
===
fielding97/08/22 21:57:05
Modified:src/modules/proxy proxy_http.c
Log:
The ProxyRemote change introduced a bug resulting in the proxy
always making requests with the full-URI instead of just the URI path.
Submitted by: Marc Slemko, Roy Fielding
Revision ChangesPath
fielding97/08/22 20:12:15
Removed: src/core .cvsignore Makefile.tmpl alloc.c alloc.h buff.c
buff.h conf.h dummy.c explain.c explain.h fnmatch.c
fnmatch.h http_bprintf.c http_conf_globals.h
http_config.c http_config.h
the full-URI instead of just the URI path.
- [Marc Slemko]
+ [Marc Slemko, Roy Fielding]
Changes with Apache 1.2.3
No revision
No revision
1.17.2.5 +2 -1 apache/src/modules/proxy/proxy_http.c
Index
fielding97/08/20 19:28:56
Modified:src Tag: APACHE_1_2_X CHANGES
Log:
Note 1.2.3 proxy bug.
Revision ChangesPath
No revision
No revision
1.286.2.50 +6 -0 apache/src/CHANGES
Index: CHANGES
===
fielding97/08/20 19:24:32
Modified:src/modules/proxy Tag: APACHE_1_2_X proxy_http.c
Log:
Fix bug introduced by last change in 1.2.3, resulting in the proxy
always making requests with the full-URI instead of just the URI path.
Submitted by: Marc Slemko
Reviewed by: Roy
fielding97/08/20 19:05:35
Modified:.index.html
Log:
paste-o
Revision ChangesPath
1.36 +1 -1 apache-site/index.html
Index: index.html
===
RCS file: /export/home/cvs/apache-site/index
fielding97/08/20 19:04:02
Modified:.index.html
Log:
typo
Revision ChangesPath
1.35 +1 -1 apache-site/index.html
Index: index.html
===
RCS file: /export/home/cvs/apache-site/index.ht
fielding97/08/20 19:01:17
Modified:.index.html
Log:
Note proxy bug. Argh!
Revision ChangesPath
1.34 +5 -0 apache-site/index.html
Index: index.html
===
RCS file: /export/home/cvs/ap
fielding97/08/20 18:14:19
Modified:.how-to-release.html
Log:
And your little dog Toto, too. (test .tar.Z file using zcat)
Revision ChangesPath
1.12 +2 -1 apache-devsite/how-to-release.html
Index: how-to-release.html
==
fielding97/08/20 18:09:42
Modified:.how-to-release.html
Log:
Remove suggestion to produce a sorted tar file -- there is nothing
professional about it, and it is always less reliable than using the
filesystem directly. Use the -exec feature of find instead of an
unrelia
fielding97/08/16 12:26:00
Modified:src/modules/proxy Makefile
Log:
Ben says to just hardcode the include path for mod_mime.h [NT sucks]
Revision ChangesPath
1.14 +2 -3 apachen/src/modules/proxy/Makefile
Index: Makefile
===
fielding97/08/15 11:30:11
Modified:src/modules/proxy Makefile proxy_ftp.c
Log:
Fix proxy Makefile and include path busted by re-org.
Revision ChangesPath
1.13 +4 -2 apachen/src/modules/proxy/Makefile
Index: Makefile
===
fielding97/08/15 11:12:13
Modified:src CHANGES Configure
src/core conf.h http_main.c
Log:
Improved support for ConvexOS 11.
Submitted by: Jeff Venters <[EMAIL PROTECTED]>
Reviewed by: Roy Fielding, Ralf S. Engelschall
Revision ChangesPath
Apache 1.2.3
+
+ *) Force proxy to always respond as HTTP/1.0, which it was failing to
+ do for errors and cached responses. [Roy Fielding]
+
+Changes with Apache 1.2.2 [not released]
*) Fixed another long-standing bug in sub_req_lookup_file where it would
happily ski
fielding97/08/15 10:29:53
Modified:src Tag: APACHE_1_2_X CHANGES Configure conf.h
http_main.c
Log:
Improved support for ConvexOS 11.
Submitted by: Jeff Venters <[EMAIL PROTECTED]>
Reviewed by: Roy Fielding, Ralf S. Engelschall
Re
+ *) Force proxy to always respond as HTTP/1.0, which it was failing to
+ do for errors and cached responses. [Roy Fielding]
+
Changes with Apache 1.2.2 [not released]
*) Fixed another long-standing bug in sub_req_lookup_file where it would
1.126.2.6 +9 -2 apache/src
survive the dup on Solaris.
Also block SIGHUP and SIGUSR1 during restart on all platforms.
PR: 832
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding
Revision ChangesPath
No revision
No revision
1.149.2.6 +35 -33apache/src
fielding97/08/03 19:36:04
Modified:src http_core.c
Log:
Fix warning due to haddr being used outside the conditional block
in which it is given a value. The fix is more efficient anyway.
Revision ChangesPath
1.106 +5 -7 apache/src/http_core.c
Index:
do with it; otherwise, the body would be mistaken for the
+ next request on a persistent connection. discard_request_body()
+ has been added to take care of that. [Roy Fielding] PR#378
+
*) API: Symbol APACHE_RELEASE provides a numeric form of the Apache
release vers
ed to be prepared to read a body even if they don't know
+ what to do with it; otherwise, the body would be mistaken for the
+ next request on a persistent connection. discard_request_body()
+ has been added to take care of that. [Roy Fielding] PR#378
+
*) A
source code branching. [Roy Fielding]
+
+ *) Minor oversight on multiple variants fixed. [Paul Sutton] PR#94
+
Changes with Apache 1.2.1
*) SECURITY: Don't serve file system objects unless they are plain files,
1.129 +5 -0 apache/src/httpd.h
Ind
+ same lines as our source code branching. [Roy Fielding]
+
+ *) Minor oversight on multiple variants fixed. [Paul Sutton] PR#94
+
Changes with Apache 1.2.1
*) SECURITY: Don't serve file system objects unless they are plain files,
1.111.2.10 +4 -1 a
if there is one. If there isn't one, the behaviour is unchanged.
! [Ken Coar, Roy Fielding, Andrey A. Chernov]
*) On Win32, modules can now be dynamically loaded DLLs using the
LoadModule/LoadFile directives. Note that module DLLs must be
fielding97/07/15 08:52:44
Modified:src http_protocol.c
Log:
commento
Revision ChangesPath
1.137 +3 -3 apache/src/http_protocol.c
Index: http_protocol.c
===
RCS file: /export/home/cvs/a
fielding97/07/14 10:19:59
Modified:src .indent.pro
Log:
Minor tweak to prevent reformatting of block comments that
begin in column 1. I wish I could prevent reformatting of
any block comment; fixing those will have to be done manually.
Revision ChangesPath
1.2
fielding97/07/14 04:29:00
Modified:src CHANGES alloc.c buff.h http_protocol.c
http_protocol.h mod_cgi.c util_script.c
util_script.h
Log:
Removed "Make cgi unbuffered" changes of 1997/07/06
Revision ChangesPath
1.335
hat we can't do it twice by accident. [Roy Fielding]
*) mod_expire also issues Cache-Control: max-age headers.
[Rob Hartill]
***
*** 111,117
When used together, these cause mod_dir to emit HEIGHT and WIDTH
attributes in the FancyInde
fielding97/06/26 14:15:11
Modified:. log_accum.pl
Log:
Fixed the problem with diffing the first revision on a branch against
the pre-branched file.
Revision ChangesPath
1.28 +7 -0 CVSROOT/log_accum.pl
Index: log_accum.pl
fielding97/06/26 09:41:35
Removed: old deleteme
Log:
works great!
fielding97/06/26 09:38:46
Added: old deleteme
Log:
Testing
Revision ChangesPath
1.1 CVSROOT/old/deleteme
Index: deleteme
===
This is a file I just added to test the new loggi
rint "\n";
- exit(1);
- }
- }
-
#
# Record this directory as the last one checked. This will be used
# by the log_accumulate script to determine when it is processing
# the final directory of a multi-di
fielding97/06/26 08:32:34
Modified:. cvsedit
Log:
Remove the disabled test of return code, hardcode vi path.
Revision ChangesPath
1.12 +2 -8 CVSROOT/cvsedit
Index: cvsedit
===
RCS f
fielding97/06/26 08:10:31
Modified:. checkoutlist
Log:
minor addition to see if updateCVSROOT is gone yet
Revision ChangesPath
1.4 +1 -0 CVSROOT/checkoutlist
Index: checkoutlist
===
fielding97/06/26 07:39:14
Modified:. avail checkoutlist commit_prep.pl commitcheck
commitinfo cvs_acls.pl cvsedit cvswrappers
edithook editinfo log_accum.pl loginfo rcsinfo
taginfo unwrap updateCVSROOT wrap
fielding97/06/26 07:19:09
Modified:. checkoutlist modules
Log:
Replaced antiquated updateCVSROOT with built-in checkoutlist.
Updated list of modules.
Revision ChangesPath
1.2 +9 -5 CVSROOT/checkoutlist
Index: checkoutlist
==
fielding97/06/15 23:00:16
Modified:. ABOUT_APACHE README
Log:
Added the ack that Ambarish requested (and deserves) for originating
the NT port.
Revision ChangesPath
1.2 +1 -1 apache/ABOUT_APACHE
Index: ABOUT_APACHE
=
18 Mar 1995
+
+ *) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT,
+ Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson,
+ Brian Behlendorf, Rob Hartill, and Cliff Skolnick
fielding97/06/03 16:23:13
Added: . ABOUT_APACHE
Log:
History of the group, credits, how to join, and brief guidelines.
I would like to include the history of 1.1 and 1.2 developments
as well, but did not have time for it this round.
Submitted by: Roy Fielding
for -DUSE_PERL_SSI and mod_perl.
[Rob Hartill]
+ *) Proxy needs to use hard_timeout instead of soft_timeout when it is
+ reading from one buffer and writing to another, at least until it has
+ a custom timeout handler. [Roy Fielding and Petr Lampa]
+
*) Fixed
fielding97/05/28 23:23:37
Modified:src/modules/proxy proxy_util.c
Log:
Until someone has time to create a proxy-specific timeout handler,
we need to use hard_timeout any time we are simultaneously reading
from one blockable buffer and writing to another.
Revision Changes
fielding97/05/28 22:21:16
Modified:src buff.c
Log:
saferead must stop reading if the buffer has been marked in error
(i.e., a timeout has occurred). Necessary for proxy timeouts.
Submitted by: Petr Lampa
Reviewed by: Roy Fielding
Revision ChangesPath
1.26
fielding97/05/28 21:50:29
Modified:src CHANGES conf.h http_main.c rfc1413.c
Log:
Fixed problem on Irix with servers hanging in IdentityCheck,
apparently due to a mismatch between sigaction and setjmp.
Submitted by: Roy Fielding, PR#502
Reviewed by: Jim Jagielski
fielding97/05/28 21:23:13
Modified:src CHANGES mod_include.c
Log:
If Options Includes and USE_PERL_SSI is defined, allow #perl SSI to
invoke routines governed by mod_perl.
Submitted by: Rob Hartill
Reviewed by: Randy Terbush, Doug MacEachern, Roy Fielding
fielding97/05/28 20:44:33
Modified:src CHANGES http_protocol.c
Log:
Initialize r->status as request-timed-out until after we successfully
read the request-line and header fields.
Submitted by: Roy Fielding and Ed Korthof, PR#601
Revision ChangesPath
1.
fielding97/05/28 20:10:56
Modified:src http_main.c http_protocol.c httpd.h
Log:
Revert the logging 408 changes, since it is unsafe to set method_number
to a negative value (it is used in bit shift operations) and because
there is a much easier way to do the same thing.
with the most recently used VH instead of the first,
causing most virtual hosts to be ignored. Fix required API version bump.
Submitted by: Paul Sutton (Martin Mares, PR#610)
Reviewed by: Roy Fielding, Randy Terbush, Ed Khortof
Revision ChangesPath
1.279 +6 -0 apache
a call to table_get; the second is
that Location needs to be added to the output header table for redirects.
Submitted by: Roy Fielding and Ed Korthof
Reviewed by: Jim Jagielski, Randy Terbush
Revision ChangesPath
1.21 +1 -0 apache/src/alloc.h
Inde
fielding97/05/26 20:57:20
Modified:src CHANGES http_main.c
Log:
The OS/2 handling of process group was broken by a porting patch for MPE
(rev 1.116), so I restored the prior code for OS/2 and cleaned up the
compiler conditionals.
Submitted by: Roy Fielding and Garey
fielding97/05/15 16:40:13
Modified:src CHANGES
Log:
forgotto
Revision ChangesPath
1.277 +1 -1 apache/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apache/src/CHANGES,v
re
fielding97/05/15 16:39:22
Modified:src CHANGES http_config.c
Log:
Inherit virtual server port from main server if none (or "*") is
given for VirtualHost.
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding, Paul Sutton
Revision ChangesPath
1.276
the lookup for a DirectoryIndex name with content negotiation
has found matching variants, but none are acceptable, return the
! negotiation result if there are no more DirectoryIndex names lookup.
[Petr Lampa and Roy Fielding]
*) If a soft_timeout occurs af
fielding97/05/13 04:39:13
Modified:contributors index.html
Log:
Added Ken Coar. Of course its appropriate.
Marc Slemko and Paul Sutton should add themselves as well. The only
reason we haven't added you already is because people don't like
the funny sayings unless they wr
fielding97/05/12 22:17:47
Modified:contributors index.html
Log:
Taking out the trash
Revision ChangesPath
1.5 +0 -10 apache-site/contributors/index.html
Index: index.html
===
RCS file: /ex
fielding97/05/12 22:05:54
Modified:contributors index.html
Log:
Updated my entry and added Dean's.
Revision ChangesPath
1.4 +23 -5 apache-site/contributors/index.html
Index: index.html
===
.
Submitted by: Petr Lampa and Roy Fielding
Reviewed by: Randy Terbush, Dean Gaudet
Revision ChangesPath
1.274 +5 -0 apache/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apache/src/CHANGES,v
CC=/OPTIM= format in Configuration. Finally, fix compiler
flags if using HP-UX's cc compiler. [Jim Jagielski]
! *) Subrequests and internal redirect now inherit the_request from the
original request-line. [Roy Fielding]
*) Test for error conditions b
fielding97/05/11 16:13:23
Modified:src util_script.c
Log:
Just in case, added comments and fixed assumption about the_request
in original_uri().
Revision ChangesPath
1.58 +12 -5 apache/src/util_script.c
Index: util_script.c
--- CHANGES 1997/05/11 22:30:36 1.271
***
*** 1,5
--- 1,8
Changes with Apache 1.2
+ *) Subrequests and internal redirect now inherit the_request from the
+ original request-line. [Roy Fielding]
+
*) Test for error conditions before
fielding97/05/09 22:06:18
Modified:support suexec.h
Log:
Clarified comment about USERDIR_SUFFIX.
Submitted by: Marc Slemko
Reviewed by: Roy Fielding
Revision ChangesPath
1.9 +13 -2 apache/support/suexec.h
Index: suexec.h
eeded
requests, but this part is needed for the general solution anyway.
A fix for the latter will be in a separate patch.
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding, Ken Coar, Jim Jagielski
Revision ChangesPath
1.270 +7 -1 apache/src/CHANGES
Index: CH
httpd.h. Changed the value
of DEFAULT_TYPE to match the documented default (text/plain).
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding, Jim Jagielski
Revision ChangesPath
1.269 +6 -0 apache/src/CHANGES
Index: CHANGES
fielding97/05/08 01:23:32
Modified:src CHANGES mod_status.c
Log:
Escape the HTML-sensitive characters in the Request-URI that is
output for each child by mod_status.
Submitted by: Dean Gaudet and Ken Coar, PR#501
Reviewed by: Roy Fielding, Jim Jagielski
Revision
fielding97/05/08 00:57:46
Modified:src CHANGES http_main.c
Log:
Properly initialize the flock structures used by the mutex locking
around accept() when USE_FCNTL_SERIALIZED_ACCEPT is defined.
Submitted by: Marc Slemko
Reviewed by: Roy Fielding, Dean Gaudet
.
+ This solves a problem with existing scripts that use extra path info
+ in the ScriptAlias directive to pass options to the CGI script.
+ [Roy Fielding]
+
*) The _default_ change in 1.2b10 will change the behaviour on configs
that use multiple Listen statements for
body again.
I thought this problem was fixed by removing the Content-Length header
field in mod_cgi, but that only fixed it for internal redirects.
So, I have restored the previously tested and verified fix which is
specific to ErrorDocument.
Submitted by: Rob Hartill
Reviewed by: Roy
ovement by
allocating just-enough memory for the argv array instead of the
maximum supported by the OS.
Submitted by: Dean Gaudet and Roy Fielding
Revision ChangesPath
1.261 +3 -3 apache/src/CHANGES
Inde
***
*** 1,5
--- 1,8
Changes with Apache 1.2b9
+ *) Reset the MODULE_MAGIC_NUMBER to account for the unsigned port
+ changes and in anticipation of 1.2 final release. [Roy Fielding]
+
*) Fix problem with scripts not receiving a SIGPIPE when client
fielding97/04/27 02:58:33
Modified:src Configuration.tmpl
Log:
remove redundant and out-of-place comment
Revision ChangesPath
1.62 +1 -2 apache/src/Configuration.tmpl
Index: Configuration.tmpl
[Roy Fielding and Nathan Kurz] PR#335
*) Rearrange Configuration.tmpl so that mod_rewrite has higher priority
! than mod_alias, and mod_alias has higher priority than mod_proxy.
! [Sameer Parekh]
*) Fix graceful restart. Eliminate many signal-related race
fielding97/04/27 00:14:02
Modified:src util_script.c
Log:
Avoid doing a get_module_config if none of the RLIMITs are defined,
since we don't need it if we are not going to do a setrlimit.
Revision ChangesPath
1.53 +5 -0 apache/src/util_script.c
Inde
g the /~user and save the username in a separate data
+ area so that it won't be overwritten by the call to getgrgid(), and
+ fix some misuse of the pool string allocation functions. Also fixes
+ a general problem with parsing URL query info into args for CGI
scripts.
+
.
Submitted by: Roy Fielding (with help from Nathan Kurz, PR#335)
Reviewed by: Dean Gaudet, Randy Terbush, Chuck Murcko
Revision ChangesPath
1.250 +5 -0 apache/src/CHANGES
Index: CHANGES
===
RCS file
**
*** 1,5
--- 1,9
Changes with Apache 1.2
+ *) If a soft timeout (or lingerout) occurs while trying to flush a
+ buffer or write inside buff.c or fread'ing from a CGI's output,
+ then the timeout would be ignored. [Roy Fielding] PR#373
+
think a normal
image is invalid. We are guessing that this is because their initial
read of a new request uses a 256 byte buffer. We check the bytes written
so far and, if we are about to tickle the bug, we instead insert a
padding header of eminent bogosity.
Submitted by: Roy Fieldin
being
promoted to the main response.
Submitted by: Roy Fielding and Paul Sutton
Reviewed by: Dean Gaudet, Randy Terbush, Jim Jagielski
Revision ChangesPath
1.237 +6 -0 apache/src/CHANGES
Index: CHANGES
fielding97/04/17 19:47:07
Modified:src/helpers CutRule
Log:
Fixed problem where the egrep would pick up rules that
were commented-out.
Reviewed by: Dean Gaudet, Randy Terbush, Jim Jagielski
Revision ChangesPath
1.3 +2 -1 apache/src/helpers/CutRule
fielding97/04/15 23:18:26
Modified:support rotatelogs.c
Log:
Use a zero-padded decimal number for logfile names to improve
alphabetic sorts on the directory.
Submitted by: Mitchell Blank Jr
Reviewed by: Ben Laurie, Jim Jagielski, Roy Fielding
Revision Changes
1 - 100 of 239 matches
Mail list logo