Jim Jagielski
1356837ec2
Typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68
1999-06-13 20:06:42 +00:00
Jim Jagielski
67c353b628
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
1999-06-13 19:59:37 +00:00
Ken Coar
1c109a844a
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
1999-06-04 18:40:00 +00:00
dgaudet
b709b72933
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
1999-06-04 17:15:48 +00:00
Ken Coar
c4d053948c
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
1999-05-27 16:49:26 +00:00
pcs
40033fde0f
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
1999-05-22 13:12:39 +00:00
Ken Coar
4f8584ed30
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
1999-05-19 13:26:06 +00:00
Ralf S. Engelschall
e89c6019b2
Update DSO status...
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83217 13f79535-47bb-0310-9956-ffa450edef68
1999-05-17 08:16:02 +00:00
dgaudet
376ad0e880
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
1999-05-16 23:39:42 +00:00
Ken Coar
7af4a107fc
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
1999-05-13 18:25:45 +00:00
Ken Coar
2e710e927d
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
1999-05-04 19:17:37 +00:00
Wilfredo Sanchez
bcbf315922
Add Apple platforms.
...
Update the date.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83170 13f79535-47bb-0310-9956-ffa450edef68
1999-05-03 23:23:03 +00:00
Randy Terbush
0ffd5a8989
Update some supported platforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83164 13f79535-47bb-0310-9956-ffa450edef68
1999-05-03 22:47:08 +00:00
Ken Coar
b68c489ddd
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
1999-05-02 16:48:18 +00:00
Ken Coar
b4b992ef3c
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
1999-04-30 13:20:05 +00:00
Ken Coar
d0bf4213d6
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
1999-04-29 19:55:53 +00:00
Ken Coar
9a1f46f288
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
1999-04-29 15:44:32 +00:00
Ken Coar
797d2b9a91
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
1999-04-29 15:06:54 +00:00
Manoj Kasichainula
9596cc822f
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
1999-04-27 20:36:25 +00:00
brian
025799e406
PR:
...
Slight typo corrected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83118 13f79535-47bb-0310-9956-ffa450edef68
1999-04-27 08:26:55 +00:00
Ken Coar
eaaa65c9ea
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
1999-04-26 12:22:24 +00:00
Ralf S. Engelschall
b1dee7ab8a
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
1999-04-22 09:58:03 +00:00
dgaudet
a32933a335
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
1999-04-21 05:01:24 +00:00
Jim Jagielski
a4387425e7
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
1999-04-20 22:19:15 +00:00
dgaudet
6f16aa6b59
ie40 screws up vary
...
PR: 4118
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83074 13f79535-47bb-0310-9956-ffa450edef68
1999-04-20 20:00:39 +00:00
dgaudet
3093e0ce22
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
1999-04-20 19:18:41 +00:00
Ken Coar
ed91a656ee
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
1999-04-14 11:19:21 +00:00
Bill Stoddard
80b75bea2c
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
1999-04-08 21:56:40 +00:00
pcs
64ae3e66c4
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
1999-03-23 14:35:47 +00:00
Lars Eilebrecht
8ada290d80
Back out Ken's PassAllEnv code...
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82977 13f79535-47bb-0310-9956-ffa450edef68
1999-03-22 23:38:20 +00:00
Lars Eilebrecht
990a430cad
Some minor doc updates...
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82961 13f79535-47bb-0310-9956-ffa450edef68
1999-03-21 02:03:04 +00:00
Ken Coar
d9ddf6febd
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
1999-03-20 21:51:37 +00:00
Lars Eilebrecht
dcac303440
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
1999-03-19 21:23:19 +00:00
pcs
2cdc8ea8d6
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
1999-03-19 16:07:18 +00:00
pcs
5941f21541
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
1999-03-19 16:02:19 +00:00
Lars Eilebrecht
8228a41e9d
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
1999-03-15 22:14:39 +00:00
Roy T. Fielding
39238ea913
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
1999-03-07 15:05:32 +00:00
dgaudet
fc80ead684
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
1999-03-04 19:28:37 +00:00
Bill Stoddard
783d3d8d63
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
1999-02-26 17:07:03 +00:00
brian
c547715a8c
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
1999-02-26 00:39:58 +00:00
pcs
da661d2f90
Fix minor HTML errors
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82842 13f79535-47bb-0310-9956-ffa450edef68
1999-02-22 16:41:06 +00:00
Martin Kraemer
dffcc4d0ed
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
1999-02-21 20:35:12 +00:00
Lars Eilebrecht
edade40131
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
1999-02-21 01:47:10 +00:00
Marc Slemko
843569a84b
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
1999-02-21 00:16:36 +00:00
Lars Eilebrecht
dae7270e49
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
1999-02-20 02:37:44 +00:00
Ken Coar
e61e5ad3e0
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
1999-02-20 00:13:29 +00:00
Ken Coar
67c4a600f1
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
1999-02-17 23:28:11 +00:00
Ken Coar
9d8d630b47
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
1999-02-16 15:11:30 +00:00
Lars Eilebrecht
a415f220d4
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
1999-02-14 14:26:49 +00:00
Lars Eilebrecht
7477cec7ff
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
1999-02-14 01:03:18 +00:00