]> granicus.if.org Git - apache/log
apache
21 years agoI don't see how *len > wanted, but leave the check there.
Justin Erenkrantz [Fri, 1 Nov 2002 09:42:09 +0000 (09:42 +0000)]
I don't see how *len > wanted, but leave the check there.

Stick a comment in there as a 'Waldo was here' so that if I ever see this
again, I realize that I've actually thought about it and didn't think >
was necessary.

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

21 years ago Clean up the read pattern for cases when some data already exists.
William A. Rowe Jr [Fri, 1 Nov 2002 09:29:06 +0000 (09:29 +0000)]
  Clean up the read pattern for cases when some data already exists.
  Also return APR_SUCCESS once we've gathered any decrypted bytes.

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

21 years ago Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!]
William A. Rowe Jr [Fri, 1 Nov 2002 08:58:38 +0000 (08:58 +0000)]
  Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!]

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

21 years ago More nits spotted by Justin, and catch all the errors except SYSCALL
William A. Rowe Jr [Fri, 1 Nov 2002 08:48:35 +0000 (08:48 +0000)]
  More nits spotted by Justin, and catch all the errors except SYSCALL
  in the SSL logging section.

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

21 years ago Suggestions by Justin, implemention by Will. Rename away all bogisity,
William A. Rowe Jr [Fri, 1 Nov 2002 08:39:59 +0000 (08:39 +0000)]
  Suggestions by Justin, implemention by Will.  Rename away all bogisity,
  especially eliminating all of 'our' capitalized identifiers that were
  easily confused with library symbols; go with APR_STATUS_IS_EOF() just
  in case there is a platform result; fix a bogus *len = 0; reassignment
  and fold the two flavors of input context tracking into one.

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

21 years ago Completely refactor the BIO-side client input handling for the SSL library.
William A. Rowe Jr [Fri, 1 Nov 2002 08:35:19 +0000 (08:35 +0000)]
  Completely refactor the BIO-side client input handling for the SSL library.
  Should eliminate many false spurious interrupt detected errors.

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

21 years ago Fix a trailing slash/last filename truncation bug observed on Linux,
William A. Rowe Jr [Fri, 1 Nov 2002 03:27:20 +0000 (03:27 +0000)]
  Fix a trailing slash/last filename truncation bug observed on Linux,
  which affected DAV MOVE operations and even general file access.
  PR 14147, 10687, 10236 [Dan Good <debug@gooddan.com>]

  I'm accepting Jeff Trawick's suggestion of twisting the test into an
  assert, since it seems very unlikely (after correctly resetting the flag)
  that this will fault.

Reviewed by:  Jeff Trawick, Will Rowe

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

21 years agoTerminate CGI scripts when the client connection drops. This
Jeff Trawick [Thu, 31 Oct 2002 11:53:43 +0000 (11:53 +0000)]
Terminate CGI scripts when the client connection drops.  This
fix only applies to some normal paths in mod_cgi.  mod_cgid
is still busted.

A prereq for this fix is the change to content-length filter to
notice c->aborted:

http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protoc
ol.c.diff?r1=1.119&r2=1.120&diff_format=h

PR:         8388

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

21 years agowhen the connection drops, c->aborted is set but generally
Jeff Trawick [Thu, 31 Oct 2002 11:39:36 +0000 (11:39 +0000)]
when the connection drops, c->aborted is set but generally
ap_pass_brigade returns APR_SUCCESS

content-length needs to be alert to c->aborted so that it
doesn't keep trying to pass brigades down (otherwise, you get
errors writing to the network over and over and over and ...)

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

21 years agoadd a comment lamenting the lack of a cleanup for the CGI child
Jeff Trawick [Thu, 31 Oct 2002 09:30:43 +0000 (09:30 +0000)]
add a comment lamenting the lack of a cleanup for the CGI child
process and mentioning some issues related to the problem

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

