summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* update transforms, 2nd try :-/Stefan Fritsch2011-06-2214-93/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1138643 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsStefan Fritsch2011-06-2227-151/+80
| | | | 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-204-30/+34
| | | | | | | it does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137744 13f79535-47bb-0310-9956-ffa450edef68
* property and xml fixes.André Malo2011-06-192-2/+3
| | | | 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
* AFAICS, we don't have a default cipher suite but depend on openssl's default.Stefan Fritsch2011-06-131-3/+4
| | | | | | | | | 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
* Updates.Lucien Gentis2011-06-112-20/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134674 13f79535-47bb-0310-9956-ffa450edef68
* Update transformations.Graham Leggett2011-06-1018-8/+110
| | | | 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-092-0/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1133582 13f79535-47bb-0310-9956-ffa450edef68
* Update transformsStefan Fritsch2011-06-0729-41/+511
| | | | 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-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132802 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-051-12/+115
| | | | | | | | 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
* mod_ext_filter: Remove DebugLevel option in favor of per-module loglevelStefan Fritsch2011-05-287-56/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128732 13f79535-47bb-0310-9956-ffa450edef68
* update xformsStefan Fritsch2011-05-2817-619/+701
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128616 13f79535-47bb-0310-9956-ffa450edef68
* Use the new "ap_expr" expression parser.Stefan Fritsch2011-05-281-32/+80
| | | | | | | | The old parser can still be used by setting the new directive SSILegacyExprParser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128614 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations of numerous files.Rich Bowen2011-05-26199-3526/+3812
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1127929 13f79535-47bb-0310-9956-ffa450edef68
* mod_charset_lite:Stefan Fritsch2011-05-221-13/+1
| | | | | | | Remove DebugLevel option in favour of per-module loglevel git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1125843 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-05-212-3/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1125727 13f79535-47bb-0310-9956-ffa450edef68
* Add in BalancerGrowth and its functionality... this laysJim Jagielski2011-05-201-19/+35
| | | | | | | the framework for adding additional Balancers: post-config by allowing for shm growth. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1125451 13f79535-47bb-0310-9956-ffa450edef68
* xformsJim Jagielski2011-05-192-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1124989 13f79535-47bb-0310-9956-ffa450edef68
* Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo envvarsJim Jagielski2011-05-191-0/+16
| | | | | | | to allow "best guess" calculation of PATH_INFO for backend FCGI/SCGI servers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1124979 13f79535-47bb-0310-9956-ffa450edef68
* Who even knows what ISINDEX means any more? Well, other than people reading ↵Rich Bowen2011-05-171-1/+1
| | | | | | this commit message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103989 13f79535-47bb-0310-9956-ffa450edef68
* Update xformsJim Jagielski2011-05-13203-1884/+1725
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102734 13f79535-47bb-0310-9956-ffa450edef68
* Add in new mod_proxy "extension" module: mod_proxy_express.Jim Jagielski2011-05-134-0/+332
| | | | | | | | | | | | | | | | | This is a module developed by myself to support the RedHat OpenShift Express project, to allow for dynamic and fast reverse-proxy switching. The idea is to easily map Host: header entries to backend servers, with the mapping done in a DBM file (think of mod_vhost_alias, kinda, for mod_proxy). Yeah, mod_rewrite and RewriteMap could kinda do it but (1) that is slow and (2) no support for ProxyPassReverse capability. Donated to the ASF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102733 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-05-081-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1100759 13f79535-47bb-0310-9956-ffa450edef68
* Rebuilds a bunch of changes and translations.Rich Bowen2011-05-0527-128/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1099793 13f79535-47bb-0310-9956-ffa450edef68
* Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)Rich Bowen2011-05-052-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1099783 13f79535-47bb-0310-9956-ffa450edef68
* fix typo -- two periodsEric Covener2011-05-032-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098874 13f79535-47bb-0310-9956-ffa450edef68
* mention mod_expires bailing out when the handler has set an Expires header.Eric Covener2011-05-032-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098872 13f79535-47bb-0310-9956-ffa450edef68
* Update.Lucien Gentis2011-05-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1098363 13f79535-47bb-0310-9956-ffa450edef68
* mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch2011-04-251-1/+2
| | | | | | | | | | | process as opposed to disabling caching completely. This allows to use the non-shared-memory cache as a workaround for the shared memory cache not being available during graceful restarts PR: 48958 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1096577 13f79535-47bb-0310-9956-ffa450edef68
* update transformDaniel Earl Poirier2011-04-221-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095949 13f79535-47bb-0310-9956-ffa450edef68
* Add example for using %{msec_frac}t.Daniel Earl Poirier2011-04-221-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095948 13f79535-47bb-0310-9956-ffa450edef68
* Miscellaneous corrections.Lucien Gentis2011-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094005 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-04-165-15/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1093991 13f79535-47bb-0310-9956-ffa450edef68
* via Matthew Sporleder - domain is required in the CO flag or cookiesRich Bowen2011-04-151-1/+1
| | | | | | | aren't set. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092799 13f79535-47bb-0310-9956-ffa450edef68
* Whether it's intentional or not, the hostname/domainname argument to theRich Bowen2011-04-151-1/+1
| | | | | | | | RewriteRule CO flag is in fact required. Cookies are not set without it. (via Matthew Sporleder) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092797 13f79535-47bb-0310-9956-ffa450edef68
* hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENTRich Bowen2011-04-082-4/+4
| | | | | | | | strings were probably more accurate with the leading ^ anchor. Rebuilds a few other changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090284 13f79535-47bb-0310-9956-ffa450edef68
* Remove more unnecessary anchors from rewrite examples.Rich Bowen2011-04-082-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090265 13f79535-47bb-0310-9956-ffa450edef68
* Remove mentions of the 1.3 generation of the server.Rich Bowen2011-04-072-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089863 13f79535-47bb-0310-9956-ffa450edef68
* There are no versions of httpd earlier than 2.0. Oceania has always been at ↵Rich Bowen2011-04-071-6/+1
| | | | | | war with Eurasia. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089719 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Rich Bowen2011-04-073-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089718 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Mixed file names in my example.Rich Bowen2011-04-073-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089717 13f79535-47bb-0310-9956-ffa450edef68
* Adds an example of constructing a type-map file.Rich Bowen2011-04-073-2/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089716 13f79535-47bb-0310-9956-ffa450edef68
* Adds an example of how one might actually construct a type-map file.Rich Bowen2011-04-071-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089714 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild typo correction.Rich Bowen2011-04-054-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089091 13f79535-47bb-0310-9956-ffa450edef68
* TypoRich Bowen2011-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089085 13f79535-47bb-0310-9956-ffa450edef68
* bad links due to typoEric Covener2011-04-042-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088619 13f79535-47bb-0310-9956-ffa450edef68