From: Cliff Woolley Date: Wed, 7 Nov 2001 22:16:09 +0000 (+0000) Subject: Get rid of "You configured HTTPS(443) on the standard HTTP(80) port!" X-Git-Tag: 2.0.28~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e24f0682667902b5158fd2a29003ade443dd66b;p=apache Get rid of "You configured HTTPS(443) on the standard HTTP(80) port!" message. Submitted by: Madhu Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91794 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/ssl-std.conf b/docs/conf/ssl-std.conf index 226e567040..17cd5f9918 100644 --- a/docs/conf/ssl-std.conf +++ b/docs/conf/ssl-std.conf @@ -100,7 +100,7 @@ SSLLogLevel info # General setup for the virtual host DocumentRoot "@@ServerRoot@@/htdocs" -ServerName new.host.name +ServerName new.host.name:443 ServerAdmin you@your.address ErrorLog logs/error_log TransferLog logs/access_log