]> granicus.if.org Git - apache/log
apache
22 years agoPlease do not mix spaces and tabs within the same blocks, and please do not
Aaron Bannert [Wed, 7 Nov 2001 19:59:51 +0000 (19:59 +0000)]
Please do not mix spaces and tabs within the same blocks, and please do not
arbitrarily and inconsistently wrap lines. I apologise ahead of time for
mucking up the cvslog, but this needed to be done.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91792 13f79535-47bb-0310-9956-ffa450edef68

22 years agoGets mod_ssl building/loading as a DSO on some platforms (like HPUX).
Aaron Bannert [Wed, 7 Nov 2001 19:42:07 +0000 (19:42 +0000)]
Gets mod_ssl building/loading as a DSO on some platforms (like HPUX).

Submitted by: Madhu Mathihalli <madhusudan_mathihalli@hp.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91791 13f79535-47bb-0310-9956-ffa450edef68

22 years agoWhy can't babies wake up at 7am like normal people?
Ian Holsman [Wed, 7 Nov 2001 19:29:10 +0000 (19:29 +0000)]
Why can't babies wake up at 7am like normal people?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91790 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd a new option '%{note-name}e' to headers.
Ian Holsman [Wed, 7 Nov 2001 19:25:33 +0000 (19:25 +0000)]
add a new option '%{note-name}e' to headers.
This will output the value of the note (subprocess_env) into a header field

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91789 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAllow apachectl to support mod_ssl's <IfDefine SSL> tags which the
Cliff Woolley [Wed, 7 Nov 2001 19:19:05 +0000 (19:19 +0000)]
Allow apachectl to support mod_ssl's <IfDefine SSL> tags which the
group decided to keep.

Obtained from: mod_ssl 2.x by RSE
Submitted by: Madhu Mathihalli

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91788 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix checks for FORBIDDEN directories vs. files
Martin Kraemer [Wed, 7 Nov 2001 16:06:43 +0000 (16:06 +0000)]
Fix checks for FORBIDDEN directories vs. files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91787 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Reorder so InstallBin is the _default_ top level project, and add htdbm
William A. Rowe Jr [Wed, 7 Nov 2001 15:56:55 +0000 (15:56 +0000)]
  Reorder so InstallBin is the _default_ top level project, and add htdbm
  to the dependencies of InstallBin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91786 13f79535-47bb-0310-9956-ffa450edef68

22 years agoInsure that ap_get_client_block _always_ sets the length parm positive when
Greg Ames [Wed, 7 Nov 2001 15:41:43 +0000 (15:41 +0000)]
Insure that ap_get_client_block _always_ sets the length parm positive when
calling ap_get_brigade.  This takes care of the loop with short request bodies
seen on 2.0.27.

This eliminates the use of r->remaining within ap_get_client_block.
http_filter has the equivalent in its context.  r->remaining is
still used in ap_setup_client_block for a "body too long" check.  But that
check can't cover chunked bodies, so it probably should happen elsewhere.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91785 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAnother fix: "directory" is considered female.
Martin Kraemer [Wed, 7 Nov 2001 15:40:51 +0000 (15:40 +0000)]
Another fix: "directory" is considered female.

Submitted by: Arisi Raul <rarisi@ascom.it>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91784 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix typo (contributed by Daniel Stone <daniel@sfarc.net> for debian)
Martin Kraemer [Wed, 7 Nov 2001 15:04:16 +0000 (15:04 +0000)]
Fix typo (contributed by Daniel Stone <daniel@sfarc.net> for debian)
Use entities for accented a' and e'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91783 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUse entities
Martin Kraemer [Wed, 7 Nov 2001 14:12:41 +0000 (14:12 +0000)]
Use entities

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91782 13f79535-47bb-0310-9956-ffa450edef68

