- Feb 28, 2012
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294601 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Check during config test that directories for access logs exist PR 29941 Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294600 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294599 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294597 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294524 13f79535-47bb-0310-9956-ffa450edef68
-
Kaspar Brand authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294473 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 27, 2012
-
-
Graham Leggett authored
AIX: Add missing build scripts. Submitted by: Michael Felt <mamfelt gmail com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294373 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
AIX: Update the build to support AIX packages. Submitted by: Michael Felt <mamfelt gmail com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294368 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Add AP_HAVE_C99 to make correct check for C99 less onerous Using __STDC_VERSION__ without checking if it is defined causes warnings on C89. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294162 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Fix compiler warnings with C89 Submitted by: Daniel Shahaf <danielsh elego de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294160 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Enable per-module loglevel for mod_xml2enc and mod_proxy_html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294159 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294158 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
Fix AddOutputFilterByType brown paper bag crash bug Initialize pointers, fix off-by-one. PR: 52755 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294157 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294138 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294129 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 26, 2012
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293933 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293932 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293891 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
mod_session: Sessions are encoded as application/x-www-form-urlencoded strings, however we do not handle the encoding of spaces properly. Fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293889 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293868 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293861 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293845 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293842 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
Add a section to the mod_session documentation that better describes how to integrate applications with mod_session. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293804 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
consistent with the default configuration. PR 52715. Backport from trunk of r1241069 and 1241071. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293800 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293798 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 25, 2012
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293662 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2012
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293066 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 23, 2012
-
-
Vincent Deffontaines authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1292860 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 21, 2012
-
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291842 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291841 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291837 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291833 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291814 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291775 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apply insufficient TLC, making some improvements to wording and typography git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291774 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 20, 2012
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291315 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
from trunk to 2.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1291307 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 18, 2012
-
-
Stefan Fritsch authored
Mention AllowOverrideList, Define, EC keys, rotatelogs improvements. Syntax fixes. Reordering: Put related changes next to each other Put modules that only provide services for other modules last Try to put important changes first git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1290837 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 17, 2012
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1245723 13f79535-47bb-0310-9956-ffa450edef68
-