- Jul 24, 2006
-
-
Jeff Trawick authored
now; fix the docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425131 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Temme authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425086 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Add optional 'scheme://' prefix to ServerName directive. For 'https', mod_http returns "https" for the ap_hook_http_scheme and DEFAULT_HTTPS_PORT for ap_hook_default_port. This fixes Redirect responses to requests for directories without a trailing slash when httpd runs behind a proxy or offload device that processes SSL. It also enables support for Subversion in that configuration. This change is completely backwards compatible and passes the perl-framework. Minor mmn bump because I add a field to server_rec. * Document r399947, addition of optional scheme:// to ServerName directive PR: 33398 Submitted by: sctemme Reviewed by: sctemme, rpluem, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425051 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Handle the cases "no proxy request" and "reverse proxy request" in the same manner, when setting scheme and port_str. This is needed because if a cached entry is looked up by mod_cache's quick handler r->proxyreq is still unset in the reverse proxy case as it only gets set in the translate name hook (either by ProxyPass or mod_rewrite) which is run after the quick handler hook. This is different to the forward proxy case where it gets set before the quick handler is run (in the post_read_request hook). If a cache entry is created by the CACHE_SAVE filter we always have r->proxyreq set correctly. Also set scheme to ap_http_scheme(r) instead of "http" to handle SSL correctly. * Fix const compiler warning introduced by r407357. Noticed by: Joe Orton * Cleanup the code by replacing some inline code to lower-case a string with ap_str_tolower. Proposed by: Joe Orton PR: 39593 Submitted by: rpluem Reviewed by: rpluem, jim, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425035 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424987 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Worker MPM: On graceless shutdown or restart, send signals to each worker thread to wake them up if they're polling on a Keep-Alive connection. PR 38737. [Chris Darroch] PR: 38737 Reviewed by: chrisd, trawick, niq git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424876 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
worker and event MPMs: fix excessive forking if fork() or child_init take a long time. PR: 39275 Reviewed by: trawick, gregames, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424874 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 23, 2006
-
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424818 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424711 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424694 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* configure.in: Add --with-included-apr flag to force use of the bundled copies of APR and APR-util. * configure.in: Use common variables for the required APR/APR-util version. Reviewed by: jorton, rpluem, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424693 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 22, 2006
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424584 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 21, 2006
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424357 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@424277 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2006
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421144 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421126 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421105 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421103 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421102 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421100 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421096 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 2006
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419703 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419698 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Update the instructions slightly for openssl and zlib based on 2.2.0 and later builds of httpd on windows. Backports: 419635 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419637 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 05, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419322 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Matt's proposed this be backported, choose the straight-line approach. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419144 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Some feedback/votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419142 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Remove an invalid backport proposal. You must cite source code (in the form of a file or patch) which actually compiles and runs as submitted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@419140 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 30, 2006
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418361 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418355 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 38966 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418353 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418315 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418199 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2006
-
-
Bradley Nicholes authored
Change the example code to use the correct directive name and the correct setting for the AuthzAuthoritative directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417837 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2006
-
-
Hiroaki Kawai authored
English revision: 417234 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417528 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 26, 2006
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417234 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 24, 2006
-
-
Paul Querna authored
Update the LICENSE file since mod_imap was renamed to mod_imagemap. Noticed by: Albert Chin <apache-dev mlists.thewrittenword.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@416845 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@416167 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 18, 2006
-
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415200 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415141 13f79535-47bb-0310-9956-ffa450edef68
-