[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#216202:



This bug is connected with mod_dir.
When I do a http request:
GET /blah HTTP/1.1
Host: is.not.important

Apache returns:
HTTP/1.x 301 Moved Permanently
Date: Fri, 17 Oct 2003 14:32:30 GMT
Server: Apache/1.3.28 (Debian GNU/Linux) PHP/4.3.3 mod_auth_pam/1.1.1
Location: http://is.not.important/blah/
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

Now, the same request to apache-ssl (https) returns:
HTTP/1.x 301 Moved Permanently
Date: Fri, 17 Oct 2003 14:43:29 GMT
Server: Apache/1.3.28 Ben-SSL/1.48 (Debian GNU/Linux) PHP/4.3.3
Location: http://is.not.important:443/blah/
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

Somehow the URI gets messed up within apache-ssl and instead of
https://is.not.important:443/blah/ it returns
http://is.not.important:443/blah/ which leads the browser droping SSL and
doing a normal http request to port 443.

I am running apache-ssl 1.3.28-4 and didn't experience such behaviour with
1.3.27 (probably 1.3.27.1-3)

-- 
Tõnu Raitviir         jussuf@BumpClub.ee         http://jussuf.BumpClub.ee



Reply to: