]> granicus.if.org Git - apache/log
apache
21 years agono need to open error log for reading
Jeff Trawick [Mon, 14 Jul 2003 14:48:40 +0000 (14:48 +0000)]
no need to open error log for reading

Submitted by: Bjoern A. Zeeb
Reviewed by: Jeff Trawick, who added the same change to another path

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

21 years agoWhen the top-level directory section for / was added for the sake
Roy T. Fielding [Mon, 14 Jul 2003 13:26:14 +0000 (13:26 +0000)]
When the top-level directory section for / was added for the sake
of performance and to allow automount symlinks to be followed, we
mistakenly opened access to the entire directory system by default.
I noticed this because all of the /~user directories are available
by default without any restrictions, which is a bad idea for anything
other than one server within a department of shared users.  However,
it also makes it easier to serve files anywhere on disk by mistake,
and makes other URI-handling bugs more severe than they would be
otherwise.  Therefore, this patch reinstates access control to deny
access to all files other than under DocumentRoot, icons, and manual,
until additional directory/locations are explicitly allowed by the admin.

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

21 years agooops... add missing <br />s
André Malo [Mon, 14 Jul 2003 12:47:18 +0000 (12:47 +0000)]
oops... add missing <br />s

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

21 years agoupdate transformation
André Malo [Mon, 14 Jul 2003 12:37:56 +0000 (12:37 +0000)]
update transformation

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

21 years agodocument new Action modifier
André Malo [Mon, 14 Jul 2003 12:37:25 +0000 (12:37 +0000)]
document new Action modifier

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

21 years agoIntroduce the "virtual" modifier to the Action directive,
André Malo [Mon, 14 Jul 2003 12:36:20 +0000 (12:36 +0000)]
Introduce the "virtual" modifier to the Action directive,
which allows the use of handlers for virtual locations.

PR: 8431

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

21 years agoUpdate transformation.
Yoshiki Hayashi [Mon, 14 Jul 2003 07:54:25 +0000 (07:54 +0000)]
Update transformation.

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 14 Jul 2003 07:50:49 +0000 (07:50 +0000)]
Update 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@100587 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 14 Jul 2003 07:07:34 +0000 (07:07 +0000)]
Update Japanese translation.

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

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 14 Jul 2003 06:37:50 +0000 (06:37 +0000)]
Update Japanese translation.

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 14 Jul 2003 06:27:50 +0000 (06:27 +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@100584 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 14 Jul 2003 06:23:36 +0000 (06:23 +0000)]
Update Japanese translation.

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

21 years agoUpdate transformation.
Yoshiki Hayashi [Mon, 14 Jul 2003 06:21:28 +0000 (06:21 +0000)]
Update transformation.

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

21 years agoUpdate Japanese translation.
Yoshiki Hayashi [Mon, 14 Jul 2003 06:18:25 +0000 (06:18 +0000)]
Update Japanese translation.

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

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

21 years agoThe name of HOOK_ORDER is changed to APR_HOOK_ORDER.
Yoshiki Hayashi [Mon, 14 Jul 2003 06:18:02 +0000 (06:18 +0000)]
The name of HOOK_ORDER is changed to APR_HOOK_ORDER.

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

21 years agoAnswer Jeff and Andres concerns regarding ssl-std.conf.in
Thom May [Sun, 13 Jul 2003 10:00:12 +0000 (10:00 +0000)]
Answer Jeff and Andres concerns regarding ssl-std.conf.in

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

21 years agoTypo. PR#21539
Erik Abele [Sat, 12 Jul 2003 22:33:49 +0000 (22:33 +0000)]
Typo. PR#21539

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

21 years agoupdate transformation
André Malo [Sat, 12 Jul 2003 18:49:56 +0000 (18:49 +0000)]
update transformation

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

21 years agobe consistent in case
André Malo [Sat, 12 Jul 2003 18:42:41 +0000 (18:42 +0000)]
be consistent in case

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

21 years agolet mod_speling use the current AcceptPathInfo setting.
André Malo [Sat, 12 Jul 2003 16:38:25 +0000 (16:38 +0000)]
let mod_speling use the current AcceptPathInfo setting.
Default is: reject

PR: 21059

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

21 years agosync
André Malo [Sat, 12 Jul 2003 13:10:50 +0000 (13:10 +0000)]
sync

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