21 years agonote release date
Cliff Woolley [Thu, 31 Oct 2002 05:57:33 +0000 (05:57 +0000)]
note release date

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

21 years agodocument a byterange filter fix
Greg Ames [Wed, 30 Oct 2002 21:58:29 +0000 (21:58 +0000)]
document a byterange filter fix

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

21 years agoAdded my two cents worth of votes and updated the cache entry in the
Paul J. Reder [Wed, 30 Oct 2002 20:29:49 +0000 (20:29 +0000)]
Added my two cents worth of votes and updated the cache entry in the
experimental status section.

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

21 years agorecord a few votes.
Greg Ames [Wed, 30 Oct 2002 19:27:56 +0000 (19:27 +0000)]
record a few votes.

I need to catch up on emails regarding modules/experimental/ so I understand
what I'm voting on there.  I would hate to see mod_cache & friends,
mod_ext_filter, and mod_charset_lite (esp. for EBCDIC) suddenly disappear.

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

21 years agoUse r->request_time in lieu of apr_time_now() in cache object age calculations
Bill Stoddard [Wed, 30 Oct 2002 14:01:35 +0000 (14:01 +0000)]
Use r->request_time in lieu of apr_time_now() in cache object age calculations

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

21 years agoNew XML.
Yoshiki Hayashi [Wed, 30 Oct 2002 13:11:22 +0000 (13:11 +0000)]
New XML.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Wed, 30 Oct 2002 12:55:35 +0000 (12:55 +0000)]
Update transformations.

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

21 years agoTypo.
Yoshiki Hayashi [Wed, 30 Oct 2002 12:54:38 +0000 (12:54 +0000)]
Typo.

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

21 years agoUpdate Japanese translations.
Yoshiki Hayashi [Wed, 30 Oct 2002 12:50:34 +0000 (12:50 +0000)]
Update Japanese translations.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

21 years ago Fix memory leak in mod_ssl from internal SSL library allocations
William A. Rowe Jr [Tue, 29 Oct 2002 21:12:34 +0000 (21:12 +0000)]
  Fix memory leak in mod_ssl from internal SSL library allocations
  within SSL_get_peer_certificate and X509_get_pubkey.

Submitted by: Zvi Har'El <rl@math.technion.ac.il>
Reviewed by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>

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

21 years ago Detabbify. With extreme prejudice.
William A. Rowe Jr [Tue, 29 Oct 2002 06:16:42 +0000 (06:16 +0000)]
  Detabbify.  With extreme prejudice.

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

21 years ago On an errno rampage... ap_log_error takes an apr_status_t
William A. Rowe Jr [Tue, 29 Oct 2002 05:25:51 +0000 (05:25 +0000)]
  On an errno rampage... ap_log_error takes an apr_status_t

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

21 years ago Close several small leaks in SSL.
William A. Rowe Jr [Tue, 29 Oct 2002 03:52:22 +0000 (03:52 +0000)]
  Close several small leaks in SSL.

Submitted by: Zvi Har'El <rl@math.technion.ac.il>
Reviewed by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>

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

21 years agoPR 8482 is resolved
Jeff Trawick [Tue, 29 Oct 2002 00:46:41 +0000 (00:46 +0000)]
PR 8482 is resolved

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

21 years ago Commit rbowen's votes at his request, gotta get that access issue cleared
William A. Rowe Jr [Mon, 28 Oct 2002 16:40:37 +0000 (16:40 +0000)]
  Commit rbowen's votes at his request, gotta get that access issue cleared
  up for him in avail.

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

21 years agoit's a darned good thing these things are in the status file or I'd NEVER
Cliff Woolley [Mon, 28 Oct 2002 15:20:40 +0000 (15:20 +0000)]
it's a darned good thing these things are in the status file or I'd NEVER
be able to keep up

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

21 years agoVotes
Bill Stoddard [Mon, 28 Oct 2002 15:15:32 +0000 (15:15 +0000)]
Votes

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

