
codesite-noreply at google
Aug 13, 2008, 2:18 AM
Post #2 of 2
(236 views)
Permalink
|
|
Issue 17 in cherokee: handler_mirror response bug
[In reply to]
|
|
Issue 17: handler_mirror response bug http://code.google.com/p/cherokee/issues/detail?id=17 Comment #4 by alobbs: r1789 fixed it. Test: ====== vserver!10!directory_index = index.php,index.html vserver!10!document_root = /var/www vserver!10!nick = default vserver!10!rule!100!handler = mirror vserver!10!rule!100!handler!balancer = round_robin vserver!10!rule!100!handler!balancer!1!host = localhost:4444 vserver!10!rule!100!handler!balancer!type = host vserver!10!rule!100!match = default vserver!10!rule!100!only_secure = 0 ====== A second copy of cherokee was running on the port 4444: ====== cherokee -r /tmp -p 4444 ====== And the content returned of both of them were exactly the same: ====== $ curl http://localhost/ -o - | md5 3c63e0bbf6034e83a48ba67e8af9014c $ curl http://localhost:4444/ -o - | md5 3c63e0bbf6034e83a48ba67e8af9014c ====== Therefore, I'm closing the bug. Brian, if it does not fix your problem, please reopen it. Thanks! :-) Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
|