]> granicus.if.org Git - apache/log
apache
22 years agoDocument the new default behavior for ServerName and improve the readability
Joshua Slive [Wed, 6 Feb 2002 21:34:10 +0000 (21:34 +0000)]
Document the new default behavior for ServerName and improve the readability
a little.

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

22 years agoImplemented the handling of the SIGABRT signal.
Bradley Nicholes [Wed, 6 Feb 2002 21:13:57 +0000 (21:13 +0000)]
Implemented the handling of the SIGABRT signal.

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

22 years agoRemoved the #ifdef NETWARE to allow the standard abort() function to
Bradley Nicholes [Wed, 6 Feb 2002 21:13:28 +0000 (21:13 +0000)]
Removed the #ifdef NETWARE to allow the standard abort() function to
be called.

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

22 years ago If we only need to toggle the event, don't ask for the whole ball 'o wax.
William A. Rowe Jr [Wed, 6 Feb 2002 21:09:26 +0000 (21:09 +0000)]
  If we only need to toggle the event, don't ask for the whole ball 'o wax.

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

22 years agoPoint at Greg's daedalus patches.
Justin Erenkrantz [Wed, 6 Feb 2002 21:00:39 +0000 (21:00 +0000)]
Point at Greg's daedalus patches.

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

22 years agoCite the message id not the URL.
Justin Erenkrantz [Wed, 6 Feb 2002 20:05:49 +0000 (20:05 +0000)]
Cite the message id not the URL.

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

22 years agoDe-tabify. No content changes.
Ken Coar [Wed, 6 Feb 2002 20:02:22 +0000 (20:02 +0000)]
De-tabify.  No content changes.

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

22 years ago Separate showstoppers into next-beta and final-release sections.
Ken Coar [Wed, 6 Feb 2002 19:42:12 +0000 (19:42 +0000)]
Separate showstoppers into next-beta and final-release sections.
Change a couple of my votes.  Some minor formatting changes
(it's not code, so just deal with it ;-).

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

22 years ago Occifer Will from the Redundacy Dept of Redundancy reporting for duty...
William A. Rowe Jr [Wed, 6 Feb 2002 19:23:43 +0000 (19:23 +0000)]
  Occifer Will from the Redundacy Dept of Redundancy reporting for duty...
  Cleaning up a few more variables and fix a logged err status.

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

22 years agoAdd the FileETag description
Ken Coar [Wed, 6 Feb 2002 19:09:47 +0000 (19:09 +0000)]
Add the FileETag description

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

22 years ago Move around a bit of code so I can follow it better. -> EOF should always
William A. Rowe Jr [Wed, 6 Feb 2002 19:06:39 +0000 (19:06 +0000)]
  Move around a bit of code so I can follow it better.  -> EOF should always
  take us to the module struct, and working backwards, the register hooks
  and then top-level init stuff.  At least that's how any other Apache
  module is authored.

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

22 years agoImprove example perl script.
Joshua Slive [Wed, 6 Feb 2002 18:59:20 +0000 (18:59 +0000)]
Improve example perl script.

I'm no perl expert, so additional reviewing eyes may be needed.

PR: 9686
Submitted by: rodrigo campos <camposr@uol.com.br>, Patrik Grip-Jansson <patrikj@gnulix.org>

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

22 years agoUmmmm experience on Daedalus implies we could do better :)
Jim Jagielski [Wed, 6 Feb 2002 18:39:50 +0000 (18:39 +0000)]
Ummmm experience on Daedalus implies we could do better :)

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

22 years agoLink to patch that incorporates all relevant bug fixes seen so far.
Justin Erenkrantz [Wed, 6 Feb 2002 18:32:03 +0000 (18:32 +0000)]
Link to patch that incorporates all relevant bug fixes seen so far.
(only conflict from HEAD is in core.c where rbb/FirstBill snuck in some
hook changes...)

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

22 years ago Give the child GENERIC_WRITE only to the stderr log channel,
William A. Rowe Jr [Wed, 6 Feb 2002 18:23:31 +0000 (18:23 +0000)]
  Give the child GENERIC_WRITE only to the stderr log channel,
  GENERIC_READ|GENERIC_WRITE to the scoreboard mapping,
  EVENT_MODIFY_STATE|SYNCHRONIZE to it's exit event,
  and fix a _major_ bug in the NullACL code that set the length
  by the size of the pointer-to-acl, rather than the size of an acl.

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