21 years agominor style changes
Jeff Trawick [Sat, 12 Jul 2003 13:03:39 +0000 (13:03 +0000)]
minor style changes

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

21 years agoUpdate for PR16938 task.
Jason S. Lingohr [Sat, 12 Jul 2003 04:56:57 +0000 (04:56 +0000)]
Update for PR16938 task.

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

21 years agoAdded more content.
Jason S. Lingohr [Sat, 12 Jul 2003 04:54:28 +0000 (04:54 +0000)]
Added more content.

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

21 years ago Note a list discussion topic I brought up, both items received some
William A. Rowe Jr [Fri, 11 Jul 2003 19:36:01 +0000 (19:36 +0000)]
  Note a list discussion topic I brought up, both items received some
  positive feedback so far.

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

21 years agoUpdate comment after removal of tmp_headers in r1.132.
Joe Orton [Fri, 11 Jul 2003 11:00:38 +0000 (11:00 +0000)]
Update comment after removal of tmp_headers in r1.132.

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

21 years agoMinor cleanups:
Joe Orton [Thu, 10 Jul 2003 20:29:25 +0000 (20:29 +0000)]
Minor cleanups:

* fdqueue.c (ap_queue_info_term, ap_queue_interrupt_all):
Remove redundant conditionals.

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

21 years agoMinor cleanup:
Joe Orton [Thu, 10 Jul 2003 20:11:15 +0000 (20:11 +0000)]
Minor cleanup:

* pod.c (pod_signal_internal): apr_file_write() is defined to
never return EINTR, so don't check for that case.

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

21 years agoUse three-argument form of AC_DEFINE everywhere; remove acconfig.h
Joe Orton [Thu, 10 Jul 2003 19:29:24 +0000 (19:29 +0000)]
Use three-argument form of AC_DEFINE everywhere; remove acconfig.h
and the warning message from autoconf 2.5x.

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

21 years agoPick up getpid() prototype.
Joe Orton [Thu, 10 Jul 2003 19:16:35 +0000 (19:16 +0000)]
Pick up getpid() prototype.

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

21 years agoTry to be clearer in describing the connection between AddType and
Roy T. Fielding [Thu, 10 Jul 2003 15:34:37 +0000 (15:34 +0000)]
Try to be clearer in describing the connection between AddType and
AddEncoding for defining the meaning of compressed file extensions.

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

21 years agoadd typemap and update transformation
André Malo [Thu, 10 Jul 2003 11:53:59 +0000 (11:53 +0000)]
add typemap and update transformation

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

21 years agoUpdated to reference the "Relevant Standards" document.
Jason S. Lingohr [Thu, 10 Jul 2003 05:48:00 +0000 (05:48 +0000)]
Updated to reference the "Relevant Standards" document.

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

21 years agoInitial add of the "Relevant Standards" page.
Jason S. Lingohr [Thu, 10 Jul 2003 05:46:03 +0000 (05:46 +0000)]
Initial add of the "Relevant Standards" page.

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

21 years agoSync with IANA registry and W3C recommended types, the latter being
Roy T. Fielding [Wed, 9 Jul 2003 18:03:57 +0000 (18:03 +0000)]
Sync with IANA registry and W3C recommended types, the latter being
necessary because the W3C committees are too lame to finish their
own type registrations.  Nevertheless, they are already in use.

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

21 years agoremove bogus content type overrides from the default config
Roy T. Fielding [Wed, 9 Jul 2003 15:21:50 +0000 (15:21 +0000)]
remove bogus content type overrides from the default config

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

21 years agodo not put active IfModule directives around config lines that
Roy T. Fielding [Wed, 9 Jul 2003 15:18:01 +0000 (15:18 +0000)]
do not put active IfModule directives around config lines that
are commented out -- that is just a waste of processing.

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

21 years agohttpd.spec should be removed by make extraclean
Roy T. Fielding [Wed, 9 Jul 2003 14:56:28 +0000 (14:56 +0000)]
httpd.spec should be removed by make extraclean

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

21 years agoForward port patch for CAN-2003-0192 from 2.0.
Sander Striker [Wed, 9 Jul 2003 12:27:12 +0000 (12:27 +0000)]
Forward port patch for CAN-2003-0192 from 2.0.

SECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
of per-directory renegotiations and the SSLCipherSuite directive
being used to upgrade from a weak ciphersuite to a strong one
could result in the weak ciphersuite being used in place of the
strong one.  [Ben Laurie]

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

