[Bug 65092] probable error in ServerName documentation
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=65092 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Rich Bowen <[email protected]> --- Fixed in trunk (r1933547) and 2.4 (r1933548). The ServerName documentation said it was used for self-referential URLs "when UseCanonicalName is set to a non-default value." This was inaccurate — "non-default" covers both On and DNS, but ServerName is only used when UseCanonicalName is On. When set to DNS, a reverse DNS lookup is used instead of ServerName. Clarified to explicitly state "UseCanonicalName On" and mention the DNS alternative. Thanks for the report. -- You are receiving this mail because: You are the assignee for the bug.