summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchunlabeled-1.1.1(no author)1999-06-18177-45544/+0
| | | | | | 'unlabeled-1.1.1'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/unlabeled-1.1.1@83345 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisiondgaudet1999-06-1854-0/+10391
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83343 13f79535-47bb-0310-9956-ffa450edef68
* Always perform the check for DocumentRootJim Jagielski1999-06-171-1/+4
| | | | | | | when doing the config test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83337 13f79535-47bb-0310-9956-ffa450edef68
* Typo in HREF.Martin Kraemer1999-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83330 13f79535-47bb-0310-9956-ffa450edef68
* TypoJim Jagielski1999-06-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83327 13f79535-47bb-0310-9956-ffa450edef68
* PR:Jim Jagielski1999-06-132-0/+37
| | | | | | | | | | | 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
* A minor enhancement to SetEnvIf*: allow it to test envariablesKen Coar1999-06-041-4/+24
| | | | | | | as well as request attributes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83292 13f79535-47bb-0310-9956-ffa450edef68
* This patch removes the processing of `mxb' parameters in Acceptdgaudet1999-06-042-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* These -1s cause us a lot of grief. When is a signed int notKen Coar1999-05-271-2/+6
| | | | | | | 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
* Note that -t may is useful to test configurations before doing a restartpcs1999-05-222-14/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83237 13f79535-47bb-0310-9956-ffa450edef68
* Allow SetEnvIf* to set things according to the protocol ofKen Coar1999-05-191-1/+6
| | | | | | | the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83220 13f79535-47bb-0310-9956-ffa450edef68
* Update DSO status...Ralf S. Engelschall1999-05-172-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83217 13f79535-47bb-0310-9956-ffa450edef68
* Always log months in english format for %t in mod_log_config.dgaudet1999-05-161-2/+2
| | | | | | | | 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
* Someone finally stood up and made the ReadmeName and HeaderNameKen Coar1999-05-131-17/+57
| | | | | | | | | | | | 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
* Add the 'force-no-vary' envariable to the list of specials, andKen Coar1999-05-042-24/+60
| | | | | | | 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
* Add Apple platforms.Wilfredo Sanchez1999-05-032-2/+6
| | | | | | | Update the date. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83170 13f79535-47bb-0310-9956-ffa450edef68
* Update some supported platforms.Randy Terbush1999-05-032-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83164 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix discovered whilst investigating a problem..Ken Coar1999-05-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83157 13f79535-47bb-0310-9956-ffa450edef68
* Make the install-bindist.sh script standalone. (don't require src/helpers)Randy Terbush1999-05-021-8/+17
| | | | | | | | | | | | | 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
* Add functionality to the install-bindist.sh script created byRandy Terbush1999-05-021-14/+68
| | | | | | | | | | | | | | | | | | | 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
* Un-make a broken link from being an anchor.Ken Coar1999-04-301-2/+4
| | | | | | | | 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
* Point out that for multiple AddLanguage directives with theKen Coar1999-04-291-8/+25
| | | | | | | | | | | 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
* A minor but frequest request: allow Webmaster control over theKen Coar1999-04-291-0/+41
| | | | | | | | | 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
* Add another special-meaning envariable, force-no-vary, to allowKen Coar1999-04-291-0/+13
| | | | | | | | | 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
* Submitted by: Joe Moenich <moenich@us.ibm.com>Manoj Kasichainula1999-04-272-37/+34
| | | | | | | | | 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
* PR:brian1999-04-272-2/+2
| | | | | | | Slight typo corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83118 13f79535-47bb-0310-9956-ffa450edef68
* Fix a protocol misquote.Ken Coar1999-04-261-1/+1
| | | | | | | | | 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
* Commit corresponding CHANGES and documentation changes for RewriteLock.Ralf S. Engelschall1999-04-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83104 13f79535-47bb-0310-9956-ffa450edef68
* missing / in exampledgaudet1999-04-211-1/+1
| | | | | | | | 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
* Document the MaxRequestsPerChild values wrtJim Jagielski1999-04-202-6/+10
| | | | | | | KeepAlives and how to tune it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83078 13f79535-47bb-0310-9956-ffa450edef68
* ie40 screws up varydgaudet1999-04-201-0/+7
| | | | | | | PR: 4118 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83074 13f79535-47bb-0310-9956-ffa450edef68
* note about 127.0.0.1dgaudet1999-04-201-0/+6
| | | | | | | PR: 4155 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83070 13f79535-47bb-0310-9956-ffa450edef68
* Add a note about 'no whitespace need apply.'Ken Coar1999-04-141-0/+2
| | | | | | | PR: 4212 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83050 13f79535-47bb-0310-9956-ffa450edef68
* Some documentation on the multiple services patchBill Stoddard1999-04-081-30/+95
| | | | | | | Submitted by: Keith Wannamaker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83040 13f79535-47bb-0310-9956-ffa450edef68
* RemoveHandler was missing from the directives listpcs1999-03-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82988 13f79535-47bb-0310-9956-ffa450edef68
* Remove --user/--group tar options... they are not portable.Lars Eilebrecht1999-03-221-1/+1
| | | | | | | 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
* Back out Ken's PassAllEnv code...Lars Eilebrecht1999-03-221-47/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82977 13f79535-47bb-0310-9956-ffa450edef68
* Some minor doc updates...Lars Eilebrecht1999-03-212-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82961 13f79535-47bb-0310-9956-ffa450edef68
* Add PassAllEnv to make all of the server's environment variablesKen Coar1999-03-201-0/+47
| | | | | | | | | 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
* Add option to let the user specify an email address.Lars Eilebrecht1999-03-191-3/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82943 13f79535-47bb-0310-9956-ffa450edef68
* Update negotiation documentation.Lars Eilebrecht1999-03-192-82/+166
| | | | | | | 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
* Note the different Start menu option names between 1.3.4 and 1.3.5.pcs1999-03-191-11/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82935 13f79535-47bb-0310-9956-ffa450edef68
* Note that Apache may run on Windows 98 (since at least some bug reportspcs1999-03-191-8/+10
| | | | | | | | | | 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
* Oops...Lars Eilebrecht1999-03-161-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82925 13f79535-47bb-0310-9956-ffa450edef68
* Typo.Lars Eilebrecht1999-03-151-1/+1
| | | | | | | | | 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
* Added ap_sub_req_method_uri() for doing a subrequest with a methodRoy T. Fielding1999-03-072-12/+16
| | | | | | | | | | 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
* Commit %V and \n changes to mod_log_config.dgaudet1999-03-041-0/+1
| | | | | | | 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
* mod_so is base, not experimental.Bill Stoddard1999-02-261-2/+2
| | | | | | | Submitted by: Shane Owenby git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82852 13f79535-47bb-0310-9956-ffa450edef68
* Make paths more portable, since I plan on moving the docroot for apache.org ↵brian1999-02-261-1/+1
| | | | | | soon. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82849 13f79535-47bb-0310-9956-ffa450edef68
* Fix minor HTML errorspcs1999-02-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82842 13f79535-47bb-0310-9956-ffa450edef68