]> granicus.if.org Git - apache/log
apache
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

21 years agoNew XML.
Yoshiki Hayashi [Tue, 15 Oct 2002 11:18:53 +0000 (11:18 +0000)]
New XML.

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

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

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

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

21 years ago For the new EnableSendfile directive...
William A. Rowe Jr [Tue, 15 Oct 2002 04:12:15 +0000 (04:12 +0000)]
  For the new EnableSendfile directive...

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

21 years agoA happy outcome is worth waiting for...
André Malo [Tue, 15 Oct 2002 03:30:17 +0000 (03:30 +0000)]
A happy outcome is worth waiting for...
add docs for AddOutputFilterByType
sorry for the long delay.

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

21 years ago Been busy
William A. Rowe Jr [Tue, 15 Oct 2002 03:29:55 +0000 (03:29 +0000)]
  Been busy

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

21 years ago Notes to close PR 10190
William A. Rowe Jr [Tue, 15 Oct 2002 03:29:28 +0000 (03:29 +0000)]
  Notes to close PR 10190

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

21 years agodiscovered some useful stuff in the code,
André Malo [Tue, 15 Oct 2002 02:51:41 +0000 (02:51 +0000)]
discovered some useful stuff in the code,
see: server/core.c:core_override_type

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

21 years agoAdd a note to the developer docs about Kevin O'Donnell's tutorial.
Joshua Slive [Tue, 15 Oct 2002 01:49:24 +0000 (01:49 +0000)]
Add a note to the developer docs about Kevin O'Donnell's tutorial.

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

21 years ago Fix -k restart feature on win32.
William A. Rowe Jr [Mon, 14 Oct 2002 23:30:01 +0000 (23:30 +0000)]
  Fix -k restart feature on win32.

PR: 12011
Submitted by: Juan Rivera <Juan.Rivera@citrix.com>

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

21 years ago Use a better name for the APR_SENDFILE_ENABLE flag.
William A. Rowe Jr [Mon, 14 Oct 2002 20:08:15 +0000 (20:08 +0000)]
  Use a better name for the APR_SENDFILE_ENABLE flag.

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

21 years agoUpdate transformations.
David Shane Holden [Mon, 14 Oct 2002 19:16:27 +0000 (19:16 +0000)]
Update transformations.

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

21 years agoimport the proxy_module system for the NetWare project build
Bradley Nicholes [Mon, 14 Oct 2002 18:42:01 +0000 (18:42 +0000)]
import the proxy_module system for the NetWare project build

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

21 years ago Document EnableSendfile. I'm presuming that directives.html* and
William A. Rowe Jr [Mon, 14 Oct 2002 18:25:07 +0000 (18:25 +0000)]
  Document EnableSendfile.  I'm presuming that directives.html* and
  quick_reference.html* are now autogenerated.  Could someone run the
  xml builder and commit the compiled results?

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

21 years agoSwitched to the APR_STATUS_IS_XXX macros
Bradley Nicholes [Mon, 14 Oct 2002 18:07:15 +0000 (18:07 +0000)]
Switched to the APR_STATUS_IS_XXX macros

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

21 years agoNeed to import the proxy_module symbol
Bradley Nicholes [Mon, 14 Oct 2002 18:06:04 +0000 (18:06 +0000)]
Need to import the proxy_module symbol

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

21 years ago Introduce an EnableSendfile directive (defaulted to ON) to allow users
William A. Rowe Jr [Mon, 14 Oct 2002 17:42:45 +0000 (17:42 +0000)]
  Introduce an EnableSendfile directive (defaulted to ON) to allow users
  to disable sendfile mechanics for NFS volume mounts and other kernel
  objects that don't support sendfile.  And EnableSendfile off can be used
  to help narrow bugs down to the sendfile mechanics or eliminate the
  possiblity that sendfile is a factor on any given platform.

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

21 years agoFixed incorrect link.
Erik Abele [Mon, 14 Oct 2002 17:00:38 +0000 (17:00 +0000)]
Fixed incorrect link.

BUG#: 13594
Submitted by: <sam@hennebert.be>

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

21 years ago Fix for Sebastian's observation of my fat fingers.
William A. Rowe Jr [Mon, 14 Oct 2002 14:54:45 +0000 (14:54 +0000)]
  Fix for Sebastian's observation of my fat fingers.

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

21 years agoHaven't heard any vetoes regarding this, so might as well fold it
Jim Jagielski [Mon, 14 Oct 2002 14:11:24 +0000 (14:11 +0000)]
Haven't heard any vetoes regarding this, so might as well fold it
in. Not too happy about cluttering up the list of directives either.
But, at least, it allows 2.0 to proxy stupid IIS as much as 1.3.
Docs to come soon.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