22 years agoDon't close the dbm until after we have copied the datum retrieved by the fetch
Bill Stoddard [Wed, 7 Nov 2001 14:09:36 +0000 (14:09 +0000)]
Don't close the dbm until after we have copied the datum retrieved by the fetch
into a local buffer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91781 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Add htdbm.c to the windows build - if someone on Unix could check that it
William A. Rowe Jr [Wed, 7 Nov 2001 14:00:52 +0000 (14:00 +0000)]
  Add htdbm.c to the windows build - if someone on Unix could check that it
  builds and add it to that build it would be appreciated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91780 13f79535-47bb-0310-9956-ffa450edef68

22 years agoap_getline() is useful to modules outside of the core..
Doug MacEachern [Wed, 7 Nov 2001 05:41:22 +0000 (05:41 +0000)]
ap_getline() is useful to modules outside of the core..
change declaration from AP_CORE_DECLARE to AP_DECLARE so it can be used
used outside the core
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91778 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
Cliff Woolley [Wed, 7 Nov 2001 05:29:58 +0000 (05:29 +0000)]
Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
AP_MPMQ_MAX_REQUESTS_DAEMON macros.  Better to do it now rather than later.

**WARNING** This will of course break the compile on any third-party MPMs
you might have floating around, but it's a really quick change to make.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91777 13f79535-47bb-0310-9956-ffa450edef68

22 years agoA few missing MPM descriptions...
Cliff Woolley [Wed, 7 Nov 2001 05:21:01 +0000 (05:21 +0000)]
A few missing MPM descriptions...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91776 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCheck the return code properly.
Bill Stoddard [Wed, 7 Nov 2001 01:43:20 +0000 (01:43 +0000)]
Check the return code properly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91774 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Thanks for the catch, Mr. Woolley, I left an out-of-place close paren.
William A. Rowe Jr [Tue, 6 Nov 2001 21:11:45 +0000 (21:11 +0000)]
  Thanks for the catch, Mr. Woolley, I left an out-of-place close paren.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91772 13f79535-47bb-0310-9956-ffa450edef68

22 years agoLink in mod_ssl docs and add to the new features page.
Joshua Slive [Tue, 6 Nov 2001 19:25:20 +0000 (19:25 +0000)]
Link in mod_ssl docs and add to the new features page.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91771 13f79535-47bb-0310-9956-ffa450edef68

22 years agoPut the ssl docs in a format where they will be maintainable without Ralf's
Joshua Slive [Tue, 6 Nov 2001 19:09:51 +0000 (19:09 +0000)]
Put the ssl docs in a format where they will be maintainable without Ralf's
tools.  Mostly I've only touched the top and the bottom of each doc.
I also got rid of the old cover page and the overview, since they seemed
obsolete.

Once again, I apologize for wrecking Ralf's nice work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91769 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Eliminate 'library'+'executable' cruft. Yes - this would be a dandy
William A. Rowe Jr [Tue, 6 Nov 2001 16:58:59 +0000 (16:58 +0000)]
  Eliminate 'library'+'executable' cruft.  Yes - this would be a dandy
  library at some point in the future (perhaps 2.1?) but for this moment,
  simplify.

  Also simplify over-decorated apu_htdbm_ prefixes to simply htdbm_

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91768 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Submitted by: Mladen Turk <mturk@mappingsoft.com>
William A. Rowe Jr [Tue, 6 Nov 2001 16:52:59 +0000 (16:52 +0000)]
  Submitted by: Mladen Turk <mturk@mappingsoft.com>

  htdbm provides a compiled interface to dbm authentication databases,
  using the compiled-in dbm manager and auth schema.  Resolves the hassles
  of grabbing the appropriate cpan package for md5 and fixing the dbm
  engine for dbmmanage.pl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91767 13f79535-47bb-0310-9956-ffa450edef68

22 years agoStop removing the test directories when rolling a build.
Ryan Bloom [Tue, 6 Nov 2001 16:25:52 +0000 (16:25 +0000)]
Stop removing the test directories when rolling a build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91766 13f79535-47bb-0310-9956-ffa450edef68

22 years agoConvert the ssl reference chapter into an apache module doc. I'm very sorry
Joshua Slive [Tue, 6 Nov 2001 16:07:13 +0000 (16:07 +0000)]
Convert the ssl reference chapter into an apache module doc.  I'm very sorry
for wrecking Ralf's nice formating work, but I didn't see an alternative.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91765 13f79535-47bb-0310-9956-ffa450edef68

