summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* accept retirement parameter for external, when generating bootstrap files.André Malo2014-02-011-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563474 13f79535-47bb-0310-9956-ffa450edef68
* add upgrade option to the styles. rebuild mod_accessAndré Malo2014-02-016-10/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563454 13f79535-47bb-0310-9956-ffa450edef68
* Fixes tid=55577, sort of, by directly patching HTML to remove theRich Bowen2013-09-212-8/+4
| | | | | | | | | offending link to a module that doesn't exist any more. Note that this fix will not survive a rebuild of the docs, but nobody should really be touching the 2.0 docs any more anyways. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1525232 13f79535-47bb-0310-9956-ffa450edef68
* Missed a source CopyrightWilliam A. Rowe Jr2013-06-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1497201 13f79535-47bb-0310-9956-ffa450edef68
* 2.0.65 is published in 2013.William A. Rowe Jr2013-06-27498-2486/+2486
| | | | | | | | 2.2 and 2.4 may be irrelevant when the user reads these documents, regenerate docs with http://httpd.apache.org/docs/current/ links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1497198 13f79535-47bb-0310-9956-ffa450edef68
* A timely link to the current documentation in the future tense, since we don'tWilliam A. Rowe Jr2013-06-271-6/+5
| | | | | | | | expect to modify these documents much, ever again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1497197 13f79535-47bb-0310-9956-ffa450edef68
* Change the SSLCipherSuite default to a shorter, whitelist oriented William A. Rowe Jr2013-06-273-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | definition. Disable AECDH ciphers in example config by using !aNULL (which includes all ciphers without authentication. PR: 51363 Submitted by: rjung, kbrand, Rob Stradling <rob comodo com> Backports: r966160, r1135234, r1203752 Fix up some SSL configuration, per issue #49484. IE6 had a hotfix released for this problem quite a while back (see kb 921090), so restrict the modified behavior to the old/unsupported browsers. * docs/conf/extra/http-ssl.conf.in: (): tighten up the regex to only select old MSIE browsers for the downgrade in http behavior. this allows IE6 to run much faster. * Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*' Backports: r966055, r1132793 Submitted by: gstein, sf Reviewed by: wrowe, rjung, gsmith git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1497156 13f79535-47bb-0310-9956-ffa450edef68
* xforms.Rainer Jung2013-06-0524-1318/+1434
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489933 13f79535-47bb-0310-9956-ffa450edef68
* core: Add MaxRanges directive to control the number of ranges permittedRainer Jung2013-06-053-0/+49
| | | | | | | | | | | | | | | | before returning the entire resource, with a default limit of 200. Set 'Accept-Ranges: none' in the case Ranges are being ignored with MaxRanges none. Backport of r1162584, r1162587, r1166282, r1166663 and r1166667 from trunk resp. r1164894, r1164896, r1166612 and r1166772 from 2.2.x. Proposed/Backported by: rjung Reviewed by: wrowe, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489917 13f79535-47bb-0310-9956-ffa450edef68
* xforms for AllowAnyURIEric Covener2013-06-051-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489912 13f79535-47bb-0310-9956-ffa450edef68
* Backport AllowAnyURI related revisions from 2.2.x to pave the way for ↵Eric Covener2013-06-051-0/+43
| | | | | | | | | | | | | | CVE-2011-4317 http://svn.apache.org/viewvc?rev=1375113&view=rev http://svn.apache.org/viewvc?rev=1447508&view=rev Reviewed by:rjung, wrowe, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489910 13f79535-47bb-0310-9956-ffa450edef68
* xforms.Rainer Jung2013-06-0514-337/+351
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489900 13f79535-47bb-0310-9956-ffa450edef68
* mod_ssl: Backport SSLHonorCipherRainer Jung2013-06-052-0/+37
| | | | | | | | | | | | PR 28665. Backport of r103832 and r103837 from trunk. Proposed/Backported by: rjung Reviewed by: humbedooh, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489890 13f79535-47bb-0310-9956-ffa450edef68
* Typos in config comments.Rainer Jung2013-06-051-3/+3
| | | | | | | | Backports of r290940, r713575 and r732816 from 2.4.x resp. r1489879 from 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1489881 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2012-09-11334-334/+2004
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1383600 13f79535-47bb-0310-9956-ffa450edef68
* xforms (let's start with the English versions)Daniel Gruno2012-07-14162-162/+972
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361510 13f79535-47bb-0310-9956-ffa450edef68
* Let's try a test againDaniel Gruno2012-07-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361509 13f79535-47bb-0310-9956-ffa450edef68
* Change the wording a bit (thankee, adaptr)Daniel Gruno2012-07-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361508 13f79535-47bb-0310-9956-ffa450edef68
* Test out a page with the notice onDaniel Gruno2012-07-141-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361505 13f79535-47bb-0310-9956-ffa450edef68
* - Add a notice to each page that this documentation is no longer maintained ↵Daniel Gruno2012-07-141-0/+12
| | | | | | | | (though not at EoL), and that the reader should look at the 2.2 or 2.4 documentation instead. - Add a link to the 2.2 version of each document, if such a doc exists. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361504 13f79535-47bb-0310-9956-ffa450edef68
* xformsDaniel Gruno2012-07-13497-497/+497
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361348 13f79535-47bb-0310-9956-ffa450edef68
* Add a canonical link to all pages, so search engines will prefer 2.2 over 2.0Daniel Gruno2012-07-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1361345 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2012-04-095-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1311473 13f79535-47bb-0310-9956-ffa450edef68
* Correct SSLCipherSuite + documentation (move rather than add)Daniel Ruggeri2012-03-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1307700 13f79535-47bb-0310-9956-ffa450edef68
* merge with trunk r1301894Roy T. Fielding2012-03-171-4/+113
| | | | | | | | Unregistered media types in common use, according to Wikipedia and MS. New IANA media types as of 2012 Mar 16 18:55 PDT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1301897 13f79535-47bb-0310-9956-ffa450edef68
* We no longer maintain a list of companies providing commercial httpdRich Bowen2012-02-293-9/+0
| | | | | | | support. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1294956 13f79535-47bb-0310-9956-ffa450edef68
* enter manpage section assignmentsAndré Malo2012-02-101-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1242955 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2012-02-102-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1242954 13f79535-47bb-0310-9956-ffa450edef68
* fix typo.Hiroaki Kawai2011-11-282-3/+3
| | | | | | | Submitted by: OKANO Takayoshi <kano _at_ na.rim.or.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1206951 13f79535-47bb-0310-9956-ffa450edef68
* update transformations.Nilgun Belma Buguner2011-10-097-16/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1180526 13f79535-47bb-0310-9956-ffa450edef68
* update for sync with English docs.Nilgun Belma Buguner2011-10-093-12/+36
| | | | | | | Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1180525 13f79535-47bb-0310-9956-ffa450edef68
* Update xfersJim Jagielski2011-09-096-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1167261 13f79535-47bb-0310-9956-ffa450edef68
* bump upJim Jagielski2011-09-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1167260 13f79535-47bb-0310-9956-ffa450edef68
* Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)Rich Bowen2011-05-052-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1099788 13f79535-47bb-0310-9956-ffa450edef68
* sync with trunkRoy T. Fielding2011-05-031-4/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1099227 13f79535-47bb-0310-9956-ffa450edef68
* hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENTRich Bowen2011-04-084-8/+8
| | | | | | | strings were probably more accurate with the leading ^ anchor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1090280 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary anchors in various rewrite examples. Rebuilding otherRich Bowen2011-04-0812-23/+26
| | | | | | | changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1090270 13f79535-47bb-0310-9956-ffa450edef68
* Rebuilds changes to mod_autoindex.Rich Bowen2011-01-1610-15/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1059593 13f79535-47bb-0310-9956-ffa450edef68
* Merges changes from trunk as per tid50417Rich Bowen2011-01-161-9/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1059591 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to 2011Rich Bowen2011-01-03500-500/+504
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1054602 13f79535-47bb-0310-9956-ffa450edef68
* new localized messageNilgun Belma Buguner2010-12-181-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1050577 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-117-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044724 13f79535-47bb-0310-9956-ffa450edef68
* grammar fixesAndré Malo2010-12-117-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044720 13f79535-47bb-0310-9956-ffa450edef68
* merge translation from trunkAndré Malo2010-12-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044719 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-117-14/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044712 13f79535-47bb-0310-9956-ffa450edef68
* add localized not-yet-translated messagesAndré Malo2010-12-119-2/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044706 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-1123-348/+466
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044555 13f79535-47bb-0310-9956-ffa450edef68
* update metafilesAndré Malo2010-12-11163-163/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044554 13f79535-47bb-0310-9956-ffa450edef68
* merge directive output changes from 2.2André Malo2010-12-114-41/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1044550 13f79535-47bb-0310-9956-ffa450edef68
* Typo correction, from Eduardo Tompson PereiraRich Bowen2010-12-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1043976 13f79535-47bb-0310-9956-ffa450edef68