summaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* should be 2.5.x in trunkEric Covener2020-03-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875083 13f79535-47bb-0310-9956-ffa450edef68
* fix version, spotted by freenode user a-ja [skip ci]Giovanni Bechis2020-03-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875077 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2020-03-075-215/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874944 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML file update.Lucien Gentis2020-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874943 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2020-03-072-4/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874942 13f79535-47bb-0310-9956-ffa450edef68
* typo.Lucien Gentis2020-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874941 13f79535-47bb-0310-9956-ffa450edef68
* misplaced <compatibility> tag.Lucien Gentis2020-03-071-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874940 13f79535-47bb-0310-9956-ffa450edef68
* Add compatibility notes and fix some small style issues.Christophe Jaillet2020-03-071-4/+7
| | | | | | | | A link with a RFC would be welcomed, but apparenly this is only a draft (See [1]) [skip ci] [1]: https://tools.ietf.org/id/draft-ietf-httpbis-rfc6265bis-03.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874927 13f79535-47bb-0310-9956-ffa450edef68
* PR56040: add SessionCookieMaxAge On/OffEric Covener2020-03-021-0/+27
| | | | | | | | Allows mod_session cookies to out as "session" cookies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874675 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2020-02-294-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874646 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML file update.Lucien Gentis2020-02-291-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874645 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2020-02-2562-913/+938
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874517 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2020-02-25123-557/+751
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874515 13f79535-47bb-0310-9956-ffa450edef68
* Add note on using scoped literal IPv6 addresses in Listen. [skip ci]Joe Orton2020-02-251-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874496 13f79535-47bb-0310-9956-ffa450edef68
* PR64077: samesite/httponly/secure flags for usertrackEric Covener2020-02-221-0/+67
| | | | | | | | | Submitted By: Prashant Keshvani <prashant2400 gmail.com>, Eric Covener Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874389 13f79535-47bb-0310-9956-ffa450edef68
* more correct explanation about certificates handlingGiovanni Bechis2020-02-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874331 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML file update.Lucien Gentis2020-02-201-1/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874264 13f79535-47bb-0310-9956-ffa450edef68
* PKCS#11 URIs usable from 2.4.42 and later now. [skip ci]Joe Orton2020-02-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874243 13f79535-47bb-0310-9956-ffa450edef68
* Warn against using "nobody" for User/Group since it's bad practice.Joe Orton2020-02-191-7/+10
| | | | | | | Add note on supplementary groups. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874187 13f79535-47bb-0310-9956-ffa450edef68
* Fix spelling errors in docs found by codespell. [skip ci]Mike Rumph2020-02-1735-46/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874148 13f79535-47bb-0310-9956-ffa450edef68
* mod_md: adding documentation for new MDContactEmail directive.Stefan Eissing2020-02-171-3/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874133 13f79535-47bb-0310-9956-ffa450edef68
* RHEL and CentOS now use dnf. Call out yum as the outlier, rather thanRich Bowen2020-02-151-3/+3
| | | | | | | the other way around. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874056 13f79535-47bb-0310-9956-ffa450edef68
* Reserve a numberChristophe Jaillet2020-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873926 13f79535-47bb-0310-9956-ffa450edef68
* Clarify compatibility and interpretation of CGIDScriptTimeout. [skip ci]Joe Orton2020-02-111-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873913 13f79535-47bb-0310-9956-ffa450edef68
* Update xforms. [skip ci]Joe Orton2020-02-113-6/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873891 13f79535-47bb-0310-9956-ffa450edef68
* Add some blurb on correctly stopping the service w/mod_systemd. [skip ci]Joe Orton2020-02-111-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873889 13f79535-47bb-0310-9956-ffa450edef68
* mod_systemd.xml: add basic unit example [skip ci]Luca Toscano2020-02-091-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873835 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2020-02-0915-93/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873834 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2020-02-096-124/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873833 13f79535-47bb-0310-9956-ffa450edef68
* Add some missing spacesChristophe Jaillet2020-02-091-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873820 13f79535-47bb-0310-9956-ffa450edef68
* flags.xml: remove extra </dl> to allow clean buildsLuca Toscano2020-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873799 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo (doubled "(") and a small grammar issueChristophe Jaillet2020-02-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873767 13f79535-47bb-0310-9956-ffa450edef68
* add SameSite to RewriteRule ... ... [CO]Eric Covener2020-02-082-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873762 13f79535-47bb-0310-9956-ffa450edef68
* bumpEric Covener2020-02-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873746 13f79535-47bb-0310-9956-ffa450edef68
* Add compatibility note for "DeflateAlterETag" (already present in 2.4.x)Christophe Jaillet2020-02-061-31/+32
| | | | | | | Re-order to match 2.4.x order. Fix a color syntax highlight to synch with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873722 13f79535-47bb-0310-9956-ffa450edef68
* Add new module in "new features" in 2.4.x sectionChristophe Jaillet2020-02-061-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873718 13f79535-47bb-0310-9956-ffa450edef68
* Add compatibility note for mod_systemd.Christophe Jaillet2020-02-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873715 13f79535-47bb-0310-9956-ffa450edef68
* more alignment in wordingEric Covener2020-02-061-23/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873677 13f79535-47bb-0310-9956-ffa450edef68
* make the condition guidance stand outEric Covener2020-02-061-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873676 13f79535-47bb-0310-9956-ffa450edef68
* rework the mysteries of onsuccess and alwaysEric Covener2020-02-061-68/+58
| | | | | | | | | | | I thought I was well-versed in this topic but reading my own text and r1844401 while playing with samesite recipes made me want to rewrite it. Pushed the advice down into the actions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873675 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2020-02-0112-21/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873478 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2020-02-016-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873477 13f79535-47bb-0310-9956-ffa450edef68
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+9
| | | | | | | | | Submitted By: Andra Farkas <deepbluemistake gmail.com>, Giovanni Bechis <giovanni paclan.it> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873397 13f79535-47bb-0310-9956-ffa450edef68
* PR63678: Clarify fcgistarter -c parmEric Covener2020-01-311-1/+1
| | | | | | | Submitted By: Giovanni Bechis <giovanni paclan.it> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873395 13f79535-47bb-0310-9956-ffa450edef68
* Update generated docs.Mike Rumph2020-01-3010-8/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873374 13f79535-47bb-0310-9956-ffa450edef68
* Fix some grammar errors in the docsMike Rumph2020-01-304-76/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873372 13f79535-47bb-0310-9956-ffa450edef68
* Update generated docsMike Rumph2020-01-3019-16/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873345 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some grammar errors in the docs.Mike Rumph2020-01-278-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873230 13f79535-47bb-0310-9956-ffa450edef68
* Update generated docs.Mike Rumph2020-01-27268-3243/+3250
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873229 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2020-01-182-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872958 13f79535-47bb-0310-9956-ffa450edef68