- Jun 29, 2006
-
-
Joe Orton authored
pkp->certs pointer after freeing the array; fixes segfault at startup if the certs are shared across >1 server_rec. PR: 39915 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417988 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2006
-
-
Bradley Nicholes authored
Change the example code to use the AuthzLDAPAutoritative directive and remove the AuthLDAPEnabled directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417838 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2006
-
-
Ruediger Pluem authored
is in error state before sending "Service Temporarily Unavailable". PR: 38962 Submitted by: Christian Boitel <cboitel lfdj.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417443 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417416 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417415 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
suggested in phrasing in the flags document. Still a lot left to do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417413 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417393 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 26, 2006
-
-
William A. Rowe Jr authored
One more bug licked, as verified by Matt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417262 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Make the range test legible; in the process, uncover and close a bounds overflow condition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417252 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* about the route, the sticky session and the worker used during a request to other modules: BALANCER_SESSION_STICKY BALANCER_SESSION_ROUTE BALANCER_NAME BALANCER_WORKER_NAME BALANCER_WORKER_ROUTE PR: 39806 Submitted by: Brian <brectanu gmail.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417238 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417237 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
fleshed out a little more. The goal is to give more examples for the available flags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417203 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 25, 2006
-
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417008 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417005 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416992 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416991 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416990 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 24, 2006
-
-
Paul Querna authored
Noticed by: From: Albert Chin <apache-dev mlists.thewrittenword.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416844 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2006
-
-
William A. Rowe Jr authored
Note that 416293 went a bit further. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416294 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Solve 416291, but in a more elegant manner, and with a little more attention to clearing the subreq and determining that an r->filename existed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416293 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Stop appending a backslash if some trailing slash is present. For cross platform isapi we aught to find out what to add from apr, slash or backslash, but can't think of the trivial answer at this hour. PR: 15993 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416291 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the token parser worked while the resulting length was misinterpreted. We were also off by one in apr_cpystrn which demands room for the trailing null be counted. PR: 29098 Submitted by: Brock Bland <bbland serena.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416288 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We need to pay alot more attention here to ap_pass_brigade. PR 30022 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416278 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
employed to report their HTTP status result code. PR: 16637, 30033 Submitted by: Matt Lewandowsky <matt iamcode.net> Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416272 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Note new (old) feature git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416266 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ] configures the I/O Dump of SSL traffic, when LogLevel is set to Debug. The default is none as this is far greater debugging resolution than the typical administrator is prepared to untangle. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416265 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2006
-
-
Nick Kew authored
Remove bogus code that chokes on flush buckets git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416165 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
PR: 37968 Noticed By: Loïc Mahé <loic.mahe regis-dgac.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415945 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 19, 2006
-
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415461 13f79535-47bb-0310-9956-ffa450edef68
-
Wilfredo Sanchez authored
Submitted by: olivier Thereaux <ot@w3.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415460 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 18, 2006
-
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415207 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415199 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 16, 2006
-
-
Justin Erenkrantz authored
Submitted by: Shanti Subramanyam <Shanti.Subramanyam@sun.com> Tweaked by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414921 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 14, 2006
-
-
Joe Orton authored
append the file to the brigade. * server/protocol.c (ap_send_fd), modules/proxy/mod_proxy_http.c (spool_reqbody_cl), modules/cache/mod_mem_cache.c (recall_body), modules/cache/mod_disk_cache.c (recall_body), modules/mappers/mod_negotiation.c (handle_map_file), modules/generators/mod_asis.c (asis_handler), modules/dav/fs/repos.c [DEBUG_GET_HANDLER] (dav_fs_deliver), modules/arch/win32/mod_isapi.c (ServerSupportFunction): Likewise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414238 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414146 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
Submitted by Matt Lewandowsky git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414143 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 13, 2006
-
-
Colm MacCarthaigh authored
header, handle this case properly for 304 responses. PR39789 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413861 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413844 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 12, 2006
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413730 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413722 13f79535-47bb-0310-9956-ffa450edef68
-