summaryrefslogtreecommitdiff
path: root/docs/manual
Commit message (Collapse)AuthorAgeFilesLines
...
* Rebuild.Lucien Gentis2015-03-221-15/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1668377 13f79535-47bb-0310-9956-ffa450edef68
* XML update.Lucien Gentis2015-03-221-16/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1668376 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-03-147-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666710 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-03-142-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666709 13f79535-47bb-0310-9956-ffa450edef68
* Choose "-D" instead of "-d" for the rotatelogsRainer Jung2015-03-131-1/+1
| | | | | | | | | | | | | | option that creates the path to the log file. I want to use "-d" for another directory related option next where (I think) the "directory" "d" makes more sense. "-d" has not yet been backported, so changing to "-D" is not a real compatibility issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666417 13f79535-47bb-0310-9956-ffa450edef68
* Fix doc as spotted by Sven in online docChristophe Jaillet2015-03-114-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666025 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-03-078-9/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664867 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-03-074-8/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664865 13f79535-47bb-0310-9956-ffa450edef68
* Better documentation for RewriteMap MapTypeOptions (r1664565)Jan Kaluža2015-03-062-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664575 13f79535-47bb-0310-9956-ffa450edef68
* *) mod_rewrite: Add support for starting External Rewriting ProgramsJan Kaluža2015-03-061-1/+6
| | | | | | | | as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664565 13f79535-47bb-0310-9956-ffa450edef68
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | virtual host which handled the latest request on the connection, or by default the one of the first virtual host bound to the same IP:port. For non-async MPMs, use either r->server's or c->base_server's value in ap_process_http_sync_connection() depending on a new server_rec's flag called keep_alive_timeout_set and determined at config time. For event MPM, use a queue per timeout value, chaining the queues per type (keepalive wrt KeepAliveTimeout, write completion wrt to Timeout) so that maintenance can be done on all the queues from the head, and such that insertions/maintenance remain in O(1). A server config is created and pointing to the queue of each vhost at post_config time, hence the config can be associated to the connection state (cs) at post_read_request time (keep_alive_timeout_set is used to determine r->server vs c->base_server here), and we can simply insert with TO_QUEUE_INSERT(cs->sc->q, cs). PR56226. While at it, since each queue now embeds it own timeout and hence the expiration_time of the cs has changed to a queue_timestamp (the time it was queued), we can detect clock skews and expire entries immediatly if the system is set (eg. far) in the past during runtime and we want to avoid waiting for (eg.) centuries before the current logic kills them. Any entry which is registered above now + q->timeout is concerned, and is now cleaned from the queue when encountered. PR57374. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664071 13f79535-47bb-0310-9956-ffa450edef68
* Update.Graham Leggett2015-03-012-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1663124 13f79535-47bb-0310-9956-ffa450edef68
* mod_authn_core: Add expression support to AuthName and AuthType.Graham Leggett2015-03-012-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1663123 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-02-2811-21/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662959 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-02-284-10/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662958 13f79535-47bb-0310-9956-ffa450edef68
* xformsEric Covener2015-02-241-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662013 13f79535-47bb-0310-9956-ffa450edef68
* improve some slightly awkward wording per comments feedback:Eric Covener2015-02-241-3/+3
| | | | | | | | | http://httpd.apache.org/docs/2.4/configuring.html#comment_3678 The original can be read as applying to comments on a subsequent line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662012 13f79535-47bb-0310-9956-ffa450edef68
* xformJeff Trawick2015-02-221-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661491 13f79535-47bb-0310-9956-ffa450edef68
* Refer to a tool from Tom Ritter for storing an SCT in a formJeff Trawick2015-02-221-0/+13
| | | | | | | suitable for consumption by mod_ssl_ct. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661490 13f79535-47bb-0310-9956-ffa450edef68
* Provide separate SSL_CT_*_STATUS variables for client vs. proxyJeff Trawick2015-02-221-3/+4
| | | | | | | | connections, courtesy of a new flag passed from mod_ssl on its pre_connection "optional hook." git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661487 13f79535-47bb-0310-9956-ffa450edef68
* xformsStefan Fritsch2015-02-2225-16/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661465 13f79535-47bb-0310-9956-ffa450edef68
* Mention notable things added in 2.4.xStefan Fritsch2015-02-221-1/+22
| | | | | | | | Mention mod_macro, mod_wstunnel, mod_authnz_fcgi and a few other notable features that were added post 2.4.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661464 13f79535-47bb-0310-9956-ffa450edef68
* core: Add expression support to ErrorDocument. Switch from a fixedGraham Leggett2015-02-212-1/+8
| | | | | | | sized 664 byte array per merge to a hash table. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661448 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-02-214-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661407 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-02-212-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661406 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-02-2114-28/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661405 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-02-216-27/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661404 13f79535-47bb-0310-9956-ffa450edef68
* mod_ssl: Add the SSL_CLIENT_CERT_RFC4523_CEA variable, which providesGraham Leggett2015-02-211-0/+1
| | | | | | | | a combination of certificate serialNumber and issuer as defined by CertificateExactMatch in RFC4523. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661258 13f79535-47bb-0310-9956-ffa450edef68
* TypoChristophe Jaillet2015-02-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661064 13f79535-47bb-0310-9956-ffa450edef68
* Fix doc as spotted by Chris in online docChristophe Jaillet2015-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1660189 13f79535-47bb-0310-9956-ffa450edef68
* RebuildLucien Gentis2015-02-1556-382/+382
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659961 13f79535-47bb-0310-9956-ffa450edef68
* Replacing before-name="no" by before-name="yes"Lucien Gentis2015-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659960 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild without modifying lang/fr.xml Lucien Gentis2015-02-1527-23/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659959 13f79535-47bb-0310-9956-ffa450edef68
* Synch some compatibility notes with 2.4.xChristophe Jaillet2015-02-1514-47/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659902 13f79535-47bb-0310-9956-ffa450edef68
* allow placing the 'directive' word before the directive name in the module ↵André Malo2015-02-1413-17/+104
| | | | | | synopsis. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659855 13f79535-47bb-0310-9956-ffa450edef68
* Fix doc as spotted by Andrew Stayart in online docChristophe Jaillet2015-02-142-34/+34
| | | | | | + be consistent with the position of '*' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659848 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2015-02-1423-2621/+2742
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659846 13f79535-47bb-0310-9956-ffa450edef68
* typoesEric Covener2015-02-142-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659837 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-02-078-14/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1658073 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-02-072-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1658072 13f79535-47bb-0310-9956-ffa450edef68
* xformsEric Covener2015-02-0618-21/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657857 13f79535-47bb-0310-9956-ffa450edef68
* add a generic tuning section and linked to the piped loggerEric Covener2015-02-061-0/+9
| | | | | | | issue in logs.html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657856 13f79535-47bb-0310-9956-ffa450edef68
* PR57094: Provide some hints about Windows problems Eric Covener2015-02-061-4/+12
| | | | | | | | | | with more than a few dozen piped loggers. Submitted by: Edward Lu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657854 13f79535-47bb-0310-9956-ffa450edef68
* Improve doc as spotted by Kalessin in online docChristophe Jaillet2015-02-052-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657687 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo spotted by micha137 in online docChristophe Jaillet2015-02-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657407 13f79535-47bb-0310-9956-ffa450edef68
* Follow up to r1635521: ListenCoresBucketsRatio's manual.Yann Ylavic2015-02-011-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656368 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild.Lucien Gentis2015-02-019-12/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656324 13f79535-47bb-0310-9956-ffa450edef68
* XML updates.Lucien Gentis2015-02-014-9/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656323 13f79535-47bb-0310-9956-ffa450edef68
* adjust link to SSL_CONF_cmd man page on www.openssl.orgKaspar Brand2015-02-012-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656269 13f79535-47bb-0310-9956-ffa450edef68
* Block Define/Undefine from per-directory context, because they willEric Covener2015-01-301-2/+10
| | | | | | | | | fire while the block is read not when it evaluates for a given request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656063 13f79535-47bb-0310-9956-ffa450edef68