]> granicus.if.org Git - apache/log
apache
25 years agoTypo in HREF.
Martin Kraemer [Mon, 14 Jun 1999 18:41:23 +0000 (18:41 +0000)]
Typo in HREF.

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

25 years agoTypo
Jim Jagielski [Sun, 13 Jun 1999 20:06:42 +0000 (20:06 +0000)]
Typo

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

25 years agoPR:
Jim Jagielski [Sun, 13 Jun 1999 19:59:37 +0000 (19:59 +0000)]
PR:
Obtained from:
Submitted by: Mathijs Maassen <mathijs@xs4all.nl>
Reviewed by: Jim, Lars
Add the new DocumentRootCheck directive. This determines if we
check for each DocumentRoot during startup.

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

25 years ago A minor enhancement to SetEnvIf*: allow it to test envariables
Ken Coar [Fri, 4 Jun 1999 18:40:00 +0000 (18:40 +0000)]
A minor enhancement to SetEnvIf*: allow it to test envariables
as well as request attributes.

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

25 years agoThis patch removes the processing of `mxb' parameters in Accept
dgaudet [Fri, 4 Jun 1999 17:15:48 +0000 (17:15 +0000)]
This patch removes the processing of `mxb' parameters in Accept
headers in mod_negotiation.  A second patch updates the manual to
reflect this (mxb is not documented directly in the manual but support
for it is implied in one place).

Reasons for removing this feature:

1) As currently implemented, the 'mxb' feature makes possible certain
denial-of-service attacks on negotiated content.  These attacks are
posssible for user communities which access an Apache server from
behind a HTTP/1.1 proxy which implements `Vary' related optimisations.
Plugging this denial of service hole without removing `mxb' is fairly
expensive in terms of degrading caching efficiency.

