- Jun 18, 1999
-
-
No Author authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/dgaudet@83344 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83343 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 17, 1999
-
-
Jim Jagielski authored
when doing the config test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83337 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 1999
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83330 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 13, 1999
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
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
-
- Jun 04, 1999
-
-
Ken Coar authored
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
-
dgaudet authored
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
-
- May 27, 1999
-
-
Ken Coar authored
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
-
- May 22, 1999
-
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83237 13f79535-47bb-0310-9956-ffa450edef68
-
- May 19, 1999
-
-
Ken Coar authored
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
-
- May 17, 1999
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83217 13f79535-47bb-0310-9956-ffa450edef68
-
- May 16, 1999
-
-
dgaudet authored
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
-
- May 13, 1999
-
-
Ken Coar authored
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
-
- May 04, 1999
-
-
Ken Coar authored
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
-
- May 03, 1999
-
-
Wilfredo Sanchez authored
Update the date. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83170 13f79535-47bb-0310-9956-ffa450edef68
-
Randy Terbush authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83164 13f79535-47bb-0310-9956-ffa450edef68
-
- May 02, 1999
-
-
Ken Coar authored
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
-
Randy Terbush authored
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
-
Randy Terbush authored
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
-
- Apr 30, 1999
-
-
Ken Coar authored
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
-
- Apr 29, 1999
-
-
Ken Coar authored
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
-
Ken Coar authored
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
-
Ken Coar authored
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
-
- Apr 27, 1999
-
-
Manoj Kasichainula authored
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
-
brian authored
Slight typo corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83118 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 26, 1999
-
-
Ken Coar authored
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
-
- Apr 22, 1999
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83104 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 1999
-
-
dgaudet authored
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
-
- Apr 20, 1999
-
-
Jim Jagielski authored
KeepAlives and how to tune it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83078 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 4118 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83074 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 4155 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83070 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 14, 1999
-
-
Ken Coar authored
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
-
- Apr 08, 1999
-
-
Bill Stoddard authored
Submitted by: Keith Wannamaker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83040 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 23, 1999
-
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82988 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 1999
-
-
Lars Eilebrecht authored
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
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82977 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 21, 1999
-
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82961 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 20, 1999
-
-
Ken Coar authored
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
-
- Mar 19, 1999
-
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82943 13f79535-47bb-0310-9956-ffa450edef68
-