22 years agoI am just moving the reference chapter of the ssl docs into the modules directory
Joshua Slive [Tue, 6 Nov 2001 16:06:13 +0000 (16:06 +0000)]
I am just moving the reference chapter of the ssl docs into the modules directory
to be the baseline.  The next commit will put it in the correct format.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91764 13f79535-47bb-0310-9956-ffa450edef68

22 years agoThese comments are pretty much useless now AFAICT.
Cliff Woolley [Tue, 6 Nov 2001 03:43:19 +0000 (03:43 +0000)]
These comments are pretty much useless now AFAICT.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91758 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix so that errordocument works when a error gets returned from the
Ian Holsman [Mon, 5 Nov 2001 23:06:55 +0000 (23:06 +0000)]
Fix so that errordocument works when a error gets returned from the
proxy.
Problem was ErrorHandler thought it was in some kind of recursion and
couldn't find the custom error document
Obtained from: Jin Hong <jinh@cnet.com>
Submitted by:
Reviewed by:   Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91757 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAll done with initial SSL doc checkin
Bill Stoddard [Mon, 5 Nov 2001 17:52:33 +0000 (17:52 +0000)]
All done with initial SSL doc checkin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91756 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMore SSL doc images.
Bill Stoddard [Mon, 5 Nov 2001 17:50:47 +0000 (17:50 +0000)]
More SSL doc images.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91755 13f79535-47bb-0310-9956-ffa450edef68

22 years agoCheck-in the ssl image files. Sure hope my windows cvs client really
Bill Stoddard [Mon, 5 Nov 2001 17:49:38 +0000 (17:49 +0000)]
Check-in the ssl image files. Sure hope my windows cvs client really
understands the -kb flag :-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91754 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSSL Doc... Now the .wml files
Bill Stoddard [Mon, 5 Nov 2001 17:43:12 +0000 (17:43 +0000)]
SSL Doc... Now the .wml files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91753 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBegin adding the SSL doc to the httpd-2.0 tree. Start with the html files.
Bill Stoddard [Mon, 5 Nov 2001 17:42:41 +0000 (17:42 +0000)]
Begin adding the SSL doc to the httpd-2.0 tree. Start with the html files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91752 13f79535-47bb-0310-9956-ffa450edef68

22 years agoreplace 2.0.28-dev info after bumping the tag to 2.0.27
Greg Ames [Mon, 5 Nov 2001 16:11:56 +0000 (16:11 +0000)]
replace 2.0.28-dev info after bumping the tag to 2.0.27

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91750 13f79535-47bb-0310-9956-ffa450edef68

22 years agotemporary commit to reflect ssl-std.conf being bumped into 2.0.27.
Greg Ames [Mon, 5 Nov 2001 16:07:17 +0000 (16:07 +0000)]
temporary commit to reflect ssl-std.conf being bumped into 2.0.27.

Submitted by: Roy Fielding, Cliff Woolley

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91748 13f79535-47bb-0310-9956-ffa450edef68

22 years agoThis patch optimizes away some strlen and strcat calls in
Justin Erenkrantz [Sun, 4 Nov 2001 21:46:36 +0000 (21:46 +0000)]
This patch optimizes away some strlen and strcat calls in
ap_directory_walk.  The strlen calls, in particular, had
ranked as a top bottleneck in the usr-space code in recent
performance profiling.

Submitted by: Brian Pane <bpane@pacbell.net>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91746 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdjusted back to microseconds
Bradley Nicholes [Fri, 2 Nov 2001 23:24:57 +0000 (23:24 +0000)]
Adjusted back to microseconds

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91739 13f79535-47bb-0310-9956-ffa450edef68

22 years agorestoring description of a post-2.0.27 change after bumping the tag.
Greg Ames [Fri, 2 Nov 2001 22:01:57 +0000 (22:01 +0000)]
restoring description of a post-2.0.27 change after bumping the tag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91738 13f79535-47bb-0310-9956-ffa450edef68