22 years agoAdd note about APR_BRIGADE_NORMALIZE usage in core_input_filter.
Justin Erenkrantz [Wed, 6 Feb 2002 17:19:41 +0000 (17:19 +0000)]
Add note about APR_BRIGADE_NORMALIZE usage in core_input_filter.

Consensus has overruled the hook ordering showstopper and is now demoted
accordingly.

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

22 years agoRevision 1.79 was bogus.
Justin Erenkrantz [Wed, 6 Feb 2002 17:11:38 +0000 (17:11 +0000)]
Revision 1.79 was bogus.

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

22 years agoBe a bit more sane with regard to CanonicalNames. If the user has
Ryan Bloom [Wed, 6 Feb 2002 16:58:37 +0000 (16:58 +0000)]
Be a bit more sane with regard to CanonicalNames.  If the user has
specified they want to use the CanonicalName, but they have not
configured a port with the ServerName, then use the same port that
the original request used.

Submitted by:   Ryan Bloom and Ken Coar

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

22 years agoWe totally disregard the fact that notice is level 5 and always print
Justin Erenkrantz [Wed, 6 Feb 2002 16:56:52 +0000 (16:56 +0000)]
We totally disregard the fact that notice is level 5 and always print
that.  Yuck.  Make these error message DEBUG level then.

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

22 years agodon't try to place a header field in error-notes if ap_rgetline()
Jeff Trawick [Wed, 6 Feb 2002 16:19:03 +0000 (16:19 +0000)]
don't try to place a header field in error-notes if ap_rgetline()
returned something like APR_EOF, since len is not set in this
case and we can go off the end of storage

make sure we set r->status to something when we bail out due
to an error; otherwise, the request goes forward with meaningless
headers

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

22 years agoyet another tweak to empty brigade checking on entry to core_input_filter():
Jeff Trawick [Wed, 6 Feb 2002 16:16:55 +0000 (16:16 +0000)]
yet another tweak to empty brigade checking on entry to core_input_filter():

  since APR_BRIGADE_EMPTY() assumes a non-empty brigade, we have to check
  before invoking that macro

  since APR_BRIGADE_EMPTY() can make a brigade empty, we have to check
  after invoking that macro

An obvious variation of this fix would be to change APR_BRIGADE_NORMALIZE()
to deal with empty brigades.

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

22 years agore-read this, and withdrew my vote. I thought we were talking binbuild,
Greg Ames [Wed, 6 Feb 2002 15:56:07 +0000 (15:56 +0000)]
re-read this, and withdrew my vote.  I thought we were talking binbuild,
but it seems more general.

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

22 years agoThat Train Don't Run
Justin Erenkrantz [Wed, 6 Feb 2002 08:55:12 +0000 (08:55 +0000)]
That Train Don't Run

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

22 years agoNote fixes so that DB1 on a FreeBSD box work with apr-util.
Justin Erenkrantz [Wed, 6 Feb 2002 08:44:13 +0000 (08:44 +0000)]
Note fixes so that DB1 on a FreeBSD box work with apr-util.

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

22 years ago A cleanup from the redundancy dept. of redundancy
William A. Rowe Jr [Wed, 6 Feb 2002 08:14:11 +0000 (08:14 +0000)]
  A cleanup from the redundancy dept. of redundancy

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

22 years ago Leaky as a sieve.
William A. Rowe Jr [Wed, 6 Feb 2002 08:11:23 +0000 (08:11 +0000)]
  Leaky as a sieve.

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

22 years ago Didn't mean to leave that in there. MPM works, how well I haven't yet
William A. Rowe Jr [Wed, 6 Feb 2002 07:31:31 +0000 (07:31 +0000)]
  Didn't mean to leave that in there.  MPM works, how well I haven't yet
  determined.

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

22 years ago Clean up more bogosity and leaky pipes [and fix a recent bug].
William A. Rowe Jr [Wed, 6 Feb 2002 07:30:22 +0000 (07:30 +0000)]
  Clean up more bogosity and leaky pipes [and fix a recent bug].

  1. The only good assert is a deleted assert.

  2. The child exit event is a very private item, can't pollute into
     other processes we create, shouldn't be named, and should never
     be accessable to anyone but the parent.

  3. We now pass 'handles', not just a single scoreboard.

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