21 years agoadd some votes
Jeff Trawick [Mon, 28 Oct 2002 11:48:03 +0000 (11:48 +0000)]
add some votes

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

21 years agoClarified the wording on backward compatibility for 2.0, and added my vote
Brian Pane [Mon, 28 Oct 2002 07:41:09 +0000 (07:41 +0000)]
Clarified the wording on backward compatibility for 2.0, and added my vote

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

21 years agoAdd in my 2c on the 2.1 and versioning schemes.
Aaron Bannert [Mon, 28 Oct 2002 07:37:58 +0000 (07:37 +0000)]
Add in my 2c on the 2.1 and versioning schemes.

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

21 years agoAdded comments on the async I/O part of the roadmap
Brian Pane [Mon, 28 Oct 2002 07:37:29 +0000 (07:37 +0000)]
Added comments on the async I/O part of the roadmap

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

21 years agoCast some votes (my 0s are true 0s in that I'll abstain for now)
Justin Erenkrantz [Mon, 28 Oct 2002 06:00:15 +0000 (06:00 +0000)]
Cast some votes (my 0s are true 0s in that I'll abstain for now)

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

21 years ago Other humble opinions
William A. Rowe Jr [Mon, 28 Oct 2002 04:53:44 +0000 (04:53 +0000)]
  Other humble opinions

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

21 years ago Submitted for your consideration.
William A. Rowe Jr [Mon, 28 Oct 2002 04:35:47 +0000 (04:35 +0000)]
  Submitted for your consideration.

  Please consider the question of a new versioning schema, based on
  Rich Bowen's interest in getting the website docs back to a reliable
  state, and reflecting the released versions of Apache.

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

21 years ago Create a new VERSIONING document, splitting the 2.1/2.2 template from
William A. Rowe Jr [Mon, 28 Oct 2002 04:16:40 +0000 (04:16 +0000)]
  Create a new VERSIONING document, splitting the 2.1/2.2 template from
  our 'ROADMAP' of future development paths.

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

21 years agoAdds example of Group directive
Rich Bowen [Mon, 28 Oct 2002 01:59:29 +0000 (01:59 +0000)]
Adds example of Group directive

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

21 years agoAdd examples of using ErrorLog, particularly logging to syslog.
Rich Bowen [Mon, 28 Oct 2002 01:52:01 +0000 (01:52 +0000)]
Add examples of using ErrorLog, particularly logging to syslog.

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

21 years agoIt seems that a lot of people get confused about where they can put
Rich Bowen [Mon, 28 Oct 2002 01:27:24 +0000 (01:27 +0000)]
It seems that a lot of people get confused about where they can put
header and footer files, and assume that they *must* be in the same
directory as that being indexed. Just being a little more explicit on
this point, as it seems to come up very frequently.

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

21 years ago Outch. No freeing consts. Fortunately, the fn's return code isn't const.
William A. Rowe Jr [Sun, 27 Oct 2002 03:43:03 +0000 (03:43 +0000)]
  Outch.  No freeing consts.  Fortunately, the fn's return code isn't const.

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

21 years agoNothing to say.
Joshua Slive [Sat, 26 Oct 2002 00:00:36 +0000 (00:00 +0000)]
Nothing to say.

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

21 years agokeep german version in sync:
André Malo [Fri, 25 Oct 2002 23:47:48 +0000 (23:47 +0000)]
keep german version in sync:

- Add <seealso>s to the starting & stopping documents
- several markup improvements

Submitted by: Tim Gerundt <tim@gerundt.de>

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

21 years ago- Add <seealso>s to the starting & stopping documents
André Malo [Fri, 25 Oct 2002 23:42:07 +0000 (23:42 +0000)]
- Add <seealso>s to the starting & stopping documents
- several markup improvements

Submitted by: Tim Gerundt <tim@gerundt.de>

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

21 years agofix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.
Jeff Trawick [Fri, 25 Oct 2002 22:03:52 +0000 (22:03 +0000)]
fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.

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

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

21 years agomod_ssl uses free() inappropriately in several places, to free
Jeff Trawick [Fri, 25 Oct 2002 21:44:28 +0000 (21:44 +0000)]
mod_ssl uses free() inappropriately in several places, to free
memory which has been previously allocated inside OpenSSL.
Such memory should be freed with OPENSSL_free(), not with free().

Submitted by: Nadav Har'El <nyh@math.technion.ac.il>,
              Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
Reviewed by:  Jeff Trawick

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

21 years agoFix a segfault when the client closes the connection prematurely.
Bill Stoddard [Fri, 25 Oct 2002 20:58:55 +0000 (20:58 +0000)]
Fix a segfault when the client closes the connection prematurely.

Reported by: Fabio Wakim Trentini
Reviewed by: Bill Stoddard

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

21 years agodon't apply byte ranges to redirects, error documents, etc.
Greg Ames [Fri, 25 Oct 2002 18:25:11 +0000 (18:25 +0000)]
don't apply byte ranges to redirects, error documents, etc.

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

21 years agoi hate it when tha happens..
Ken Coar [Fri, 25 Oct 2002 16:38:11 +0000 (16:38 +0000)]
i hate it when tha happens..

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

21 years agomore info is better than less..
Ken Coar [Fri, 25 Oct 2002 16:27:38 +0000 (16:27 +0000)]
more info is better than less..

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

21 years agoFix streaming output from an nph- CGI script. CGI:IRC now
Jeff Trawick [Fri, 25 Oct 2002 15:18:53 +0000 (15:18 +0000)]
Fix streaming output from an nph- CGI script.  CGI:IRC now
works.

core output filter needs to detect when no more data is available from
a pipe for a while so that it can flush what is already there

normally, content-length filter handles this but for nph- script
we don't have content-length filter in place

PR:             8482

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

21 years agomod_logio modification: count bytes-sent after the writev or sendfile
Brian Pane [Fri, 25 Oct 2002 06:52:02 +0000 (06:52 +0000)]
mod_logio modification: count bytes-sent after the writev or sendfile
call in the core_output_filter, in order to get a more accurate count
of the total bytes transmitted in cases where the client terminates
the connection before the entire response is sent.

Note: This works by adding a flush bucket to each response when
mod_logio is used; the side-effect is that pipelined responses
get broken up into separate network writes per request (but there's
no impact on pipelining when mod_logio is not enabled).

Submitted by: Bojan Smojver <bojan@rexursive.com>
Reviewed by: Brian Pane

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

21 years agofix some problems in the perchild MPM
Jeff Trawick [Fri, 25 Oct 2002 02:20:26 +0000 (02:20 +0000)]
fix some problems in the perchild MPM

apr_socket_t ptr filled in by apr_os_sock_put() needs to be NULL on
entry to have a new structure allocated

various iov problems were fixed

Submitted by:  Jonas Eriksson <jonas@webkonsulterna.com>
Reviewed by:   Jeff Trawick

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

21 years agostylistic improvements
Jeff Trawick [Fri, 25 Oct 2002 01:17:00 +0000 (01:17 +0000)]
stylistic improvements

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

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

21 years agoUpdate transformations.
Erik Abele [Thu, 24 Oct 2002 20:30:52 +0000 (20:30 +0000)]
Update transformations.

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

21 years agoFixed also in the German version.
Erik Abele [Thu, 24 Oct 2002 20:29:01 +0000 (20:29 +0000)]
Fixed also in the German version.

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

21 years agofix and clarify links to the online doco.
Erik Abele [Thu, 24 Oct 2002 20:28:25 +0000 (20:28 +0000)]
fix and clarify links to the online doco.

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

21 years agoChange the CacheRoot processing to check for a required
Paul J. Reder [Thu, 24 Oct 2002 18:56:18 +0000 (18:56 +0000)]
Change the CacheRoot processing to check for a required
value at config time. This saves a lot of wasted processing
if the mod_disk_cache module is loaded but no CacheRoot
was provided. This fix also adds code to log an error
and avoid useless pallocs and procesing when the computed
cache file name cannot be opened. This also updates the
docs accordingly.  [Paul J. Reder]

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

21 years agoChange the CacheRoot processing to check for a required
Paul J. Reder [Thu, 24 Oct 2002 15:47:31 +0000 (15:47 +0000)]
Change the CacheRoot processing to check for a required
value at config time. This saves a lot of wasted processing
if the mod_disk_cache module is loaded but no CacheRoot
was provided. This fix also adds code to log an error
and avoid useless pallocs and procesing when the computed
cache file name cannot be opened. This also updates the
docs accordingly.  [Paul J. Reder]

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

21 years agoSwitch to a DNS based certificate rather than an IP based certificate as the
Bradley Nicholes [Wed, 23 Oct 2002 22:31:04 +0000 (22:31 +0000)]
Switch to a DNS based certificate rather than an IP based certificate as the
default.

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

21 years agofix "long lost child came home!" messages after a graceful restart with
Greg Ames [Wed, 23 Oct 2002 21:16:01 +0000 (21:16 +0000)]
fix "long lost child came home!" messages after a graceful restart with
MaxClients (== ap_daemons_limit) lowered.  This leaves junk at the end of
the formerly used part of the scoreboard.  If you then decide to raise
MaxClients via graceful, the junk prevents those scoreboard slots from
being used.

This should not impact performance because find_child_by_pid stops its
search when it sees a matching pid.  If we don't have a match, something
else is busted.

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

21 years ago2 silly bugs. First of all, make the code match the error log
Jim Jagielski [Tue, 22 Oct 2002 23:18:14 +0000 (23:18 +0000)]
2 silly bugs. First of all, make the code match the error log
(and allow 8192 to be valid). Secondly, this missplaced else
made the size part (8192) non-optional for shm:
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agomore cache work todo.
Bill Stoddard [Tue, 22 Oct 2002 17:01:44 +0000 (17:01 +0000)]
more cache work todo.

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

21 years agocache updates
Bill Stoddard [Tue, 22 Oct 2002 16:58:59 +0000 (16:58 +0000)]
cache updates

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

21 years agotypo
André Malo [Mon, 21 Oct 2002 20:19:17 +0000 (20:19 +0000)]
typo

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

21 years agokeep german version in sync; no content changes
André Malo [Mon, 21 Oct 2002 18:26:37 +0000 (18:26 +0000)]
keep german version in sync; no content changes

Submitted by: Tim Gerundt <tim@gerundt.de>

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

21 years agomarkup improvements
André Malo [Mon, 21 Oct 2002 18:24:34 +0000 (18:24 +0000)]
markup improvements

Submitted by: Tim Gerundt <tim@gerundt.de>

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Mon, 21 Oct 2002 06:51:12 +0000 (06:51 +0000)]
Update transformations.

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

21 years agoNew XML.
Yoshiki Hayashi [Mon, 21 Oct 2002 06:47:23 +0000 (06:47 +0000)]
New XML.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

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

21 years agoSync Japanese translation.
Yoshiki Hayashi [Mon, 21 Oct 2002 06:41:52 +0000 (06:41 +0000)]
Sync Japanese translation.

Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi

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

21 years agowhoops. two parameters are two parameters are two parameters.
André Malo [Sun, 20 Oct 2002 01:22:43 +0000 (01:22 +0000)]
whoops. two parameters are two parameters are two parameters.

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

21 years agostep by step... :)
André Malo [Sun, 20 Oct 2002 01:05:42 +0000 (01:05 +0000)]
step by step... :)
<em> -> <var>
add some <seealso>s to mod_action and mod_asis
little markup improvements

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