2) `mxb' is not in HTTP/1.0 or HTTP/1.1 or any other standard

3) Nobody seems to make use of 'mxb'.  (Balachander Krishnamurthy
kindly offered to grep some of his web traffic traces -- he did not
find a single Accept with mxb in a whole day of recent traffic, nor in
older traces)

4) Removing a feature makes a nice change from adding features.

Submitted by: Koen Holtman <Koen.Holtman@cern.ch>

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

25 years ago These -1s cause us a lot of grief. When is a signed int not
Ken Coar [Thu, 27 May 1999 16:49:26 +0000 (16:49 +0000)]
These -1s cause us a lot of grief.  When is a signed int not
a signed int?  When it's an unsigned int or long!  {Sigh}

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

25 years agoNote that -t may is useful to test configurations before doing a restart
pcs [Sat, 22 May 1999 13:12:39 +0000 (13:12 +0000)]
Note that -t may is useful to test configurations before doing a restart

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

25 years ago Allow SetEnvIf* to set things according to the protocol of
Ken Coar [Wed, 19 May 1999 13:26:06 +0000 (13:26 +0000)]
Allow SetEnvIf* to set things according to the protocol of
the request.

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

25 years agoUpdate DSO status...
Ralf S. Engelschall [Mon, 17 May 1999 08:16:02 +0000 (08:16 +0000)]
Update DSO status...

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

25 years agoAlways log months in english format for %t in mod_log_config.
dgaudet [Sun, 16 May 1999 23:39:42 +0000 (23:39 +0000)]
Always log months in english format for %t in mod_log_config.

PR: 4366, 679
Submitted by: Petr Lampa <lampa@fee.vutbr.cz>

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

25 years ago Someone finally stood up and made the ReadmeName and HeaderName
Ken Coar [Thu, 13 May 1999 18:25:45 +0000 (18:25 +0000)]
Someone finally stood up and made the ReadmeName and HeaderName
features use subrequests.  Not only that, but they can be
parsed for SSIs too!

PR: 1574, 3026, 3529, 3569, 4256
Submitted by: Raymond S Brand <rsbx@rsbx.net>
Reviewed by: Ken Coar

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

25 years ago Add the 'force-no-vary' envariable to the list of specials, and
Ken Coar [Tue, 4 May 1999 19:17:37 +0000 (19:17 +0000)]
Add the 'force-no-vary' envariable to the list of specials, and
put the entire list into alphabetical order.

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

25 years agoAdd Apple platforms.
Wilfredo Sanchez [Mon, 3 May 1999 23:23:03 +0000 (23:23 +0000)]
Add Apple platforms.
Update the date.

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

25 years agoUpdate some supported platforms.
Randy Terbush [Mon, 3 May 1999 22:47:08 +0000 (22:47 +0000)]
Update some supported platforms.

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

25 years ago Minor fix discovered whilst investigating a problem..
Ken Coar [Sun, 2 May 1999 16:48:18 +0000 (16:48 +0000)]
Minor fix discovered whilst investigating a problem..

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

25 years agoMake the install-bindist.sh script standalone. (don't require src/helpers)
Randy Terbush [Sun, 2 May 1999 16:44:24 +0000 (16:44 +0000)]
Make the install-bindist.sh script standalone. (don't require src/helpers)
This could allow us to do binary distributions without source if we choose
to.

PERL detection now makes sure it is perl5 since the 2 scripts in question
(dbmmanage and apxs) require perl5.

Fix some breakage I introduced when creating apachectl.

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

25 years agoAdd functionality to the install-bindist.sh script created by
Randy Terbush [Sun, 2 May 1999 02:58:07 +0000 (02:58 +0000)]
Add functionality to the install-bindist.sh script created by
binbuild.sh to use tar when copying distribution files to the
serverroot. This allows upgrading an existing installation
without nesting the new distribution in the old.

install-bindist.sh now detects the local perl5 path to install
apxs and dbmmanage with proper path to perl interpreter.

Add an install-binsupport target which copies the source files
for apxs and dbmmanage to bindist to allow these scripts to
be properly installed relative to the destination serverroot.

FWIW - abort during commit for changed files commited without
comments.

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

25 years ago Un-make a broken link from being an anchor.
Ken Coar [Fri, 30 Apr 1999 13:20:05 +0000 (13:20 +0000)]
Un-make a broken link from being an anchor.

Submitted by: Roy Bryant <roybryant@seventwentyfour.com>
Reviewed by: Ken Coar

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

25 years ago Point out that for multiple AddLanguage directives with the
Ken Coar [Thu, 29 Apr 1999 19:55:53 +0000 (19:55 +0000)]
Point out that for multiple AddLanguage directives with the
same extension, the last one encountered dominates.  This is
true of lots of directives, but this is the one on which we
got a PR..

PR: 3570

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

25 years ago A minor but frequest request: allow Webmaster control over the
Ken Coar [Thu, 29 Apr 1999 15:44:32 +0000 (15:44 +0000)]
A minor but frequest request: allow Webmaster control over the
name of the tracking cookie.

PR: 2921, 4303

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

25 years ago Add another special-meaning envariable, force-no-vary, to allow
Ken Coar [Thu, 29 Apr 1999 15:06:54 +0000 (15:06 +0000)]
Add another special-meaning envariable, force-no-vary, to allow
removal of the Vary field from response headers.

PR: 4118

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

25 years agoSubmitted by: Joe Moenich <moenich@us.ibm.com>
Manoj Kasichainula [Tue, 27 Apr 1999 20:36:25 +0000 (20:36 +0000)]
Submitted by: Joe Moenich <moenich@us.ibm.com>
Reviewed by: Dean Gaudet, Martin Kraemer, Manoj Kasichainula

Add support for standalone mode in TPF

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

25 years agoPR:
brian [Tue, 27 Apr 1999 08:26:55 +0000 (08:26 +0000)]
PR:

Slight typo corrected.

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

25 years ago Fix a protocol misquote.
Ken Coar [Mon, 26 Apr 1999 12:22:24 +0000 (12:22 +0000)]
Fix a protocol misquote.

PR: 4308
Submitted by: Klaus Weide <kweide@tezcat.com>
Reviewed by: Ken Coar

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

25 years agoCommit corresponding CHANGES and documentation changes for RewriteLock.
Ralf S. Engelschall [Thu, 22 Apr 1999 09:58:03 +0000 (09:58 +0000)]
Commit corresponding CHANGES and documentation changes for RewriteLock.

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

25 years agomissing / in example
dgaudet [Wed, 21 Apr 1999 05:01:24 +0000 (05:01 +0000)]
missing / in example

PR: 3631
Submitted by: Sebastian Andersson <sa@hogia.net>

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

25 years agoDocument the MaxRequestsPerChild values wrt
Jim Jagielski [Tue, 20 Apr 1999 22:19:15 +0000 (22:19 +0000)]
Document the MaxRequestsPerChild values wrt
KeepAlives and how to tune it

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

25 years agoie40 screws up vary
dgaudet [Tue, 20 Apr 1999 20:00:39 +0000 (20:00 +0000)]
ie40 screws up vary

PR: 4118

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

25 years agonote about 127.0.0.1
dgaudet [Tue, 20 Apr 1999 19:18:41 +0000 (19:18 +0000)]
note about 127.0.0.1

PR: 4155

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

25 years ago Add a note about 'no whitespace need apply.'
Ken Coar [Wed, 14 Apr 1999 11:19:21 +0000 (11:19 +0000)]
Add a note about 'no whitespace need apply.'

PR: 4212

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

25 years agoSome documentation on the multiple services patch
Bill Stoddard [Thu, 8 Apr 1999 21:56:40 +0000 (21:56 +0000)]
Some documentation on the multiple services patch
Submitted by: Keith Wannamaker

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

25 years agoRemoveHandler was missing from the directives list
pcs [Tue, 23 Mar 1999 14:35:47 +0000 (14:35 +0000)]
RemoveHandler was missing from the directives list

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

25 years agoRemove --user/--group tar options... they are not portable.
Lars Eilebrecht [Mon, 22 Mar 1999 23:41:40 +0000 (23:41 +0000)]
Remove --user/--group tar options... they are not portable.
Ignore it for now. I'll have to take a closer at it.

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

25 years agoBack out Ken's PassAllEnv code...
Lars Eilebrecht [Mon, 22 Mar 1999 23:38:20 +0000 (23:38 +0000)]
Back out Ken's PassAllEnv code...

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

25 years agoSome minor doc updates...
Lars Eilebrecht [Sun, 21 Mar 1999 02:03:04 +0000 (02:03 +0000)]
Some minor doc updates...

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

25 years ago Add PassAllEnv to make all of the server's environment variables
Ken Coar [Sat, 20 Mar 1999 21:51:37 +0000 (21:51 +0000)]
Add PassAllEnv to make all of the server's environment variables
available to CGIs and SSIs within the directive's scope.  NOT
recommended for general use, but eases the transition for IBM's
current LDGW customers to Apache.

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

25 years agoAdd option to let the user specify an email address.
Lars Eilebrecht [Fri, 19 Mar 1999 22:57:30 +0000 (22:57 +0000)]
Add option to let the user specify an email address.

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

25 years agoUpdate negotiation documentation.
Lars Eilebrecht [Fri, 19 Mar 1999 21:23:19 +0000 (21:23 +0000)]
Update negotiation documentation.

Submitted by: Koen Holtman <Koen.Holtman@cern.ch>

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

25 years agoNote the different Start menu option names between 1.3.4 and 1.3.5.
pcs [Fri, 19 Mar 1999 16:07:18 +0000 (16:07 +0000)]
Note the different Start menu option names between 1.3.4 and 1.3.5.

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

25 years agoNote that Apache may run on Windows 98 (since at least some bug reports
pcs [Fri, 19 Mar 1999 16:02:19 +0000 (16:02 +0000)]
Note that Apache may run on Windows 98 (since at least some bug reports
say they've tried it).

Describe the new Apache Start menu options for starting and stopping
the Apache console application.

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

25 years agoOops...
Lars Eilebrecht [Tue, 16 Mar 1999 23:46:02 +0000 (23:46 +0000)]
Oops...

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

25 years agoTypo.
Lars Eilebrecht [Mon, 15 Mar 1999 22:14:39 +0000 (22:14 +0000)]
Typo.

PR: 4060
Submitted by: Axel Beckert <axel@dagstuhl.de>
Reviewed by: Lars

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

25 years agoAdded ap_sub_req_method_uri() for doing a subrequest with a method
Roy T. Fielding [Sun, 7 Mar 1999 15:05:32 +0000 (15:05 +0000)]
Added ap_sub_req_method_uri() for doing a subrequest with a method
other than GET, and const'd the definition of method in request_rec.

Submitted by: Greg Stein <gstein@lyra.org>
Reviewed by: Roy Fielding, Dean Gaudet, Doug MacEachern

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

25 years agoCommit %V and \n changes to mod_log_config.
dgaudet [Thu, 4 Mar 1999 19:28:37 +0000 (19:28 +0000)]
Commit %V and \n changes to mod_log_config.

Submitted by: Tony Finch <dot@dotat.at>

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

25 years agomod_so is base, not experimental.
Bill Stoddard [Fri, 26 Feb 1999 17:07:03 +0000 (17:07 +0000)]
mod_so is base, not experimental.
Submitted by: Shane Owenby

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

25 years agoMake paths more portable, since I plan on moving the docroot for apache.org soon.
brian [Fri, 26 Feb 1999 00:39:58 +0000 (00:39 +0000)]
Make paths more portable, since I plan on moving the docroot for apache.org soon.

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

25 years agoFix minor HTML errors
pcs [Mon, 22 Feb 1999 16:41:06 +0000 (16:41 +0000)]
Fix minor HTML errors

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

25 years agoThis passage got lost.
Martin Kraemer [Sun, 21 Feb 1999 20:35:12 +0000 (20:35 +0000)]
This passage got lost.
Submitted-By: Joshua Slive <slive@finance.commerce.ubc.ca>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82837 13f79535-47bb-0310-9956-ffa450edef68

25 years agoUpdated docs; no FollowSymLinks in <DirectoryMatch>
Lars Eilebrecht [Sun, 21 Feb 1999 01:47:10 +0000 (01:47 +0000)]
Updated docs; no FollowSymLinks in <DirectoryMatch>

PR: 2657
Obtained from: Brian Thomas <wolfie@mpath.com>

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

25 years agoSpelling fixes.
Marc Slemko [Sun, 21 Feb 1999 00:16:36 +0000 (00:16 +0000)]
Spelling fixes.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

25 years agonew FAQ doc
Lars Eilebrecht [Sat, 20 Feb 1999 02:37:44 +0000 (02:37 +0000)]
new FAQ doc

Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca>
Reviewed by: Bill Stoddard, Lars Eilebrecht

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

25 years ago Remove the ReferIgnore directive from mod_log_config (Dean's veto).
Ken Coar [Sat, 20 Feb 1999 00:13:29 +0000 (00:13 +0000)]
Remove the ReferIgnore directive from mod_log_config (Dean's veto).
Get rid of the array for the 'env=' clause, since it only takes
a single variable name; use a char * instead.  Check for conditional
envars by seeing if the condition string is non-NULL rather than
using a separate Boolean cell.

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

25 years ago Add conditional logging based upon environment variable existence.
Ken Coar [Wed, 17 Feb 1999 23:28:11 +0000 (23:28 +0000)]
Add conditional logging based upon environment variable existence.
Also add RefererIgnore functionality from mod_log_referer to
mod_log_config; mod_log_referer and mod_log_agent are now
deprecated.  The list of envariables to check is set up as
an array even though the current implementation (TAKE23)
only handles one; just in case we ever want to do something
strange like, 'env=foo,bar,!bag'.

PR: 519, 548, 1351, 1811(?), 3449

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

25 years ago Add the licence question to the FAQ..
Ken Coar [Tue, 16 Feb 1999 15:11:30 +0000 (15:11 +0000)]
Add the licence question to the FAQ..

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

25 years agofix/enhancement
Lars Eilebrecht [Sun, 14 Feb 1999 14:26:49 +0000 (14:26 +0000)]
fix/enhancement

PR: 3745
Submitted by: Roger Pack <roger.pack@juno.com>

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

25 years agomake windoze users happy...
Lars Eilebrecht [Sun, 14 Feb 1999 01:03:18 +0000 (01:03 +0000)]
make windoze users happy...

PR: 3860
Submitted by: Joshua Slive <slive+apachebugs@finance.commerce.ubc.ca>

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

25 years agoUpdate y2k FAQ.
Lars Eilebrecht [Sun, 14 Feb 1999 00:45:08 +0000 (00:45 +0000)]
Update y2k FAQ.

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

25 years agobroken link...
Lars Eilebrecht [Thu, 11 Feb 1999 20:22:59 +0000 (20:22 +0000)]
broken link...

PR: 3867
Submitted by: SAFRAN Philippe <Philippe.Safran@sherpa.com>

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

25 years agoAdded a <LimitExcept method ...> sectioning directive that allows
Roy T. Fielding [Tue, 9 Feb 1999 20:20:23 +0000 (20:20 +0000)]
Added a <LimitExcept method ...> sectioning directive that allows
the user to assign authentication control to any HTTP method that
is *not* given in the argument list; i.e., the logical negation
of the <Limit> directive.  This is particularly useful for controlling
access on methods unknown to the Apache core, but perhaps known by
some module or CGI script.

Submitted by:  Roy Fielding and Tony Finch <dot@dotat.at>

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

25 years agoUpdate docs according to new negotiation ordering. Note that we
Roy T. Fielding [Sat, 6 Feb 1999 14:00:33 +0000 (14:00 +0000)]
Update docs according to new negotiation ordering.  Note that we
still don't have any documentation of TCN/RVSA effects.

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

25 years agoUpdate htdocs with new ScriptInterpreterSource directive.
Bill Stoddard [Sat, 6 Feb 1999 11:00:57 +0000 (11:00 +0000)]
Update htdocs with new ScriptInterpreterSource directive.

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

25 years agoNote change of default error log filename on Windows from error_log
pcs [Fri, 5 Feb 1999 09:22:43 +0000 (09:22 +0000)]
Note change of default error log filename on Windows from error_log
to error.log.

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

25 years ago Fix a typo..
Ken Coar [Thu, 4 Feb 1999 18:15:05 +0000 (18:15 +0000)]
Fix a typo..

PR: 3831
Submitted by: William Lipp <w.b.lipp@ieee.org>
Reviewed by: Ken Coar

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

25 years agoMore idiot-proofing?
brian [Thu, 28 Jan 1999 18:22:03 +0000 (18:22 +0000)]
More idiot-proofing?

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

25 years agoOne item already added by someone sometime, one that should be.
Marc Slemko [Wed, 27 Jan 1999 03:36:37 +0000 (03:36 +0000)]
One item already added by someone sometime, one that should be.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

25 years agoUpdate default path to installed httpd binary
pcs [Sun, 24 Jan 1999 22:34:37 +0000 (22:34 +0000)]
Update default path to installed httpd binary

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

25 years agoadd some recent bugs
dgaudet [Fri, 22 Jan 1999 18:04:11 +0000 (18:04 +0000)]
add some recent bugs

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

25 years agoTony Finch says:
brian [Wed, 20 Jan 1999 04:47:08 +0000 (04:47 +0000)]
Tony Finch says:
>I just realised that this is wrong: the %v won't work on 1.3.4 because
>it always uses the canonical server name. It should be changed to
>%{SERVER_NAME}e.

So I've changed it accordingly.

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

25 years agoTake II of the shell consistancy change. Although I agree that the use
Jim Jagielski [Sat, 16 Jan 1999 22:00:46 +0000 (22:00 +0000)]
Take II of the shell consistancy change. Although I agree that the use
of '.' is easier on the eyes, 'x' does seem more common and old-dog
shell programmers kind of expect it. It's also easier to search for in
vi :)

Some may question why we need to wrap or protect if we are sure that
the $var isn't null, but it really doesn't cost that much for the
extra insurance and it stops people from having to shift "mental gears"
when they run across such statements.

Some may question why even bother with a consistant style... I think
it's important to write readable code and understandable code and code
that others can maintain easily. A consistant style, IMO, helps this
effort. It also just plain looks better :)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

25 years agoBack out jim's recent "x"/"." change. This is a veto and I've given
dgaudet [Fri, 15 Jan 1999 22:39:56 +0000 (22:39 +0000)]
Back out jim's recent "x"/"." change.  This is a veto and I've given
reasons in new-httpd.

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

25 years agoFinal phase of shell programming style consistancy check.
Jim Jagielski [Fri, 15 Jan 1999 20:59:39 +0000 (20:59 +0000)]
Final phase of shell programming style consistancy check.
PR:
Obtained from:
Submitted by:
Reviewed by:

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

25 years agoOlder shells don't support the newer method
Jim Jagielski [Fri, 15 Jan 1999 15:06:59 +0000 (15:06 +0000)]
Older shells don't support the newer method
of shell execute (  )

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

25 years agoFirst step in making binbuild.sh more
Jim Jagielski [Fri, 15 Jan 1999 15:01:16 +0000 (15:01 +0000)]
First step in making binbuild.sh more
"universal" as far as working with all/most shells. Remove the
findprg.sh helper since PrintPath works just fine

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

25 years agoOops, forgot to add it here.
brian [Fri, 15 Jan 1999 00:59:12 +0000 (00:59 +0000)]
Oops, forgot to add it here.

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

25 years agoThis is the document on how to use mod_rewrite to eliminate the need for
brian [Fri, 15 Jan 1999 00:57:10 +0000 (00:57 +0000)]
This is the document on how to use mod_rewrite to eliminate the need for
virtualhost settings in the config file.  Many thanks to Tony Finch <dot@dotat.at>
for contributing this!

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

25 years ago Fix a typo.
Ken Coar [Tue, 12 Jan 1999 20:02:00 +0000 (20:02 +0000)]
Fix a typo.

Submitted by: Robin Langford <Robin_Langford@US.IBM.Com>
Reviewed by: Ken Coar

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

25 years agoFix typos, update for new makefiles.
Roy T. Fielding [Sun, 10 Jan 1999 05:47:07 +0000 (05:47 +0000)]
Fix typos, update for new makefiles.

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

25 years agoTry to avoid some confusion from the changing of command line arguments,
pcs [Sat, 9 Jan 1999 16:53:56 +0000 (16:53 +0000)]
Try to avoid some confusion from the changing of command line arguments,
by documenting the meanings of the arguments for each different version of
Apache. This is important since the current live site now documents the
"new" behaviour (for -L, -l, h) even though there is no released Apache
for which that documentation is valid. Even after releasing 1.3.4 users of
older versions will be accessing the documentation.

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

25 years ago ???
Ken Coar [Fri, 8 Jan 1999 23:24:46 +0000 (23:24 +0000)]
???

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

25 years ago The semi-occasional partial cleaning-up of the HTML..
Ken Coar [Fri, 8 Jan 1999 23:13:29 +0000 (23:13 +0000)]
The semi-occasional partial cleaning-up of the HTML..

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

25 years ago Add the documentation for the RemoveHandler directive.
Ken Coar [Fri, 8 Jan 1999 22:37:03 +0000 (22:37 +0000)]
Add the documentation for the RemoveHandler directive.

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

25 years agoSubmitted by: Joe Moenich <moenich@us.ibm.com>
Manoj Kasichainula [Wed, 6 Jan 1999 21:56:57 +0000 (21:56 +0000)]
Submitted by:   Joe Moenich <moenich@us.ibm.com>
Reviewed by: Manoj Kasichainula <manojk@raleigh.ibm.com>
Various TPF tweaks, simplifying installation, etc.

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

25 years agoAdded binbuild.sh and findprg.sh helpers to make it easier for us
Roy T. Fielding [Tue, 5 Jan 1999 05:14:52 +0000 (05:14 +0000)]
Added binbuild.sh and findprg.sh helpers to make it easier for us
to build binary distributions.  This is Lars' "take 2" version of 12/26.

Submitted by: Lars Eilebrecht
Reviewed by: Roy Fielding, Randy Terbush

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

25 years ago Allow fancyindexed directories to be presorted in some other way
Ken Coar [Mon, 4 Jan 1999 14:35:53 +0000 (14:35 +0000)]
Allow fancyindexed directories to be presorted in some other way
than by name.

PR: 1699
Submitted by: Ken Coar
Reviewed by: Martin Kraemer

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

25 years agoSmall fix for mod_env.html: The module was documented as to be _not_
Ralf S. Engelschall [Sat, 2 Jan 1999 13:24:41 +0000 (13:24 +0000)]
Small fix for mod_env.html: The module was documented as to be _not_
compiled into Apache per default, although it _IS_ compiled into
Apache per default.

Submitted by: Sim Harbert <sim@mindspring.com>
Reviewed by: Ralf S. Engelschall
PR: 3572

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

25 years agoTwo minor enhancements to mod_rewrite: First RewriteRule now also supports the
Ralf S. Engelschall [Fri, 1 Jan 1999 19:50:23 +0000 (19:50 +0000)]
Two minor enhancements to mod_rewrite: First RewriteRule now also supports the
``nocase|NC'' flag (as RewriteCond already does for ages) to match case
insensitive (this especially avoids nasty patterns like `[tT][eE][sS][tT]').
Second two additional internal map functions `escape' and `unescape' were
added which can be used to escape/unescape to/from hex-encodings in URLs parts
(this is especially useful in combination with map lookups).

