]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add optional 'scheme://' prefix to ServerName directive. For
authorSander Temme <sctemme@apache.org>
Fri, 5 May 2006 04:17:36 +0000 (04:17 +0000)
committerSander Temme <sctemme@apache.org>
Fri, 5 May 2006 04:17:36 +0000 (04:17 +0000)
commit646a8ad3c8fbe91882b87b67cffb13292ad770b5
treedb2b4fc45fc25c17be0c7b976adb9f525efeeb0b
parentad2e15cd205d03416d2b6268081acc0871ad8e74
 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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@399947 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/httpd.h
modules/http/http_core.c
server/config.c
server/core.c