21 years agoThis stuff shouldn't have been committed. This is the SSL upgrade stuff,
Ryan Bloom [Mon, 14 Oct 2002 04:15:58 +0000 (04:15 +0000)]
This stuff shouldn't have been committed.  This is the SSL upgrade stuff,
and it was included in a commit that shouldn't have touched these files.

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

21 years ago Handle WSA_IO_PENDING as well.
William A. Rowe Jr [Mon, 14 Oct 2002 03:13:20 +0000 (03:13 +0000)]
  Handle WSA_IO_PENDING as well.

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

21 years ago A couple of observations
William A. Rowe Jr [Mon, 14 Oct 2002 00:12:02 +0000 (00:12 +0000)]
  A couple of observations

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

21 years agomarkup improvement and updating translation
Astrid Malo [Sun, 13 Oct 2002 21:56:52 +0000 (21:56 +0000)]
markup improvement and updating translation

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

some linguistic changes, discussed with and reviewed by nd

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

21 years ago Bigger hack alert. Expand the range of unrecycled sockets to include
William A. Rowe Jr [Sun, 13 Oct 2002 20:06:59 +0000 (20:06 +0000)]
  Bigger hack alert.  Expand the range of unrecycled sockets to include
  WSAENOTSOCK for dealing with the AcceptEx failed bug reports.  Experimental
  build to go out shortly.

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

21 years agoupdated transformation
Astrid Malo [Sun, 13 Oct 2002 19:50:33 +0000 (19:50 +0000)]
updated transformation

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

21 years ago Temporary fix for the len type discrepancy, with documentation to be fixed.
William A. Rowe Jr [Sun, 13 Oct 2002 19:35:04 +0000 (19:35 +0000)]
  Temporary fix for the len type discrepancy, with documentation to be fixed.

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

21 years ago auth_basic and auth_digest are now exclusive of one another on Win32,
William A. Rowe Jr [Sun, 13 Oct 2002 19:14:54 +0000 (19:14 +0000)]
  auth_basic and auth_digest are now exclusive of one another on Win32,
  with the provider hooks moved into the core

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

21 years agoimporve markup
Astrid Malo [Sun, 13 Oct 2002 18:35:25 +0000 (18:35 +0000)]
imporve markup

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

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

21 years ago What once were macros no longer need line continuation
William A. Rowe Jr [Sun, 13 Oct 2002 18:22:55 +0000 (18:22 +0000)]
  What once were macros no longer need line continuation

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

21 years ago Some errors are impossible to fathom, without the user knowing certain
William A. Rowe Jr [Sun, 13 Oct 2002 03:25:04 +0000 (03:25 +0000)]
  Some errors are impossible to fathom, without the user knowing certain
  base numbers.  This patch introduces "(EAP ##): Eap message" for the EAP
  errors, "(OS ##): Message" for modestly numbered os errors (under 100000)
  and hex "(OS 0x########): Message" for huge errors, which generally have
  bit-flag meanings and are usually represented in hex.

  This should make recognizing user bugreports a little less difficult.
  Would have done the same for other ranges, but they don't have (as) obvious
  numeric meanings on their own.

  Finally, we free up a buffer copy and give apr_strerror our string buffer
  to directly populate the message text.

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

21 years ago Some good casts - mem_cache cannot overflow with LARGEFILE sized objects.
William A. Rowe Jr [Sat, 12 Oct 2002 16:12:14 +0000 (16:12 +0000)]
  Some good casts - mem_cache cannot overflow with LARGEFILE sized objects.

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

21 years agoupdate transformation due to perchild.xml changes
André Malo [Sat, 12 Oct 2002 14:59:20 +0000 (14:59 +0000)]
update transformation due to perchild.xml changes

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

21 years agorewrite of ap_cache_liststr
Brian Pane [Sat, 12 Oct 2002 07:51:09 +0000 (07:51 +0000)]
rewrite of ap_cache_liststr

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

21 years agoFix a mismatch of data types: apr_time_t vs intervals measured
Brian Pane [Sat, 12 Oct 2002 06:43:32 +0000 (06:43 +0000)]
Fix a mismatch of data types: apr_time_t vs intervals measured
in seconds.  Also use 64-bit atoi conversions to avoid loss of
precision (thanks to Paul Reder for the atoi fix)

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

21 years ago I believe these should be the defaults under the new auth schema.
William A. Rowe Jr [Sat, 12 Oct 2002 04:39:51 +0000 (04:39 +0000)]
  I believe these should be the defaults under the new auth schema.
  Feel free to correct me if I'm wrong.

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

21 years agoNetWare makefile changes to facilitate building the auth_ldap modules
Bradley Nicholes [Fri, 11 Oct 2002 21:35:06 +0000 (21:35 +0000)]
NetWare makefile changes to facilitate building the auth_ldap modules

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