summaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix XML error and rebuild changes.Rich Bowen2011-07-217-9/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1149177 13f79535-47bb-0310-9956-ffa450edef68
* Small clarifications, as per tid 50730Rich Bowen2011-07-211-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1149174 13f79535-47bb-0310-9956-ffa450edef68
* Typo.Lucien Gentis2011-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147445 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-07-162-7/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147444 13f79535-47bb-0310-9956-ffa450edef68
* xformsEric Covener2011-07-162-5/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147343 13f79535-47bb-0310-9956-ffa450edef68
* zap another "myserver" hostnameEric Covener2011-07-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147341 13f79535-47bb-0310-9956-ffa450edef68
* s/myserver/example.com/Eric Covener2011-07-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147329 13f79535-47bb-0310-9956-ffa450edef68
* doc for DirectoryIndexRedirectEric Covener2011-07-151-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147328 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2011-07-141-3/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146724 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsStefan Fritsch2011-07-0316-3902/+3990
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142491 13f79535-47bb-0310-9956-ffa450edef68
* Add some docs for AsyncRequestWorkerFactorStefan Fritsch2011-07-031-2/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142490 13f79535-47bb-0310-9956-ffa450edef68
* make example config match the description; improve wordingStefan Fritsch2011-07-032-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142459 13f79535-47bb-0310-9956-ffa450edef68
* Fix small docs typo.Rainer Jung2011-07-032-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142442 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-07-022-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142229 13f79535-47bb-0310-9956-ffa450edef68
* update transformsStefan Fritsch2011-07-0246-1956/+2186
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142171 13f79535-47bb-0310-9956-ffa450edef68
* Add new non-default debugging module mod_log_debugStefan Fritsch2011-07-023-1/+138
| | | | | | | | It allows to log custom debug messages at various phases in the request processing and is the first consumer of the new string-valued ap_expr API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142170 13f79535-47bb-0310-9956-ffa450edef68
* Add REQUEST_STATUS variable to ap_exprStefan Fritsch2011-07-021-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142163 13f79535-47bb-0310-9956-ffa450edef68
* rebuild transformsIgor Galić2011-06-2917-243/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141075 13f79535-47bb-0310-9956-ffa450edef68
* Typo pointed out by Mr Jink on IRC.Igor Galić2011-06-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141074 13f79535-47bb-0310-9956-ffa450edef68
* And roll on to 2.3.14Jim Jagielski2011-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68
* Tweak rotatelogs -p such that the program is invoked the first time aJoe Orton2011-06-271-7/+10
| | | | | | | | | | | | new log file is opened as well as for rotations: * support/rotatelogs.c (usage): Update. (post_rotate): Omit third arg if no prev logfile known. (doRotate): Invoke even if no previous logfile was open. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140099 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-06-257-212/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139549 13f79535-47bb-0310-9956-ffa450edef68
* Support specifying the local address to use.Stefan Fritsch2011-06-251-0/+4
| | | | | | | | PR: 48930. Submitted by: Peter Schuller <scode spotify com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139530 13f79535-47bb-0310-9956-ffa450edef68
* Missing linebreak in example.Rich Bowen2011-06-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
* Correct link to mod_macro.Rich Bowen2011-06-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139406 13f79535-47bb-0310-9956-ffa450edef68
* Corrects link to rewrite mass vhosting doc.Rich Bowen2011-06-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139405 13f79535-47bb-0310-9956-ffa450edef68
* update transforms, 2nd try :-/Stefan Fritsch2011-06-2219-98/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1138643 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsStefan Fritsch2011-06-2237-160/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1138640 13f79535-47bb-0310-9956-ffa450edef68
* Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch2011-06-221-0/+4
| | | | | | | thread id under Linux git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1138616 13f79535-47bb-0310-9956-ffa450edef68
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-208-39/+51
| | | | | | | it does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137744 13f79535-47bb-0310-9956-ffa450edef68
* rotatelogs: Add support for running a custom program after a logJoe Orton2011-06-201-0/+10
| | | | | | | | | | | | | | | | | | rotation. * support/rotatelogs.c (post_rotate): New function. (usage, dumpConfig): Update. (doRotate): Save old filename before rotate; call post_rotate after successful rotation. (main): Add -p argument. * docs/manual/programs/rotatelogs.xml: Document -p. PR: 51285 Submitted by: <sveniu ifi.uio.no>, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137590 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2011-06-191-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137343 13f79535-47bb-0310-9956-ffa450edef68
* remove duplicate entry / duplicate IDAndré Malo2011-06-191-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137342 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2011-06-1915-25/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137341 13f79535-47bb-0310-9956-ffa450edef68
* property and xml fixes.André Malo2011-06-197-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137340 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild a few out of date files.Rich Bowen2011-06-1810-55/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137234 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2011-06-181-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137185 13f79535-47bb-0310-9956-ffa450edef68
* Update redirect-carefully workaround for WebDAVFS 1.4, Konqueror 4.xStefan Fritsch2011-06-131-1/+2
| | | | | | | | PR: 43031 Submitted by: Hans de Graaff, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135286 13f79535-47bb-0310-9956-ffa450edef68
* AFAICS, we don't have a default cipher suite but depend on openssl's default.Stefan Fritsch2011-06-132-7/+8
| | | | | | | | | Document the fact that this default depends on the openssl version. Recommend !aNULL over !ADH, because the former also excludes !AECDH in openssl 1.0+ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135241 13f79535-47bb-0310-9956-ffa450edef68
* Disable AECDH ciphers in example config by using !aNULL (which includesStefan Fritsch2011-06-131-1/+1
| | | | | | | | | | all ciphers without authentication. PR: 51363 Submitted by: Rob Stradling <rob comodo com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135234 13f79535-47bb-0310-9956-ffa450edef68
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-0/+3
| | | | | | | a connection git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135153 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-06-119-449/+566
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134674 13f79535-47bb-0310-9956-ffa450edef68
* Update transformations.Graham Leggett2011-06-1028-9/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134275 13f79535-47bb-0310-9956-ffa450edef68
* mod_data: Introduce a filter to support RFC2397 data URLs.Graham Leggett2011-06-094-0/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1133582 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsStefan Fritsch2011-06-0748-109/+619
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132803 13f79535-47bb-0310-9956-ffa450edef68
* purge some useless uses of '.*'Stefan Fritsch2011-06-077-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132802 13f79535-47bb-0310-9956-ffa450edef68
* Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*'Stefan Fritsch2011-06-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132793 13f79535-47bb-0310-9956-ffa450edef68
* Use Require method instead of deprecated Limit/LimitExceptStefan Fritsch2011-06-062-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132790 13f79535-47bb-0310-9956-ffa450edef68
* TraceEnable is per-virtualhost, not just per-server.Eric Covener2011-06-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132676 13f79535-47bb-0310-9956-ffa450edef68
* - Add <ElseIf> and <Else> to complement <If> sections. These are both easierStefan Fritsch2011-06-052-13/+118
| | | | | | | | to use and more efficient than using several <If> sections. - Update <If> documentation a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132469 13f79535-47bb-0310-9956-ffa450edef68