22 years ago BS. This isn't an assert. This is a friggin developer's black hole.
William A. Rowe Jr [Wed, 6 Feb 2002 07:25:01 +0000 (07:25 +0000)]
  BS.  This isn't an assert.  This is a friggin developer's black hole.
  Suggesion: Netware needs to implement the appropriate abort() style
  fn.  If there is none on Netware, this is non-portable, undebuggable,
  and will be yanked by tommorow evening.

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

22 years ago 1. gotta look at the child return code (think kindergarden, you've got
William A. Rowe Jr [Wed, 6 Feb 2002 05:53:10 +0000 (05:53 +0000)]
  1. gotta look at the child return code (think kindergarden, you've got
     to keep an eye on those kids.)

  2. gotta return a respectable exit code.

  3. gotta have a few sensible messages.

  4. gotta know where we went.

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

22 years ago Start simplifying and grouping code. Building on the work that rbb
William A. Rowe Jr [Wed, 6 Feb 2002 04:27:22 +0000 (04:27 +0000)]
  Start simplifying and grouping code.  Building on the work that rbb
  had begun; we need to start organizing this so it can be groked by
  more than one person at a time [or simply by more than one person.]

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

22 years agobrrrrrrrr
Jeff Trawick [Wed, 6 Feb 2002 03:55:42 +0000 (03:55 +0000)]
brrrrrrrr

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

22 years agoWe seem to have fixes in our tree for all of our cited problems.
Justin Erenkrantz [Wed, 6 Feb 2002 02:40:37 +0000 (02:40 +0000)]
We seem to have fixes in our tree for all of our cited problems.
If we could take the v31 tree and apply those revisions that fixes bugs
to make v32, I'd be game for beta.

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

22 years agosegfaults--;
Justin Erenkrantz [Wed, 6 Feb 2002 02:35:20 +0000 (02:35 +0000)]
segfaults--;

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

22 years agoTone down the logging levels for these two messages from ERROR to NOTICE.
Justin Erenkrantz [Wed, 6 Feb 2002 02:29:54 +0000 (02:29 +0000)]
Tone down the logging levels for these two messages from ERROR to NOTICE.
It's something to note, but it isn't an error worthy of logging by default.
(Also always log any status values in read_request_line() - incl. timeouts.)

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

22 years ago- Fix up a comment so that it makes more sense and explains why we return
Justin Erenkrantz [Wed, 6 Feb 2002 02:24:18 +0000 (02:24 +0000)]
- Fix up a comment so that it makes more sense and explains why we return
  APR_EOF instead of an EOS bucket.
- Start to try to be nice when we *know* we are EOS by removing the
  bucket.  This is only one case where we could end up with a 0 bucket
  in ctx->b, but let's remove it and move on.  (If the bucket were to
  return 0 bytes and still have data left to read on blocking mode,
  it's blantly broken, IMHO)

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

22 years agoIf the MIME-continuation line returns nothing, then we should return not
Justin Erenkrantz [Wed, 6 Feb 2002 02:20:13 +0000 (02:20 +0000)]
If the MIME-continuation line returns nothing, then we should return not
segfault.

(A minor change to Jeff's patch is that we ignore the EBCDIC code path.)

Submitted by: Jeff Trawick
Reviewed by: Justin Erenkrantz

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

22 years agoUpdating my vote on 2.0.31 based on the segfaults on daedalus
Brian Pane [Wed, 6 Feb 2002 02:08:46 +0000 (02:08 +0000)]
Updating my vote on 2.0.31 based on the segfaults on daedalus

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

22 years agoJeff seems to have fixed this. Go Jeff!
Justin Erenkrantz [Wed, 6 Feb 2002 00:04:55 +0000 (00:04 +0000)]
Jeff seems to have fixed this.  Go Jeff!

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

22 years ago While the tide was turning twords my take... this number of bugs in the
William A. Rowe Jr [Tue, 5 Feb 2002 23:24:07 +0000 (23:24 +0000)]
  While the tide was turning twords my take... this number of bugs in the
  Winnt mpm mean I can't go against Unix getting a good beta.  Now the
  Q, is unix a good beta :-?

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

22 years ago Some compatibility fixes. Built yet untested, read three times through.
William A. Rowe Jr [Tue, 5 Feb 2002 23:17:22 +0000 (23:17 +0000)]
  Some compatibility fixes.  Built yet untested, read three times through.
  Please review and raise the flag if any of these introduce bad mojo.

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

22 years ago Do we have sys/socket.h?
William A. Rowe Jr [Tue, 5 Feb 2002 23:13:42 +0000 (23:13 +0000)]
  Do we have sys/socket.h?

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

22 years agoIn core_input_filter, check for an empty brigade after
Jeff Trawick [Tue, 5 Feb 2002 22:56:44 +0000 (22:56 +0000)]
In core_input_filter, check for an empty brigade after
APR_BRIGADE_NORMALIZE().  Otherwise, we can get segfaults if a
client says it will post some data but we get FIN before any
data arrives.

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

22 years agoWe don't have weather in Irvine. We do have that chick who does the
Justin Erenkrantz [Tue, 5 Feb 2002 22:49:03 +0000 (22:49 +0000)]
We don't have weather in Irvine.  We do have that chick who does the
NFL "weather" for Fox Sports.  'Nuf said.

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

22 years agoRemove all non-portable DBM calls in mod_auth_dbm and rely only on the
Justin Erenkrantz [Tue, 5 Feb 2002 22:41:18 +0000 (22:41 +0000)]
Remove all non-portable DBM calls in mod_auth_dbm and rely only on the
apr-util DBM code.

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

22 years agoRemove the install_transport_filters hook. The same function can be
Ryan Bloom [Tue, 5 Feb 2002 22:18:49 +0000 (22:18 +0000)]
Remove the install_transport_filters hook.  The same function can be
acheived with the pre_connection hook.  I have added the socket to the
pre_connection phase to make this possible.
Reviewed by: Bill Stoddard

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

22 years agoLast week it was spring, this week it's winter. What's wrong with this
Greg Ames [Tue, 5 Feb 2002 22:13:20 +0000 (22:13 +0000)]
Last week it was spring, this week it's winter.  What's wrong with this
picture?

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

22 years ago These crit errors make -0- sense. Interesting info entry, however.
William A. Rowe Jr [Tue, 5 Feb 2002 22:00:48 +0000 (22:00 +0000)]
  These crit errors make -0- sense.  Interesting info entry, however.

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

22 years agoVetoed by Ken
Cliff Woolley [Tue, 5 Feb 2002 15:35:54 +0000 (15:35 +0000)]
Vetoed by Ken

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

22 years agorestore the SO_REUSEADDR for listening sockets; it is absolutely
Jeff Trawick [Tue, 5 Feb 2002 12:52:01 +0000 (12:52 +0000)]
restore the SO_REUSEADDR for listening sockets; it is absolutely
required on most (all?) platforms, regardless of what code changes
might be required to work around the ability on Windows to
inadvertently have more than one server listening on the same ports

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

22 years ago Change the 'we turned /foo into http://host/foo' log message
Ken Coar [Tue, 5 Feb 2002 11:35:57 +0000 (11:35 +0000)]
Change the 'we turned /foo into http://host/foo' log message
to DEBUG; no reason to clutter people's log files with this
when it's supported behaviour.  Of course, they can find out
about the performance impact by LogLeveling Debug. :-)

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

22 years agoList files that would result in HTTP_UNAUTHORIZED in addition to
Cliff Woolley [Tue, 5 Feb 2002 09:26:02 +0000 (09:26 +0000)]
List files that would result in HTTP_UNAUTHORIZED in addition to
successes and redirections, since there's a chance the client will
actually have the proper authorization to retrieve them.

Reported by: Stas Bekman

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

22 years agoThis change keeps the server from allowing multiple instances to bind to
Ryan Bloom [Tue, 5 Feb 2002 06:16:04 +0000 (06:16 +0000)]
This change keeps the server from allowing multiple instances to bind to
the same port.  Previously, this was necessary, because the Windows MPM
was binding to the socket in both the parent and child.  Today's code
passes the attached socket to the child from the parent, so we don't need
to re-attach in the child.

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

22 years agoJinH found a shared memory problem
Ian Holsman [Tue, 5 Feb 2002 04:38:18 +0000 (04:38 +0000)]
JinH found a shared memory problem
IMHO a beta killer

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

22 years agoMisc cleanup to fix compile warnings and a segfault. This module is still
Bill Stoddard [Tue, 5 Feb 2002 02:48:34 +0000 (02:48 +0000)]
Misc cleanup to fix compile warnings and a segfault. This module is still
a long ways from doing anything useful, but every bit helps.

Submitted by: Joe Norton

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

22 years agoAdd the return type to the function definition.
Bill Stoddard [Tue, 5 Feb 2002 02:47:29 +0000 (02:47 +0000)]
Add the return type to the function definition.

Submitted by: Joe Norton

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

22 years agoPort the listener bind patch from the Unix MPMs to Windows. This allows
Ryan Bloom [Tue, 5 Feb 2002 01:13:37 +0000 (01:13 +0000)]
Port the listener bind patch from the Unix MPMs to Windows.  This allows
ANy windows bind message to be printed to the console if the server was
started from the command line.

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

22 years agoBeing stuck in a basement, I have no idea what the weather is like. :-(
Ryan Bloom [Tue, 5 Feb 2002 01:01:54 +0000 (01:01 +0000)]
Being stuck in a basement, I have no idea what the weather is like.  :-(

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

22 years agoadd a optional function ap_cache_generate_key
Ian Holsman [Tue, 5 Feb 2002 00:15:42 +0000 (00:15 +0000)]
add a optional function ap_cache_generate_key
which allows a 3rd party module to generate the key name based
on the request_rec.

the idea here is for it to also be able to mess with expiry times
and cachability

add another option.. CacheIgnoreCacheControl. this ignores a 'incoming request's
attempts to get a fresh copy. Mainly I see this as being usefull in r-proxy's

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

22 years ago Fixed for the recent apr-ized logfile changes. The Win32 service never
William A. Rowe Jr [Mon, 4 Feb 2002 23:37:37 +0000 (23:37 +0000)]
  Fixed for the recent apr-ized logfile changes.  The Win32 service never
  has a STDERR channel in the first place, so the first ap_open_stderr_log()
  fails.  We need to open it after we've initialized the service control
  manager and created the stderr pipe thread that logs stderr output over
  in our Application Event Log.

  The failure message still looks pretty danged stupid on WinXP however;
  "The Apache2 service on Local Computer started and then stopped."
  [ok, that part is straightforward.]  "Some services stop automatically
  if they have no work to do, for example, the Performance Logs and
  Alerts service."  [that's the bogus bit.]

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

22 years ago NOERRNO? Of course we have an ERRNO :)
William A. Rowe Jr [Mon, 4 Feb 2002 23:30:37 +0000 (23:30 +0000)]
  NOERRNO?  Of course we have an ERRNO :)

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

22 years agorecord some votes and a couple of comments.
Greg Ames [Mon, 4 Feb 2002 22:49:10 +0000 (22:49 +0000)]
record some votes and a couple of comments.

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

22 years agoGet AuthDBMType into the directives index.
Joshua Slive [Mon, 4 Feb 2002 22:46:30 +0000 (22:46 +0000)]
Get AuthDBMType into the directives index.

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

22 years agoit's just not my day today ;(
Ian Holsman [Mon, 4 Feb 2002 22:19:39 +0000 (22:19 +0000)]
it's just not my day today ;(

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

22 years agovetoing and backing out OtherBill's patch rev 1.91. This breaks
Greg Ames [Mon, 4 Feb 2002 21:19:08 +0000 (21:19 +0000)]
vetoing and backing out OtherBill's patch rev 1.91.  This breaks
mod_autoindex on systems such as Unix where apr_dir_read doesn't automatically
return the filetype.  You see a '?' icon rather than a folder icon
for directories on 2.0.31 because mod_autoindex doesn't realize that the thing
is a directory.

No, we don't want more stat()s either.

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

22 years agooops
Ian Holsman [Mon, 4 Feb 2002 20:07:52 +0000 (20:07 +0000)]
oops
PR:
Obtained from:
Submitted by:
Reviewed by:

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

22 years agoput in Manoj's comments
Ian Holsman [Mon, 4 Feb 2002 19:30:53 +0000 (19:30 +0000)]
put in Manoj's comments

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

22 years agono idea what it is like outside.. I'm in a overheated office
Ian Holsman [Mon, 4 Feb 2002 19:19:55 +0000 (19:19 +0000)]
no idea what it is like outside.. I'm in a overheated office

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

22 years ago Brrr... it's frigid in Chicago today! Hope FirstBill doesn't mind if
William A. Rowe Jr [Mon, 4 Feb 2002 18:51:59 +0000 (18:51 +0000)]
  Brrr... it's frigid in Chicago today!  Hope FirstBill doesn't mind if
  I speak for us both here.

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

22 years agoNot being able to bind to a socket is a fatal error. This makes all
Ryan Bloom [Mon, 4 Feb 2002 18:41:46 +0000 (18:41 +0000)]
Not being able to bind to a socket is a fatal error.  This makes all
MPMs treat it as such.  We now print a message to the console, and return
a non-zero status code.

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

22 years agoYes, beta ready
Jim Jagielski [Mon, 4 Feb 2002 17:40:32 +0000 (17:40 +0000)]
Yes, beta ready

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

22 years ago+1 for Beta
Aaron Bannert [Mon, 4 Feb 2002 17:37:00 +0000 (17:37 +0000)]
+1 for Beta

Despite its shortcommings, it is IMHO *much* better than our last beta,
which in my mind qualifies it for beta.

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

22 years agoThis patch allows the prefork MPM to print messages to the console if it
Ryan Bloom [Mon, 4 Feb 2002 16:58:54 +0000 (16:58 +0000)]
This patch allows the prefork MPM to print messages to the console if it
can't open a socket for some reason.

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

22 years agosuexec: Allow HTTPS and SSL_* environment variables to be passed
Joshua Slive [Mon, 4 Feb 2002 15:18:45 +0000 (15:18 +0000)]
suexec: Allow HTTPS and SSL_* environment variables to be passed
through to CGI scripts.

PR: 9163
Submitted by: Brian Reid <breid@customlogic.com>, Zvi Har'El <rl@math.technion.ac.il>
Reviewed by: Joshua Slive, Lars Eilebrecht, Martin Kraemer

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

22 years agoBringing up some code to our coding style guidelines
Bill Stoddard [Mon, 4 Feb 2002 14:48:55 +0000 (14:48 +0000)]
Bringing up some code to our coding style guidelines

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

22 years agoCoding before the first cup of coffee.... Thanks to Martin for pointing this
Bill Stoddard [Mon, 4 Feb 2002 14:43:11 +0000 (14:43 +0000)]
Coding before the first cup of coffee.... Thanks to Martin for pointing this
out.

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

22 years agoCacheRoot takes an argument.
Bill Stoddard [Mon, 4 Feb 2002 13:06:45 +0000 (13:06 +0000)]
CacheRoot takes an argument.

Patch submitted by: Joe Norton <norton@alum.mit.edu>

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

22 years agoOops. Use ftp_check_globbingchars().
Martin Kraemer [Mon, 4 Feb 2002 10:11:29 +0000 (10:11 +0000)]
Oops. Use ftp_check_globbingchars().

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

22 years agoAnd update the year....
Martin Kraemer [Mon, 4 Feb 2002 10:07:10 +0000 (10:07 +0000)]
And update the year....

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

22 years agoReact (in the dir lister) on the same globbing chars as used in the escaping routine
Martin Kraemer [Mon, 4 Feb 2002 10:06:37 +0000 (10:06 +0000)]
React (in the dir lister) on the same globbing chars as used in the escaping routine

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

22 years agomake it compile on win32
Ian Holsman [Mon, 4 Feb 2002 04:43:34 +0000 (04:43 +0000)]
make it compile on win32

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

22 years agoCompiles on Linux w/ kernel 2.2
Lars Eilebrecht [Mon, 4 Feb 2002 04:03:19 +0000 (04:03 +0000)]
Compiles on Linux w/ kernel 2.2

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

22 years agotime for a walk around the neighborhood
Jeff Trawick [Mon, 4 Feb 2002 03:21:25 +0000 (03:21 +0000)]
time for a walk around the neighborhood

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

22 years agoAgreed
Jim Jagielski [Mon, 4 Feb 2002 01:24:06 +0000 (01:24 +0000)]
Agreed

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

22 years agoSome votes
Martin Kraemer [Sun, 3 Feb 2002 23:00:53 +0000 (23:00 +0000)]
Some votes

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

22 years agoAdded some notes and votes
Brian Pane [Sun, 3 Feb 2002 22:28:16 +0000 (22:28 +0000)]
Added some notes and votes

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

22 years agoVote...
Bill Stoddard [Sun, 3 Feb 2002 19:19:13 +0000 (19:19 +0000)]
Vote...

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

22 years agomod_disk_cache cleanup. Pass request_rec on the open_entity call.
Bill Stoddard [Sun, 3 Feb 2002 19:04:15 +0000 (19:04 +0000)]
mod_disk_cache cleanup.  Pass request_rec on the open_entity call.

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

22 years agoI fully agree with Cliff and Justin on this one. Given the fact that
Aaron Bannert [Sun, 3 Feb 2002 18:51:17 +0000 (18:51 +0000)]
I fully agree with Cliff and Justin on this one. Given the fact that
this only appears in maintainer-mode, I take back my dev@httpd list
comments that this would be a showstopper.

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

22 years agoIf they are willing to run in maintainer mode, they should be willing
Cliff Woolley [Sun, 3 Feb 2002 18:46:58 +0000 (18:46 +0000)]
If they are willing to run in maintainer mode, they should be willing
to read the release notes and apply patches to deal with this sort of thing.

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

22 years ago- Add note on the bad AP_DEBUG_ASSERT call. Is this a showstopper or can
Justin Erenkrantz [Sun, 3 Feb 2002 18:38:31 +0000 (18:38 +0000)]
- Add note on the bad AP_DEBUG_ASSERT call.  Is this a showstopper or can
  it be indicated in the 2.0.31 release notes?  Voice your opinions.
- The worker CGI test failure Ken sees seems to be a problem with
  perl or httpd-test as no one else seems to be able to reproduce it.
  So, let's try to demote this.
- I have no earthly idea what rbb is talking about.  Whatever it may be,
  I can't fathom that it'd stop a release.

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

22 years agoUm, where did my vote go?
Aaron Bannert [Sun, 3 Feb 2002 18:25:41 +0000 (18:25 +0000)]
Um, where did my vote go?

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

22 years agoOh, no. It's legal to have 0 bytes read. Just not -1. If *that* happens,
Justin Erenkrantz [Sun, 3 Feb 2002 17:43:35 +0000 (17:43 +0000)]
Oh, no.  It's legal to have 0 bytes read.  Just not -1.  If *that* happens,
I want to see a core.  0 bytes reads are fine.  Grr.

(I'm so tempted to throw this assert out, but if we get -1 length
brigades back, we're gonna be screwed.)

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

22 years agoMake sure we include time.h if it is there. (Other mojo may be needed for
Justin Erenkrantz [Sun, 3 Feb 2002 17:18:18 +0000 (17:18 +0000)]
Make sure we include time.h if it is there.  (Other mojo may be needed for
other platforms.)

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

22 years agoOkay with the configurability.
Justin Erenkrantz [Sun, 3 Feb 2002 16:28:40 +0000 (16:28 +0000)]
Okay with the configurability.
Not okay with the two parents idea.

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

22 years agoHopefully, this makes it easier to
Jim Jagielski [Sun, 3 Feb 2002 16:26:01 +0000 (16:26 +0000)]
Hopefully, this makes it easier to
vote and decide...

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

22 years agoSome coding style tweaks. No function change.
Bill Stoddard [Sun, 3 Feb 2002 06:28:52 +0000 (06:28 +0000)]
Some coding style tweaks. No function change.

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

22 years agoSupport files for mod_disk_cache. Some tweaks to arguments on various hook
Bill Stoddard [Sun, 3 Feb 2002 06:24:55 +0000 (06:24 +0000)]
Support files for mod_disk_cache. Some tweaks to arguments on various hook
calls. Still lots of cleanup work to do here...

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

22 years agoMS Project file for mod_disk_cache
Bill Stoddard [Sun, 3 Feb 2002 06:23:10 +0000 (06:23 +0000)]
MS Project file for mod_disk_cache

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

22 years agoFix a few compile errors.
Bill Stoddard [Sun, 3 Feb 2002 06:14:10 +0000 (06:14 +0000)]
Fix a few compile errors.

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