9 lines
437 B
Plaintext
9 lines
437 B
Plaintext
# UseCanonicalName: (new for 1.3) With this setting turned on, whenever
|
|
# Apache needs to construct a self-referencing URL (a url that refers back
|
|
# to the server the response is coming from) it will use ServerName and
|
|
# Port to form a "canonical" name. With this setting off, Apache will
|
|
# use the hostname:port that the client supplied, when possible. This
|
|
# also affects SERVER_NAME and SERVER_PORT in CGIs.
|
|
UseCanonicalName off
|
|
|