Bug 1410130
| Summary: | Underscore in virtualhost servername or serveralias | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | anothergituser |
| Component: | httpd | Assignee: | Luboš Uhliarik <luhliari> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | jkaluza, jorton, luhliari, pahan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-10 15:29:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
anothergituser
2017-01-04 14:36:39 UTC
Underscores are not permitted in hostnames and are now rejected. RFC 3986 sec 3.2.2 - https://tools.ietf.org/html/rfc3986#section-3.2.2 -- A registered name intended for lookup in the DNS uses the syntax defined in Section 3.5 of [RFC1034] and Section 2.1 of [RFC1123]. Such a name consists of a sequence of domain labels separated by ".", each domain label starting and ending with an alphanumeric character and possibly also containing "-" characters. Using "HttpProtocolOptions unsafe" should allow the old behaviour. https://httpd.apache.org/docs/2.4/mod/core.html#httpprotocoloptions |