Redirect during login

Hi all,

I’ve got usermin running on http://127.0.0.1:20000 and apache2 proxy’ing it to https://usermin.domain.com:443/ with SSL. After login, I see this:

Response Headers

Date Thu, 26 Mar 2009 20:13:09 GMT
Server MiniServ/0.01
Location http://usermin.software-consultant.net/
Set-Cookie usid=c22b7c776cba1cb0914c53b630e478f5; path=/
Via 1.1 usermin.software-consultant.net
Connection close
Transfer-Encoding chunked
Content-Type text/plain

Request Headers

Host usermin.software-consultant.net
User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7
Accept text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language de,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer https://usermin.software-consultant.net/
Cookie testing=1

usermin redirects to port 80 instead of 443 which doesn’t work. I’m not sure what I should add to the usermin miniserv.conf to fix that. Any suggestions? Kind regards,

Christian