21 years agoForward port patch for CAN-2003-0253 from 2.0.
Sander Striker [Wed, 9 Jul 2003 12:24:52 +0000 (12:24 +0000)]
Forward port patch for CAN-2003-0253 from 2.0.

SECURITY [CAN-2003-0253]: Fixed a bug in prefork MPM causing
temporary denial of service when accept() on a rarely accessed port
returns certain errors.  Reported by Saheed Akhtar
<S.Akhtar@talis.com>.  [Jeff Trawick]

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

21 years agoForward port security patch for CAN-2003-0254 from 2.0.
Sander Striker [Wed, 9 Jul 2003 12:19:01 +0000 (12:19 +0000)]
Forward port security patch for CAN-2003-0254 from 2.0.

SECURITY [CAN-2003-0254]: Fixed a bug in ftp proxy causing denial
of service when target host is IPv6 but proxy server can't create
IPv6 socket.  Fixed by the reporter.  [Yoshioka Tsuneo
<tsuneo.yoshioka@f-secure.com>]

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

21 years agoSync CHANGES entry for VU#379828 with 2.0
Sander Striker [Wed, 9 Jul 2003 12:15:42 +0000 (12:15 +0000)]
Sync CHANGES entry for VU#379828 with 2.0

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

21 years agoAdded application/ogg for .ogg files (see
Erik Abele [Tue, 8 Jul 2003 21:22:57 +0000 (21:22 +0000)]
Added application/ogg for .ogg files (see
http://www.rfc-editor.org/rfc/rfc3534.txt).

This 'fixes' PR 17719.

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

21 years agoUpdate the header token parsing code to allow LWS between the token word
Paul J. Reder [Tue, 8 Jul 2003 21:21:13 +0000 (21:21 +0000)]
Update the header token parsing code to allow LWS between the token word
and the ':' seperator.  [PR 16520]
[submitted: Kris Verbeeck <kris.verbeeck@advalvas.be> and
            Nicel KM <mnicel@yahoo.com>]
[Reviewed: <coad@measurement-factory.com> and
           Paul J. Reder]

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

21 years agoRemove "Reverse Proxy" example to avoid open proxies
Mads Toftum [Mon, 7 Jul 2003 21:19:43 +0000 (21:19 +0000)]
Remove "Reverse Proxy" example to avoid open proxies

Reviewed by: Rich Bowen

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

21 years agomove the entry for a fix just merged into 2.0.48-dev
Jeff Trawick [Mon, 7 Jul 2003 20:07:36 +0000 (20:07 +0000)]
move the entry for a fix just merged into 2.0.48-dev

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

21 years agomove the entry for a fix just merged into 2.0.48-dev
Jeff Trawick [Mon, 7 Jul 2003 19:13:54 +0000 (19:13 +0000)]
move the entry for a fix just merged into 2.0.48-dev

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

21 years agoremove proxy sample config
André Malo [Sun, 6 Jul 2003 14:37:30 +0000 (14:37 +0000)]
remove proxy sample config

Suggested by: Joshua Slive
Acked by: Cliff Woolley, Sander Striker, David Reid, /me

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

21 years agoupdate transformation
André Malo [Sun, 6 Jul 2003 02:25:21 +0000 (02:25 +0000)]
update transformation

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

21 years agoadd basic xsl for French transformation
André Malo [Sat, 5 Jul 2003 22:27:57 +0000 (22:27 +0000)]
add basic xsl for French transformation

Submitted by: Vincent Deffontaines <vincent@gryzor.com>

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

21 years agosimplify type-map config
André Malo [Sat, 5 Jul 2003 21:18:15 +0000 (21:18 +0000)]
simplify type-map config

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

21 years agocatch out of memory condition (ID 29 of reasoning report)
André Malo [Thu, 3 Jul 2003 16:07:21 +0000 (16:07 +0000)]
catch out of memory condition (ID 29 of reasoning report)

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

21 years agogrammar fixes
Roy T. Fielding [Wed, 2 Jul 2003 09:12:36 +0000 (09:12 +0000)]
grammar fixes

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

21 years agolimitinternalrecursion goes 2.0.47
André Malo [Wed, 2 Jul 2003 01:27:34 +0000 (01:27 +0000)]
limitinternalrecursion goes 2.0.47

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

21 years agoit's in the next release
André Malo [Wed, 2 Jul 2003 01:08:06 +0000 (01:08 +0000)]
it's in the next release

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

21 years agomod_ext_filter: Add the ability to filter request bodies.
Jeff Trawick [Tue, 1 Jul 2003 11:21:00 +0000 (11:21 +0000)]
mod_ext_filter: Add the ability to filter request bodies.

Submitted by: Philipp Reisner <philipp.reisner@linbit.com>
Reviewed by: Jeff Trawick

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

21 years agoNote backport.
Sander Striker [Tue, 1 Jul 2003 01:29:13 +0000 (01:29 +0000)]
Note backport.

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

21 years agoNote backport.
Sander Striker [Tue, 1 Jul 2003 00:18:10 +0000 (00:18 +0000)]
Note backport.

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

21 years agorestore old zebra behaviour
André Malo [Mon, 30 Jun 2003 23:19:57 +0000 (23:19 +0000)]
restore old zebra behaviour

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

21 years agoMerge the LaTeX todo list into the main docs STATUS file.
Joshua Slive [Mon, 30 Jun 2003 19:38:40 +0000 (19:38 +0000)]
Merge the LaTeX todo list into the main docs STATUS file.

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

21 years agoupdate transformation of recent changes
André Malo [Mon, 30 Jun 2003 01:16:33 +0000 (01:16 +0000)]
update transformation of recent changes

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

21 years agoforgot to save that change ;-)
André Malo [Mon, 30 Jun 2003 01:07:23 +0000 (01:07 +0000)]
forgot to save that change ;-)

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

