redirect from http to https

Steve Zhuo lists at ruby-forum.com
Tue Mar 10 22:51:23 MSK 2009


42 entries were logged...

*1 "^/(.*)" matches "/", client: 10.10.10.10, server: www.domain.com, 
request: "GET / HTTP/1.1", host: "www.domain.com"
2009/03/10 15:40:31 [notice] 15197#0: *1 rewritten redirect: 
"https://www.domain.com/", client: 10.10.10.10, server: www.domain.com, 
request: "GET / HTTP/1.1", host: "www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *4 "^/(.*)" matches "/", client: 
127.0.0.1, server: www.domain.com, request: "GET / HTTP/1.0", host: 
"www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *4 rewritten redirect: 
"https://www.domain.com/", client: 127.0.0.1, server: www.domain.com, 
request: "GET / HTTP/1.0", host: "www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *6 "^/(.*)" matches "/", client: 
127.0.0.1, server: www.domain.com, request: "GET / HTTP/1.0", host: 
"www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *6 rewritten redirect: 
"https://domain.com/", client: 127.0.0.1, server: www.domain.com, 
request: "GET / HTTP/1.0", host: "www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *8 "^/(.*)" matches "/", client: 
127.0.0.1, server: www.domain.com, request: "GET / HTTP/1.0", host: 
"www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *8 rewritten redirect: 
"https://www.domain.com/", client: 127.0.0.1, server: www.domain.com, 
request: "GET / HTTP/1.0", host: "www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *10 "^/(.*)" matches "/", client: 
127.0.0.1, server: www.domain.com, request: "GET / HTTP/1.0", host: 
"www.domain.com"
2009/03/10 15:40:32 [notice] 15197#0: *10 rewritten redirect: 
"https://www.domain.com/", client: 127.0.0.1, server: www.domain.com, 
request: "GET / HTTP/1.0", host: "www.domain.com"
2009/03/10 15:40:33 [notice] 15197#0: *12 "^/(.*)" matches "/", client: 
127.0.0.1, server: www.domain.com, request: "GET / HTTP/1.0", host: 
"www.domain.com"

.........

2009/03/10 15:40:36 [notice] 15197#0: *42 rewritten redirect: 
"https://www.domain.com/", client: 127.0.0.1, server: www.domain.com, 
request: "GET / HTTP/1.0", host: "www.domain.com"





Igor Sysoev wrote:
> On Tue, Mar 10, 2009 at 07:02:57PM +0100, Steve Zhuo wrote:
> 
>> 127.0.0.1 - main [09/Mar/2009:23:36:52 +0000] "GET /favicon.ico
>> HTTP/1.1" 302 161 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) 
>> Gecko/2008041514 Firefox/3.0b5"
> 
> Could you create a debug log:
> 
> ./configure  --with-debug ...
> 
> nginx.conf:
> 
> error_log  /path/to/log  debug;

-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list