1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Standardize on example.com names, never bogus your-server.name style

entries.  Roy attacked this recently, but apparently there are some
  holdovers or reversions to this policy.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2003-07-29 20:17:07 +00:00
parent 548da410d3
commit ad23e61d73
2 changed files with 4 additions and 4 deletions

View File

@@ -274,7 +274,7 @@ Group #-1
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin you@your.address
ServerAdmin you@example.com
#
# ServerName gives the name and port that the server uses to identify itself.
@@ -288,7 +288,7 @@ ServerAdmin you@your.address
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
#ServerName new.host.name:80
#ServerName www.example.com:80
#
# UseCanonicalName: Determines how Apache constructs self-referencing

View File

@@ -86,8 +86,8 @@ SSLRandomSeed connect builtin
# General setup for the virtual host
DocumentRoot "@exp_htdocsdir@"
ServerName new.host.name:443
ServerAdmin you@your.address
ServerName www.example.com:443
ServerAdmin you@example.com
ErrorLog @exp_logfiledir@/error_log
TransferLog @exp_logfiledir@/access_log