22 years agomoving the description of this fix to 2.0.27. I bumped the tag on that fix,
Greg Ames [Fri, 2 Nov 2001 21:55:47 +0000 (21:55 +0000)]
moving the description of this fix to 2.0.27.  I bumped the tag on that fix,
and will do so on this file in a sec, then re-commit this file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91737 13f79535-47bb-0310-9956-ffa450edef68

22 years agoForces suexec to be compiled statically. This is necessary since it
Aaron Bannert [Fri, 2 Nov 2001 21:49:35 +0000 (21:49 +0000)]
Forces suexec to be compiled statically. This is necessary since it
is difficult and sometimes impossible to relocate executables that
are both setuid and dependent on dynamically loaded libraries.
(that is: setuid binaries ignore LD_* environment variables).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91736 13f79535-47bb-0310-9956-ffa450edef68

22 years agoprevent loops & seg faults when GETs have chunked bodies.
Greg Ames [Fri, 2 Nov 2001 20:21:44 +0000 (20:21 +0000)]
prevent loops & seg faults when GETs have chunked bodies.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91734 13f79535-47bb-0310-9956-ffa450edef68

22 years agofix eval of vars incase string has quotes
Doug MacEachern [Fri, 2 Nov 2001 20:09:20 +0000 (20:09 +0000)]
fix eval of vars incase string has quotes
example: CFLAGS = -DSUEXEC_BIN='"bin/suexec"
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91733 13f79535-47bb-0310-9956-ffa450edef68

22 years agoDon't change the type of the new resource. The provider will update it
Greg Stein [Fri, 2 Nov 2001 19:25:50 +0000 (19:25 +0000)]
Don't change the type of the new resource. The provider will update it
when the copy/move takes place.

Specifically, the new location might imply a different type from the
original, so updating the type is bad mojo. In the observed case, a
resource was copied into a working collection; the type of the new
resource is supposed to be WORKING. Copying the type would be wrong if
the source was REGULAR.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91732 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded the secondary command line hander for manipulating a running
Bradley Nicholes [Fri, 2 Nov 2001 18:07:17 +0000 (18:07 +0000)]
Added the secondary command line hander for manipulating a running
instance of Apache from the console.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91731 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded the .xdc data file for building an MP enabled version of Apache on
Bradley Nicholes [Fri, 2 Nov 2001 18:03:38 +0000 (18:03 +0000)]
Added the .xdc data file for building an MP enabled version of Apache on
NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91730 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded the .def files for building the external modules for NetWare. Also
Bradley Nicholes [Fri, 2 Nov 2001 17:59:58 +0000 (17:59 +0000)]
Added the .def files for building the external modules for NetWare.  Also
added the NLM startup code for NLMs that require Winsock support.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91729 13f79535-47bb-0310-9956-ffa450edef68

22 years agoConsolidated the APR imports to a single import file
Bradley Nicholes [Fri, 2 Nov 2001 17:56:14 +0000 (17:56 +0000)]
Consolidated the APR imports to a single import file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91728 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded build targets for the external modules
Bradley Nicholes [Fri, 2 Nov 2001 17:53:44 +0000 (17:53 +0000)]
Added build targets for the external modules

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91727 13f79535-47bb-0310-9956-ffa450edef68

