- Feb 02, 2012
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239641 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Rebuilds other fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239640 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239638 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Add a configuration layout for the AIX platform. Submitted by: Michael Felt <mamfelt gmail com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239567 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2012
-
-
Jim Jagielski authored
Document AllowOverride Nonfatal option Submitted by: niq Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239274 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239125 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* server/core_filters.c (ap_core_input_filter): Only treat EAGAIN as success if a non-blocking read was requested; for a blocking read, it is an error condition. Submitted by: jorton Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239122 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
This is not yet complete. Building should still work with Lua 5.1.4, but needs -DLUA_COMPAT_ALL in CPPFLAGS when compiled against 5.2.0. Automatically handling this in configure is still a TODO. Backport from trunk of the following revisions: r1221205: Make mod_lua compile with lua 5.2.x. MOdified patch submitted by NormW (nornw gknw net). r1239029: luaL_reg was already deprecated in Lua 5.1.4. It is gone in Lua 5.2.0 and was replaced by luaL_Reg which already existed in 5.1.4. So use that one. r1239030: Remove luaL_reg macro definition no longer needed and simplify lua_load compatibility macro. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239120 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1239071 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1239074 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238929 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238926 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238908 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 31, 2012
-
-
Rainer Jung authored
Backport of r1225223 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238833 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Check during configtest that the directories for error logs exist PR: 29941 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238824 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
* server/core_filters.c (send_brigade_nonblocking): Use a non-blocking bucket read, allowing any pending data to be flushed before trying a (potentially slow) blocking read. Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238822 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238817 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1213391 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238806 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238803 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1210148 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238801 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
I haven't backported docs for the cache-invalidate env var, since although it is present in 2.4.x the functionality around it was removed for future definition, so I guess it is not really useful right now. Please correct me if tha is wrong and we should add the cache-invalidate to the 2.4.x docs like we have right now in trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238800 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238786 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
iBackport of r1234511 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238771 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1236701 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238770 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Was introduced in r1210120. Backport of r1238768 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238769 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1210120 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238767 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1231518 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238762 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1203980 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238760 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1206472 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238758 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1231508 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238756 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1203714 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238755 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1201450 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238751 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Submitted by: OKANO Takayoshi <kano@na.rim.or.jp> Backport of r1210067 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238743 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1210336 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238742 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
r1206940: fix typo. Submitted by: OKANO Takayoshi <kano@na.rim.or.jp> r1206978: fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238740 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
- r1200955: Patch from Luke Meyer, clarifies usage of ProxyPassReverseCookiePath directive. As per bug #51126 - r1200968: A little clarification about variable interpolation, as requested in bug #51125 - r1202453: Fix xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238730 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1212872 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238720 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1200496 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238719 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238717 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Partial backport of r1231510 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238715 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1215514 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238708 13f79535-47bb-0310-9956-ffa450edef68
-