21 years agoOops. This feature seems to be rarely used. Fix SSIStartTag-description.
André Malo [Mon, 30 Jun 2003 00:58:43 +0000 (00:58 +0000)]
Oops. This feature seems to be rarely used. Fix SSIStartTag-description.

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

21 years agoJust some small gramatical improvements.
Joshua Slive [Sun, 29 Jun 2003 19:35:28 +0000 (19:35 +0000)]
Just some small gramatical improvements.

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

21 years agoFix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
André Malo [Sun, 29 Jun 2003 17:41:56 +0000 (17:41 +0000)]
Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
response.

PR: 21085
Submitted by: Glenn Nielsen <glenn@apache.org>

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

21 years agoAdd FreeBSD directory layout
André Malo [Sun, 29 Jun 2003 16:44:22 +0000 (16:44 +0000)]
Add FreeBSD directory layout

PR: 21100
Submitted by: info@orangexl.com (Sander Holthaus)

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

21 years agoupdate german translation to english revision 1.71
Astrid Malo [Sun, 29 Jun 2003 15:24:05 +0000 (15:24 +0000)]
update german translation to english revision 1.71

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

21 years agoScriptInterpreterSource Registry also uses the ExecCGI subkey
Astrid Malo [Sun, 29 Jun 2003 10:24:23 +0000 (10:24 +0000)]
ScriptInterpreterSource Registry also uses the ExecCGI subkey

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

21 years agoScriptInterpreterSource has been on my mind for a long time but forgotten
Astrid Malo [Sat, 28 Jun 2003 22:55:53 +0000 (22:55 +0000)]
ScriptInterpreterSource has been on my mind for a long time but forgotten
until Jushua's changes. It's done now.

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

21 years agoexplain ScriptInterpreterSource a little bit more
Astrid Malo [Sat, 28 Jun 2003 22:38:13 +0000 (22:38 +0000)]
explain ScriptInterpreterSource a little bit more

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

21 years agoThe decision on the FAQ is basically made: we'll slowly build a new one
Joshua Slive [Sat, 28 Jun 2003 18:31:58 +0000 (18:31 +0000)]
The decision on the FAQ is basically made: we'll slowly build a new one
for 2.0.

With regard to more colaborative docs, I'm still open to discussion.

Also: remind about the crappy ScriptInterpreterSource doc.  As someone
who rarely runs apache under windows, I don't know enough about it to fix
it myself.

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

21 years agoCorrect the code in ap_check_cache_feshness to check max_age, smax_age,
Paul J. Reder [Fri, 27 Jun 2003 21:21:02 +0000 (21:21 +0000)]
Correct the code in ap_check_cache_feshness to check max_age, smax_age,
and expires correctly.
Submitted by:   Thomas Castelle  <tcastelle@generali.fr>
Reviewed and altered by: Paul J. Reder

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