Submitted by: Magnus Bodin, Ian Kallen
Integrated and fixed by: Ralf S. Engelschall

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

25 years ago``Oh, by the way: the same procedure as last year?
Ralf S. Engelschall [Fri, 1 Jan 1999 19:04:34 +0000 (19:04 +0000)]
``Oh, by the way: the same procedure as last year?
  The same procedure as _every_ year, James!''

So, a lot of touched files here, but it's just a tiny harmless patch.
As every year we bump up the year number in our copyright headers.

1. "199x-1998" => "199x-1999"
2. "1998"      => "1998-1999"

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

25 years agoFix a few minor inconsistencies related to directive scoping
Ralf S. Engelschall [Fri, 1 Jan 1999 17:03:12 +0000 (17:03 +0000)]
Fix a few minor inconsistencies related to directive scoping
============================================================

1. httpd -h

Under "httpd -h" one gets a nice English description in which scope a
directive can occur. But we talk here only about <Directory> and <Location>,
although <Files> is treated the same (also with `cmd->override ==
ACCESS_CONF|OR_ALL'). So I think it's correct to also list <Files>, too.

2. Used scope variants

Currently we have 203 directives and they use the following scopes (the
numbers in parenthesis gives the number of directives using a particular
scope):

   RSRC_CONF (106)
   RSRC_CONF|ACCESS_CONF (5)
   RSRC_CONF|ACCESS_CONF|OR_ALL (1)            <--
   RSRC_CONF|ACCESS_CONF|OR_AUTHCFG (2)        <--
   ACCESS_CONF (5)
   OR_AUTHCFG (20)
   OR_LIMIT (3)
   OR_OPTIONS (4)
   OR_FILEINFO (21)
   OR_INDEXES (23)
   OR_ALL (13)

This is well spreaded and sounds reasonable. Except for
the two classes:

   RSRC_CONF|ACCESS_CONF|OR_ALL (1)
   RSRC_CONF|ACCESS_CONF|OR_AUTHCFG (2)

The first one is just a syntax overkill. It means only OR_ALL, because OR_ALL
includes (implicitly) already RSRC_CONF and ACCESS_CONF. So, when we fix
this to OR_ALL we get:

   RSRC_CONF (106)
   RSRC_CONF|ACCESS_CONF (5)
   RSRC_CONF|ACCESS_CONF|OR_AUTHCFG (2)        <--
   ACCESS_CONF (5)
   OR_AUTHCFG (20)
   OR_LIMIT (3)
   OR_OPTIONS (4)
   OR_FILEINFO (21)
   OR_INDEXES (23)
   OR_ALL (14)

The remaining RSRC_CONF|ACCESS_CONF|OR_AUTHCFG is used by two directives:
UseCanonicalName and ContentDigest. Two not too old directives which were
added mostly at the same time. They're are implemented the same way.
But the scope looks incorrect. Why?

First, it's again syntax overkill, ok. We can reduce it to
RSRC_CONF|OR_AUTHCFG. But when we compare it to all other used scopes, it
looks very inconsistent. No other of the 203 directives want to be applicable
in such a non-orthoginal scope: on the first hand inside the AuthConfig scope
(which means .htaccess under "AllowOverride AuthConfig" plus _INSIDE_ of
<Directory>/<Location>/<Files> sections in httpd.conf only) and on the other
hand also in RSRC_CONF (which means _OUTSIDE_ of
<Directory>/<Location>/<Files> sections in httpd.conf only). Sure, finally
it's everywhere in httpd.conf plus .htaccess under AuthConfig scope.  But it's
not intuitive: Directives which want to be applicable in such a total scope
use OR_OPTIONS, OR_FILEINFO or OR_INDEXES. And when we think about
UseCanonicalName and ContentDigest we find out that they belongs more to
Options, XBitHack and CheckSpelling than to any AuthXXXX directives.

So, I propose to change the scope of those two directives to OR_OPTIONS.  It
makes no big difference, of course. It still is useable everwhere inside
httpd.conf, but inside .htaccess now under Options instead of AuthConfig.  And
it both belongs to the more correct group of directives and makes our list of
used scopes more consistent.

With the above patch be get this consistent scope-list:

   RSRC_CONF (106)
   RSRC_CONF|ACCESS_CONF (5)
   ACCESS_CONF (5)
   OR_AUTHCFG (20)
   OR_LIMIT (3)
   OR_OPTIONS (6)
   OR_FILEINFO (21)
   OR_INDEXES (23)
   OR_ALL (14)

When we take into account that _theoretically_ there are a lot more variants
of these or'ed values are possible, this list is _VERY_ clean. Actually it's
the most clean variant I can think of (except for the fact that the whole
mechanism is a horrible mess ;-)...

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

25 years agoA little update (DefaultLanguage wasn't on the directives page).
Lars Eilebrecht [Sun, 27 Dec 1998 02:38:15 +0000 (02:38 +0000)]
A little update (DefaultLanguage wasn't on the directives page).

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

25 years agoSome updates/modifications (based on the patch from the PR).
Lars Eilebrecht [Fri, 18 Dec 1998 23:49:44 +0000 (23:49 +0000)]
Some updates/modifications (based on the patch from the PR).

PR: 3549
Submitted by: Joshua Slive <slive+apachebugs@finance.commerce.ubc.ca>

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

25 years agofile moved
dgaudet [Fri, 18 Dec 1998 22:29:56 +0000 (22:29 +0000)]
file moved

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

25 years agoCleanup the command line options: `-?' was documented to show the usage list
Ralf S. Engelschall [Thu, 17 Dec 1998 15:09:33 +0000 (15:09 +0000)]
Cleanup the command line options: `-?' was documented to show the usage list
but does it with an error because `?' is not a valid command. OTOH a lot of
users expect `-h' to print such a usage list and instead are annoyed for ages
by our huge unreadable list of directives.  So we now changed the command line
options this way:

 1. `-L' => `-R'
    Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
    very similar to the popular linker option.

 2. `-h' => `-L'
    Intent: while -l gives the small list of modules, -L now gives the
    large list of directives implemented by these modules.  This is also
    consistent with -v (short version info) and -V (large version info).

 3. `-?' => `-h'
    Intent: it's now the expected option ;-)

The manual page was adjusted accordingly.

Submitted by: Ralf S. Engelschall
Reviewed by: Randy Terbush
PR: 2714

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

25 years agoFix dumb typo
pcs [Tue, 15 Dec 1998 13:54:02 +0000 (13:54 +0000)]
Fix dumb typo

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

25 years agoupdate the draft-ietf-http-connection-00 link... this new link works... but
dgaudet [Sun, 13 Dec 1998 20:42:16 +0000 (20:42 +0000)]
update the draft-ietf-http-connection-00 link... this new link works... but
I'm still not sure if this draft has issued as an RFC or if it's just fallen
dead
PR:
Obtained from:
Submitted by:
Reviewed by:

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

25 years agoPORT: Add Dynamic Shared Object (DSO) support for BSDI (v4.0).
Ralf S. Engelschall [Sun, 6 Dec 1998 16:14:19 +0000 (16:14 +0000)]
PORT: Add Dynamic Shared Object (DSO) support for BSDI (v4.0).

Submitted by: Tom Serkowski <tks@bsdi.com>
PR: 3453

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

25 years agoFix HTML
pcs [Fri, 4 Dec 1998 17:39:24 +0000 (17:39 +0000)]
Fix HTML

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

25 years agoFix negotiation so that we prefer an encoded variant over an unencoded
pcs [Fri, 4 Dec 1998 17:37:06 +0000 (17:37 +0000)]
Fix negotiation so that we prefer an encoded variant over an unencoded
variant if the user-agent explicitly says it can accept that encoding.
Previously we always preferred the unencoded variant.

PR: 3447
Submitted by: Paul Ausbeck <paula@alumni.cse.ucsc.edu>
Reviewed by: Paul Sutton

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

25 years agoActually, without a DefaultLanguage documents are considered to have _no_
pcs [Wed, 2 Dec 1998 17:01:26 +0000 (17:01 +0000)]
Actually, without a DefaultLanguage documents are considered to have _no_
language attribute. Apache does not default to English.

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

25 years ago Put in Paul's DefaultLanguage code. I don't recall seeing
Ken Coar [Wed, 2 Dec 1998 03:45:51 +0000 (03:45 +0000)]
Put in Paul's DefaultLanguage code.  I don't recall seeing
any negative comments, and it's pretty valuable for multilingual
sites.

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

25 years agoA few minor HTML fixes
pcs [Mon, 23 Nov 1998 15:21:18 +0000 (15:21 +0000)]
A few minor HTML fixes

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