]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
When no port is given in a "ServerName host" directive, the
authorMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 12:34:21 +0000 (12:34 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 12:34:21 +0000 (12:34 +0000)
commitcd4e5d9455f5dbee3efb8fbfdda73c2677eb2422
tree81eade99d0ee96c470f7c684138a208febb68161
parent606ca28f37de57c656d23c1fc254cf313110e9c5
When no port is given in a "ServerName host" directive, the
server_rec->port is now set to zero, not 80. That allows for
run-time deduction of the correct server port (depending on
SSL/plain, and depending also on the current setting of
UseCanonicalName). This change makes redirections
work, even with https:// connections. [Martin Kraemer]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91797 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/core.c