DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42605>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42605 Summary: HTTPS-URL with special-port requesting a directory (without trailing slash) is rewritten to HTTPS-URL requesting a directory with trailing slash, BUT the specified port is missing Product: Apache httpd-2 Version: 2.2.4 Platform: Other URL: https://webservice.hrz.uni-dortmund.de:4101/TEST OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, I am administering an apache installation with about 200 virtual hosts on an AIX-5.2 platform. Recently I upgraded from apache-2.0.59 to apache-2.2.4. For each hosted website I have two virtual hosts: one standard host on port 80 and one ssl-host on a special port (each ssl-host on a separate port). Since I've upgraded I notice a strange behavior when requesting a directory in the format https://domain.de:PORT/DIR . This request is rewritten to https://domain.de/DIR/ . As it seems the PORT is omitted while the trailing slash is appended. The trailing slash is wanted, but where is the specified port gone? I do some rewriting on the server but none of the rules is touching the given port. The whole configuration ran smoothly on the apache-2.0.59. And as I did NOT change the configuration for our webserver (except form the LoadModule-directives for the new auth-modules) there must be something wrong with requesting directories without trailing slash. I did not use the DirectorySlash-directive. And I adapted the configuration for loading the new modules (mainly auth-modules). The changelog and upgrade information also gives no clue that there is a change in the request handling for directories.... So I think this really is a bug and an unwanted behavior. Your help is much appreciated, regards Christian -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