22 years agoinsure that we die quickly without looping etc. if somebody messes up
Greg Ames [Fri, 2 Nov 2001 15:17:06 +0000 (15:17 +0000)]
insure that we die quickly without looping etc. if somebody messes up
*readbytes again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91726 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMore style-stuff. A lot of this doesn't qualify as 'readable' even so.. :-(
Ken Coar [Thu, 1 Nov 2001 20:14:16 +0000 (20:14 +0000)]
More style-stuff.  A lot of this doesn't qualify as 'readable' even so.. :-(

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91721 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSome style-guide fixes (nothing functional)
Ken Coar [Thu, 1 Nov 2001 16:06:21 +0000 (16:06 +0000)]
Some style-guide fixes (nothing functional)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91719 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Fix a typo and URL. [Gotta get this keyboard cleaned.]
William A. Rowe Jr [Thu, 1 Nov 2001 05:12:46 +0000 (05:12 +0000)]
  Fix a typo and URL.  [Gotta get this keyboard cleaned.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91718 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Make this a bit more formal, as in httpd.conf. Also should cite the
William A. Rowe Jr [Thu, 1 Nov 2001 04:56:59 +0000 (04:56 +0000)]
  Make this a bit more formal, as in httpd.conf.  Also should cite the
  contributor, but only Ralf knows who all should be the primary citation,
  if not simply "the modssl project".  I don't know if this conf is all
  new material, significantly created by the modssl project, or if much
  of it goes all the way back to ApacheSSL.  Rather that miss-attribute,
  I'm leaving line one for someone else [Ralf?] to add, vis-a-vie the
  citation in httpd-std.conf line 2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91717 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSince we are in a file that is only included with mod_ssl.c and
Roy T. Fielding [Thu, 1 Nov 2001 00:05:58 +0000 (00:05 +0000)]
Since we are in a file that is only included with mod_ssl.c and
there is no point in any of it if SSL is not defined, just wrap
the whole thing in one IfDefine.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91716 13f79535-47bb-0310-9956-ffa450edef68

22 years agowhoops! can't use the return code to pass the length up the filter chain.
Greg Ames [Wed, 31 Oct 2001 22:55:43 +0000 (22:55 +0000)]
whoops! can't use the return code to pass the length up the filter chain.

with this and a request line that goes on forever, I now get:

[Wed Oct 31 17:45:45 2001] [error] [client 127.0.0.1] request failed:
URI too long

...in the error log, and a 414 in the access log.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91715 13f79535-47bb-0310-9956-ffa450edef68

22 years agochange ap_getline to return the size of the buffer when there's no apparent end
Greg Ames [Wed, 31 Oct 2001 21:14:23 +0000 (21:14 +0000)]
change ap_getline to return the size of the buffer when there's no apparent end
to an input line.  This is more like the 1.3 behavior which should help the
callers recognize this condition.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91714 13f79535-47bb-0310-9956-ffa450edef68

22 years agoreturn the actual number of bytes read when we're in "read a line" mode and it
Greg Ames [Wed, 31 Oct 2001 20:18:56 +0000 (20:18 +0000)]
return the actual number of bytes read when we're in "read a line" mode and it
looks like the line may never end.

This lets ap_getline determine whether there's excessive bytes or not,
depending on the size of its caller's buffers.  If the buffer can accomodate
more bytes, ap_getline will continue to read.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91713 13f79535-47bb-0310-9956-ffa450edef68

22 years agoOne down...
Aaron Bannert [Wed, 31 Oct 2001 18:31:50 +0000 (18:31 +0000)]
One down...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91712 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix a big memory leak bug related to arbitrarily large header lines.
Aaron Bannert [Wed, 31 Oct 2001 18:21:53 +0000 (18:21 +0000)]
Fix a big memory leak bug related to arbitrarily large header lines.
The core input filter would happily consume all the data you gave it
in a header line, looking for that one LF. This patch limits that
"getline" functionality to HUGE_STRING_LEN (8192 bytes).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91711 13f79535-47bb-0310-9956-ffa450edef68

22 years agoadd my public key
Greg Ames [Wed, 31 Oct 2001 18:18:34 +0000 (18:18 +0000)]
add my public key

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91708 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Introduce an Apache mod_ssl initial configuration template
William A. Rowe Jr [Wed, 31 Oct 2001 15:50:53 +0000 (15:50 +0000)]
  Introduce an Apache mod_ssl initial configuration template
  (ssl.conf, generated from ssl-std.conf).  [Ralf S. Engelschall]

  Revised Cliff's intro paragraph to point folks at docs until
  docs are provided.  [Will Rowe]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91707 13f79535-47bb-0310-9956-ffa450edef68

22 years agoBad link.
Joshua Slive [Wed, 31 Oct 2001 15:35:34 +0000 (15:35 +0000)]
Bad link.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91706 13f79535-47bb-0310-9956-ffa450edef68

22 years agoTypo fix.
Joshua Slive [Wed, 31 Oct 2001 15:11:05 +0000 (15:11 +0000)]
Typo fix.
PR: 8556

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91705 13f79535-47bb-0310-9956-ffa450edef68

22 years ago2.0.27 has been tagged.
Justin Erenkrantz [Wed, 31 Oct 2001 07:18:47 +0000 (07:18 +0000)]
2.0.27 has been tagged.
2.0.26 has been discarded.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91703 13f79535-47bb-0310-9956-ffa450edef68

22 years agoStick a comment into this file so it's clear that it's a placeholder
Cliff Woolley [Wed, 31 Oct 2001 05:37:06 +0000 (05:37 +0000)]
Stick a comment into this file so it's clear that it's a placeholder
and not just a zero-byte thingy.  :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91702 13f79535-47bb-0310-9956-ffa450edef68

22 years agobumping release number to 2.0.28-dev after tag
Greg Ames [Wed, 31 Oct 2001 03:43:25 +0000 (03:43 +0000)]
bumping release number to 2.0.28-dev after tag

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91701 13f79535-47bb-0310-9956-ffa450edef68

22 years agobump release number to 2.0.27
Greg Ames [Wed, 31 Oct 2001 03:25:03 +0000 (03:25 +0000)]
bump release number to 2.0.27

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91700 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdd key.
Graham Leggett [Tue, 30 Oct 2001 22:35:04 +0000 (22:35 +0000)]
Add key.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91697 13f79535-47bb-0310-9956-ffa450edef68

22 years agomake sure that the HTTP_IN filter is in place across internal redirects.
Greg Ames [Tue, 30 Oct 2001 19:21:41 +0000 (19:21 +0000)]
make sure that the HTTP_IN filter is in place across internal redirects.

Without this, we see an extra socket read + timeout on POSTs.  If the client
sends in another request, we loop consuming memory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91695 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix typos...
Aaron Bannert [Tue, 30 Oct 2001 17:38:03 +0000 (17:38 +0000)]
Fix typos...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91694 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdated NetWare project file
Bradley Nicholes [Mon, 29 Oct 2001 23:06:22 +0000 (23:06 +0000)]
Updated NetWare project file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91693 13f79535-47bb-0310-9956-ffa450edef68

22 years agoNetWare MPM cleanup
Bradley Nicholes [Mon, 29 Oct 2001 23:01:46 +0000 (23:01 +0000)]
NetWare MPM cleanup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91692 13f79535-47bb-0310-9956-ffa450edef68

22 years agoAdded NETWARE to the #ifdef list
Bradley Nicholes [Mon, 29 Oct 2001 22:56:42 +0000 (22:56 +0000)]
Added NETWARE to the #ifdef list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91691 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix up exit() to make sure that things are cleaned up properly on error
Bradley Nicholes [Mon, 29 Oct 2001 22:55:13 +0000 (22:55 +0000)]
Fix up exit() to make sure that things are cleaned up properly on error
conditions

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91690 13f79535-47bb-0310-9956-ffa450edef68

22 years agoConf file cleanup
Bradley Nicholes [Mon, 29 Oct 2001 22:52:53 +0000 (22:52 +0000)]
Conf file cleanup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91689 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMixed tabs and spaces within many nexted {}-less if-else expressions
Aaron Bannert [Mon, 29 Oct 2001 19:25:08 +0000 (19:25 +0000)]
Mixed tabs and spaces within many nexted {}-less if-else expressions
can be very difficult to read. No logic was changed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91688 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Bring it up-to-date while I'm a'fixin
William A. Rowe Jr [Mon, 29 Oct 2001 18:26:59 +0000 (18:26 +0000)]
  Bring it up-to-date while I'm a'fixin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91686 13f79535-47bb-0310-9956-ffa450edef68

22 years agoVia: header truncation bugfix.
Aaron Bannert [Mon, 29 Oct 2001 15:45:53 +0000 (15:45 +0000)]
Via: header truncation bugfix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91683 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix a truncation bug in how we print the port on the Via: header.
Aaron Bannert [Mon, 29 Oct 2001 15:44:03 +0000 (15:44 +0000)]
Fix a truncation bug in how we print the port on the Via: header.
The routine that prints the Via: header now takes a length for
the port string.

Submitted by: Zvi Har'El <rl@math.technion.ac.il>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91682 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Use the _setn flavor which will avoid strdup'ing these strings, and
William A. Rowe Jr [Mon, 29 Oct 2001 15:19:03 +0000 (15:19 +0000)]
Use the _setn flavor which will avoid strdup'ing these strings, and
    skip the cleanups we don't need.

Submitted by: Brian Pane <bpane@pacbell.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91681 13f79535-47bb-0310-9956-ffa450edef68

22 years agoget proto for atoi()
Jeff Trawick [Mon, 29 Oct 2001 01:07:31 +0000 (01:07 +0000)]
get proto for atoi()

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91678 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix some broken links, change to the simplest possible example, and add a
Joshua Slive [Sat, 27 Oct 2001 22:22:00 +0000 (22:22 +0000)]
Fix some broken links, change to the simplest possible example, and add a
couple notes to give hints to people running servers behind port-forwarding
firewalls.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91676 13f79535-47bb-0310-9956-ffa450edef68

22 years agomake shared libraries executable so they work on HP-UX
Jeff Trawick [Sat, 27 Oct 2001 14:01:13 +0000 (14:01 +0000)]
make shared libraries executable so they work on HP-UX
(I'm not sure that this logic for copying DSOs will survive
in the libtool scheme; I'm putting this 1.3 fix in just in
case.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91675 13f79535-47bb-0310-9956-ffa450edef68

22 years agoSome syntax errors in mod_mime_magic's magic file can result
Jeff Trawick [Sat, 27 Oct 2001 13:36:57 +0000 (13:36 +0000)]
Some syntax errors in mod_mime_magic's magic file can result
in a 500 error.  Log the error so that it isn't so darn
mysterious.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91674 13f79535-47bb-0310-9956-ffa450edef68

22 years agoignore checkgid
Jeff Trawick [Sat, 27 Oct 2001 13:00:55 +0000 (13:00 +0000)]
ignore checkgid

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91673 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFix RedirectMatch handling to properly handle URLs with host portions.
Justin Erenkrantz [Fri, 26 Oct 2001 19:39:51 +0000 (19:39 +0000)]
Fix RedirectMatch handling to properly handle URLs with host portions.
Previously, we would segfault if no path is specified (case 1 below).
We would also ignore any host and scheme portion of the URL (which is
how we specify it on daedalus), so restore that capability.

The query strings will still not be escaped (standards cops can
determine if this is correct behavior).

The following directives now work as expected:
RedirectMatch /jakarta1(.*) http://jakarta.apache.org$1
RedirectMatch /jakarta2(.*) http://jakarta.apache.org/dist$1
RedirectMatch /jakarta3(.*) http://jakarta.apache.org/dist$1?bar=foo
RedirectMatch /jakarta4(.*) http://jakarta.apache.org/dist$1?bar=foo#spaz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91672 13f79535-47bb-0310-9956-ffa450edef68

22 years agoDocument the addition of checkgid to 2.0
Ken Coar [Fri, 26 Oct 2001 18:33:22 +0000 (18:33 +0000)]
Document the addition of checkgid to 2.0

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91670 13f79535-47bb-0310-9956-ffa450edef68

22 years ago Bring forward checkgid helper from 1.3; checks runtime
Ken Coar [Fri, 26 Oct 2001 18:30:57 +0000 (18:30 +0000)]
Bring forward checkgid helper from 1.3; checks runtime
validity of httpd Group directive-style group identifiers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91669 13f79535-47bb-0310-9956-ffa450edef68

22 years agoprevent seg faults in mod_status trying to access vhost structures from
Greg Ames [Fri, 26 Oct 2001 15:40:04 +0000 (15:40 +0000)]
prevent seg faults in mod_status trying to access vhost structures from
the former generation, after a restart.  It happens mostly when the MPM has
threads.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91667 13f79535-47bb-0310-9956-ffa450edef68

22 years agoupdate my entry
Ralf S. Engelschall [Fri, 26 Oct 2001 07:45:35 +0000 (07:45 +0000)]
update my entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91664 13f79535-47bb-0310-9956-ffa450edef68

22 years agoNo such thing as APACI anymore. :)
Cliff Woolley [Fri, 26 Oct 2001 02:59:26 +0000 (02:59 +0000)]
No such thing as APACI anymore.  :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91661 13f79535-47bb-0310-9956-ffa450edef68

22 years agoStyle-guide fixes, no functional changes.
Ken Coar [Thu, 25 Oct 2001 20:36:10 +0000 (20:36 +0000)]
Style-guide fixes, no functional changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91660 13f79535-47bb-0310-9956-ffa450edef68

22 years agoMore cleanup on the pre-build script
Bradley Nicholes [Thu, 25 Oct 2001 15:37:53 +0000 (15:37 +0000)]
More cleanup on the pre-build script

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91659 13f79535-47bb-0310-9956-ffa450edef68

22 years agoTwo more mod_so configure-time fixes:
Aaron Bannert [Wed, 24 Oct 2001 17:20:44 +0000 (17:20 +0000)]
Two more mod_so configure-time fixes:
 - Treat --enable-so=yes as "static" (this includes --enable-so, etc).
 - An explicit --enable-so=shared issues an error.

Put in a note about the last condition that I'm not as sure how to fix:
If the user doesn't explicitly request mod_so, but instead gives a
mass-enable parameter like --enable-modules=most or
--enable-mods-shared=most then it is still possible to enable a bunch
of modules while mod_so itself is not buildable (ie no APR_HAS_DSO or
other build dependency failure).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91658 13f79535-47bb-0310-9956-ffa450edef68

22 years agoI guess this does deserve a CHANGES entry since the problem spanned
Cliff Woolley [Wed, 24 Oct 2001 15:33:16 +0000 (15:33 +0000)]
I guess this does deserve a CHANGES entry since the problem spanned
versions...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91657 13f79535-47bb-0310-9956-ffa450edef68

22 years agoGet rid of an old .cvsignore file so this directory will get pruned
Cliff Woolley [Tue, 23 Oct 2001 23:49:59 +0000 (23:49 +0000)]
Get rid of an old .cvsignore file so this directory will get pruned

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91656 13f79535-47bb-0310-9956-ffa450edef68

22 years agoUpdated to the new locking API's
Bradley Nicholes [Tue, 23 Oct 2001 23:33:46 +0000 (23:33 +0000)]
Updated to the new locking API's

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91655 13f79535-47bb-0310-9956-ffa450edef68

22 years agoFixed to import the aprlib module and export the httpd api's
Bradley Nicholes [Tue, 23 Oct 2001 23:32:07 +0000 (23:32 +0000)]
Fixed to import the aprlib module and export the httpd api's

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91654 13f79535-47bb-0310-9956-ffa450edef68

22 years agoModified to correctly extract the export lists
Bradley Nicholes [Tue, 23 Oct 2001 23:29:50 +0000 (23:29 +0000)]
Modified to correctly extract the export lists

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91653 13f79535-47bb-0310-9956-ffa450edef68

22 years agoIf the user explicitly requests --enable-so, --enable-so=yes,
Aaron Bannert [Tue, 23 Oct 2001 23:13:27 +0000 (23:13 +0000)]
If the user explicitly requests --enable-so, --enable-so=yes,
--enable-so=static, or --enable-so=shared but APR_HAS_DSO is
not defined on their system, then it is a fatal error.

Tested on Solaris, but I think it should work everywhere else.

Feel free to change the error message to something
better/more descriptive/etc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91652 13f79535-47bb-0310-9956-ffa450edef68

22 years agoJust some style peeves. Tabs and spaces and whatnot.
Aaron Bannert [Tue, 23 Oct 2001 21:02:03 +0000 (21:02 +0000)]
Just some style peeves. Tabs and spaces and whatnot.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91651 13f79535-47bb-0310-9956-ffa450edef68