21 years agoFix an error in the <default> for MaxSpareThreads.
Joshua Slive [Sat, 19 Oct 2002 18:58:46 +0000 (18:58 +0000)]
Fix an error in the <default> for MaxSpareThreads.

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

21 years agoFix breakage in mod_mem_cache caused by the EnableSendFile patch. Specifically,
Bill Stoddard [Sat, 19 Oct 2002 18:24:40 +0000 (18:24 +0000)]
Fix breakage in mod_mem_cache caused by the EnableSendFile patch. Specifically,
we need to save the file open flags from the file opened by the default handler.
Retrive those flags when building the apr_file_t on a cache hit.

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

21 years agoAdd technique for dealing with major version bumps.
Justin Erenkrantz [Sat, 19 Oct 2002 17:41:51 +0000 (17:41 +0000)]
Add technique for dealing with major version bumps.
(i.e. lazily resolve them when we go to create a new stable tree)

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

21 years agoSplit out the stable and development release strategy.
Justin Erenkrantz [Sat, 19 Oct 2002 17:30:15 +0000 (17:30 +0000)]
Split out the stable and development release strategy.
(We don't need a constipated release strategy for unstable trees.)

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

21 years agoPhrase that sentence even better.
Justin Erenkrantz [Fri, 18 Oct 2002 16:58:14 +0000 (16:58 +0000)]
Phrase that sentence even better.

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

21 years agoHow I forgot this spelling mistake, I dunno.
Justin Erenkrantz [Fri, 18 Oct 2002 16:55:52 +0000 (16:55 +0000)]
How I forgot this spelling mistake, I dunno.

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

21 years agoAdd minor clarifications and word-smithing as I read through the proposal.
Justin Erenkrantz [Fri, 18 Oct 2002 16:47:29 +0000 (16:47 +0000)]
Add minor clarifications and word-smithing as I read through the proposal.

No changes in the intent should have been made.  My concerns are being sent
to dev@httpd.

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

21 years agothe MPM module docs:
André Malo [Fri, 18 Oct 2002 02:18:04 +0000 (02:18 +0000)]
the MPM module docs:
- <em> -> <var>
- a little other markup changes

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

21 years ago- fix context info of ModMimeUsePathInfo (ACCESS_CONF)
André Malo [Fri, 18 Oct 2002 01:32:27 +0000 (01:32 +0000)]
- fix context info of ModMimeUsePathInfo (ACCESS_CONF)
- improve markup
- fix some typos
- update the transformation (in that order ;-)

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

21 years ago By popular request, add a bit on release candidates
William A. Rowe Jr [Fri, 18 Oct 2002 01:08:38 +0000 (01:08 +0000)]
  By popular request, add a bit on release candidates

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

21 years agoA few simplifications, and move to the perl/linux style even=stable version
Joshua Slive [Thu, 17 Oct 2002 17:59:17 +0000 (17:59 +0000)]
A few simplifications, and move to the perl/linux style even=stable version
numbering.

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

21 years ago With fixes from Greg Marr (thanks for fixing my borken englais).
William A. Rowe Jr [Thu, 17 Oct 2002 17:16:04 +0000 (17:16 +0000)]
  With fixes from Greg Marr (thanks for fixing my borken englais).

  Need to resolve... odds/evens?  evens/odds?

  Also the discussion on 'stuff' below should probably have it's own
  home by category for tracking discussion ongoing.  Thinking that over.

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

21 years agoUgg. We need to use '%pp' not '%p' since ap_log_error uses apr_vsnprint(),
Jim Jagielski [Thu, 17 Oct 2002 13:25:08 +0000 (13:25 +0000)]
Ugg. We need to use '%pp' not '%p' since ap_log_error uses apr_vsnprint(),
which has the overloaded '%p' format (not ANSI).

PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoAdding the current version string to the link of each NLM
Bradley Nicholes [Wed, 16 Oct 2002 23:52:35 +0000 (23:52 +0000)]
Adding the current version string to the link of each NLM

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

21 years agoGeneral make file changes to extract the version string and
Bradley Nicholes [Wed, 16 Oct 2002 23:50:01 +0000 (23:50 +0000)]
General make file changes to extract the version string and
create NWGNUversion.inc

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

21 years agoAWK script that extracts the version string to be later used in the link of each
Bradley Nicholes [Wed, 16 Oct 2002 23:48:00 +0000 (23:48 +0000)]
AWK script that extracts the version string to be later used in the link of each
NetWare binary

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

21 years agoI guess I should fix my affiliation as well
rasmus [Wed, 16 Oct 2002 20:35:22 +0000 (20:35 +0000)]
I guess I should fix my affiliation as well

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

21 years ago Reclassifying per Ryan's request.
William A. Rowe Jr [Wed, 16 Oct 2002 20:31:01 +0000 (20:31 +0000)]
  Reclassifying per Ryan's request.

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

21 years ago Ryan asked that these be updated. As a no-longer-voting member, and no
William A. Rowe Jr [Wed, 16 Oct 2002 20:29:29 +0000 (20:29 +0000)]
  Ryan asked that these be updated.  As a no-longer-voting member, and no
  longer a voulenteer to fix these things, they are staying put amoung
  the open-issues, no-name-attached

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

21 years agodon't use deprecated function apr_sort_hooks()
Jeff Trawick [Wed, 16 Oct 2002 18:03:44 +0000 (18:03 +0000)]
don't use deprecated function apr_sort_hooks()

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

21 years agoUpdating the NLM descriptions in the NetWare make files
Bradley Nicholes [Wed, 16 Oct 2002 16:03:44 +0000 (16:03 +0000)]
Updating the NLM descriptions in the NetWare make files

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

21 years agoNew and improved...
Bill Stoddard [Wed, 16 Oct 2002 15:02:05 +0000 (15:02 +0000)]
New and improved...

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

21 years ago%qd is not portable; use APR_INT64_FMT_T for apr_time_t
Jeff Trawick [Wed, 16 Oct 2002 12:39:21 +0000 (12:39 +0000)]
%qd is not portable; use APR_INT64_FMT_T for apr_time_t

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

21 years agoupdate transformation
André Malo [Wed, 16 Oct 2002 07:08:09 +0000 (07:08 +0000)]
update transformation

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

21 years ago(re-)add the obsolete module docs.
André Malo [Wed, 16 Oct 2002 06:56:35 +0000 (06:56 +0000)]
(re-)add the obsolete module docs.
This commit is a base for some discussion and better work on the
documents, feel free to add or change the files
I stuck with mod_access for now, since there's no decision about yet.

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

21 years agorequired changes to include the obsolete stuff.
André Malo [Wed, 16 Oct 2002 06:45:22 +0000 (06:45 +0000)]
required changes to include the obsolete stuff.
- new entries in en.xml
- sidebar for moduleindex
- new <hint> element for modulesynopsis
- status attribute for <directive> and <module> in order to
  create correct links (status="obsolete" inserts an 'obs_'
  before the module file name in the href)

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

21 years agoCode a bit more defensively. If dav_lookup_uri() ever placed user
Greg Stein [Tue, 15 Oct 2002 23:23:15 +0000 (23:23 +0000)]
Code a bit more defensively. If dav_lookup_uri() ever placed user
input into lookup.err.desc for the HTTP_BAD_REQUEST case, then we
could have problems (via a format string attack). This change frees us
from *future* worries.

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

21 years agofixed another link.
Erik Abele [Tue, 15 Oct 2002 18:08:04 +0000 (18:08 +0000)]
fixed another link.

BUG#: 13625
Submitted by: <tah@gi.alaska.edu>

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

21 years agoUpdate transformations.
Yoshiki Hayashi [Tue, 15 Oct 2002 11:21:28 +0000 (11:21 +0000)]
Update transformations.

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Tue, 15 Oct 2002 11:19:56 +0000 (11:19 +0000)]
Update Japanese translation.

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