21 years agoA few small formatting changes to help the LaTeX transforms.
Joshua Slive [Fri, 27 Jun 2003 18:53:03 +0000 (18:53 +0000)]
A few small formatting changes to help the LaTeX transforms.

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

21 years agoLaTeX:
Joshua Slive [Fri, 27 Jun 2003 18:50:49 +0000 (18:50 +0000)]
LaTeX:

- Change the base font to 10pt.  Yes, this is a little smaller than
I prefer for reading a long book, but it makes it much easier to
fit text in tables/examples/lines/etc, and it shrinks the whole
thing by about 100 pages.

- Fix issue with inter-item spacing.

- Change all links to blue (the green was too light, and I don't feel
like figuring out how to fix that with the latex color package)

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

21 years ago+1 against Wiki's and the FAQ.
Jason S. Lingohr [Fri, 27 Jun 2003 04:42:58 +0000 (04:42 +0000)]
+1 against Wiki's and the FAQ.

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

21 years agoupdate translation to english revision 1.31
Astrid Malo [Wed, 25 Jun 2003 21:42:27 +0000 (21:42 +0000)]
update translation to english revision 1.31

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

21 years agomarkup improvement
Astrid Malo [Wed, 25 Jun 2003 20:58:40 +0000 (20:58 +0000)]
markup improvement

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

21 years agoBen's streamy PROPFIND patch has been backported.
Greg Stein [Wed, 25 Jun 2003 20:22:15 +0000 (20:22 +0000)]
Ben's streamy PROPFIND patch has been backported.

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

21 years agoAdded a warning to the AcceptMutex directive documentation indicating
Paul J. Reder [Wed, 25 Jun 2003 17:25:34 +0000 (17:25 +0000)]
Added a warning to the AcceptMutex directive documentation indicating
that the pthread option can result in a non-responsive server on
systems that can't reclaim a locked mutex from the segfaulted child
holding it. [Paul J. Reder]

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

21 years ago Absorb our ssl library-foo from the mod_ssl build changes to automatically
William A. Rowe Jr [Tue, 24 Jun 2003 23:09:59 +0000 (23:09 +0000)]
  Absorb our ssl library-foo from the mod_ssl build changes to automatically
  generate an SSL/https: enabled ab binary.

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

21 years ago Narrow the scope of several OPENSSL-specific setup and teardown calls
William A. Rowe Jr [Tue, 24 Jun 2003 21:40:32 +0000 (21:40 +0000)]
  Narrow the scope of several OPENSSL-specific setup and teardown calls
  to only OpenSSL based builds.

  Also introduce success result for the registered cleanup callback
  to clean up a compiler emit.

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

21 years agomod_cgid: Restart the cgid daemon if it crashes.
Jeff Trawick [Mon, 23 Jun 2003 20:17:00 +0000 (20:17 +0000)]
mod_cgid: Restart the cgid daemon if it crashes.

PR:             19849
Submitted by:   Glenn Nielsen <glenn@apache.org>
Reviewed by:    Jeff Trawick

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

21 years agoupdate to reflect a merged fix
Jeff Trawick [Mon, 23 Jun 2003 12:29:58 +0000 (12:29 +0000)]
update to reflect a merged fix

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

21 years agoEliminate creation of a temporary table in ap_get_mime_headers_core()
Brian Pane [Sun, 22 Jun 2003 22:08:53 +0000 (22:08 +0000)]
Eliminate creation of a temporary table in ap_get_mime_headers_core()
Submitted by: Joe Schaefer <joe+gmane@sunstarsys.com>
Reviewed by: Brian Pane

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

21 years agoRemoved superfluous whitespace.
Jason S. Lingohr [Sun, 22 Jun 2003 15:58:05 +0000 (15:58 +0000)]
Removed superfluous whitespace.

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

21 years agoRemoved superfluous whitespace.
Jason S. Lingohr [Sun, 22 Jun 2003 15:31:23 +0000 (15:31 +0000)]
Removed superfluous whitespace.

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

21 years agoMinor changes, plus whitespace removal.
Jason S. Lingohr [Sun, 22 Jun 2003 09:36:33 +0000 (09:36 +0000)]
Minor changes, plus whitespace removal.

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

