]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r399947, r406697 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 24 Jul 2006 13:34:19 +0000 (13:34 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 24 Jul 2006 13:34:19 +0000 (13:34 +0000)
commit855ef76388969cc649067682b391afe0789ac73a
treeff1ffc83910d15be8a2c6ac3d16fd3078515d1e9
parentbae6f20348d70c764d8e709d03021987b72bcc4a
Merge r399947, r406697 from trunk:

* 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
CHANGES
STATUS
docs/manual/mod/core.html.en
docs/manual/mod/core.xml
docs/manual/mod/quickreference.html.en
include/ap_mmn.h
include/httpd.h
modules/http/http_core.c
server/config.c
server/core.c