21 years agoupdate transformation
Astrid Malo [Sat, 21 Jun 2003 23:44:18 +0000 (23:44 +0000)]
update transformation

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

21 years ago- mention that DocumentRoot is interpreted relativ to ServerRoot if it is
Astrid Malo [Sat, 21 Jun 2003 23:33:59 +0000 (23:33 +0000)]
- mention that DocumentRoot is interpreted relativ to ServerRoot if it is
  not absolute
- remove description of absolute pathes (beginning with a slash) because
  this is valid only for some OS

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

21 years agomod_cgid: Eliminate a double-close of a socket. This resolves
Jeff Trawick [Fri, 20 Jun 2003 22:53:15 +0000 (22:53 +0000)]
mod_cgid: Eliminate a double-close of a socket.  This resolves
various operational problems in a threaded MPM, since on the
second attempt to close the socket, the same descriptor was
often already in use by another thread for another purpose.

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

21 years agoLaTeX:
Joshua Slive [Fri, 20 Jun 2003 22:51:28 +0000 (22:51 +0000)]
LaTeX:

- Replace " with \texttt{"}, which is ugly, but less ugly than quotes going
in the wrong direction.

- Add a disclaimer to the front of the book telling people to look
at the html if they have a problem.

- Use "longtable" (and thereby allow a pagebreak) for tables with
more than 15 rows.

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

21 years agoDocumentRoot always used to be interpreted relative to ServerRoot. Make it server_roo...
Martin Kraemer [Fri, 20 Jun 2003 12:53:52 +0000 (12:53 +0000)]
DocumentRoot always used to be interpreted relative to ServerRoot. Make it server_root_relative like in Apache-1.3

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

21 years agoUse portable macro instead of the (no longer working) Apache-1.3 code
Martin Kraemer [Fri, 20 Jun 2003 12:52:18 +0000 (12:52 +0000)]
Use portable macro instead of the (no longer working) Apache-1.3 code

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

21 years agoNeeded on EBCDIC systems
Martin Kraemer [Fri, 20 Jun 2003 12:50:11 +0000 (12:50 +0000)]
Needed on EBCDIC systems

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

21 years agoadd more info to a log message so we know which "read failed" scenario
Jeff Trawick [Fri, 20 Jun 2003 00:55:02 +0000 (00:55 +0000)]
add more info to a log message so we know which "read failed" scenario
occurred

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

21 years agoHave mod_dav deal with errors that happen during a streamy provider
Greg Stein [Thu, 19 Jun 2003 21:24:10 +0000 (21:24 +0000)]
Have mod_dav deal with errors that happen during a streamy provider
response.

* mod_dav.c (dav_method_propfind, dav_method_report): if the dav
    provider throws an error in the middle of streaming a response,
    have mod_dav log an error and abort the connection.

Submitted by: Ben Collins-Sussman <sussman@collab.net>

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

21 years agoFix a crasher introduced on June 3.
Greg Stein [Thu, 19 Jun 2003 21:21:15 +0000 (21:21 +0000)]
Fix a crasher introduced on June 3.

* mod_dav.c (dav_method_propfind): the PROPFIND request might not have
    a body. Therefore, we cannot dereference 'doc' unconditionally.
    Test it to decide what to pass on to dav_begin_multistatus().

Submitted by: Ben Collins-Sussman <sussman@collab.net>,
              David Waite <mass@akuma.org>

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

21 years agoFix some really nasty markup in mod_ssl (well, just a work-around
Joshua Slive [Thu, 19 Jun 2003 18:40:49 +0000 (18:40 +0000)]
Fix some really nasty markup in mod_ssl (well, just a work-around
really; the <pre> needs to be removed).

Add a missing faq section to the sitemap (my fault)

Add a columnspec to the quickreference.

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

21 years agoLaTeX:
Joshua Slive [Thu, 19 Jun 2003 18:36:06 +0000 (18:36 +0000)]
LaTeX:

- Add transformations of quickreference and faq.

- Move <seealso> and the titles to their own templates to avoid
repeating code.

- Fix external directives.

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

21 years agodistclean/extraclean tweak: blow away docs/conf/ssl-std.conf
Jeff Trawick [Thu, 19 Jun 2003 13:43:28 +0000 (13:43 +0000)]
distclean/extraclean tweak: blow away docs/conf/ssl-std.conf

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