Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2297)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#10 invalid // in URI is truncated to / while proxing to real server somebody www.google.com/accounts/o8/id?id=AItOawlNRCBAb5OP6uQ8EYGb7faZ7GAj4pX3ff4
Description

Client send to nginx proxy with URI "/confluence/rest/applinks/1.0/applicationlinkForm/url/http://127.0.0.1:8080/jira.json?_=1315386721160".

But nginx send to real server with incorrect URI "/confluence/rest/applinks/1.0/applicationlinkForm/url/http:/127.0.0.1:8080/jira.json?_=1315386721160".

String "http://127.0.0.1:8080/" is truncated to "http:/127.0.0.1:8080/".

nginx.conf location /confluence {

proxy_set_header Host $host; proxy_pass http://127.0.0.1:8090/confluence; proxy_redirect http://127.0.0.1:8090/confluence/ /confluence/;

}

#11 invalid Неожиданный отказ от кэширования. somebody openid.yandex.ru/keeper-andrew
Description

Имеется конфигурация сервера. Вот две его части:

location = / { proxy_cache cache_page; proxy_cache_key $scheme$host; proxy_cache_valid 1m;

proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504 http_404;

proxy_pass http://127.0.0.1:8280; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_redirect default; proxy_buffering on; }

location = /carDescription.htm { proxy_cache cache_page; proxy_cache_key $scheme$host$request_uri; proxy_cache_valid 15s;

proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504 http_404;

proxy_pass http://127.0.0.1:8280; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_redirect default; proxy_buffering on; }

Как видно, разницы практически никакой. Оба параметра: proxy_cache_bypass и proxy_no_cache не прописаны вообще нигде. Тоесть посути должны кэшироваться оба локэйшена. Но корневая страница не кэшируется и не возвращается при отключенном бакэнде. в отличие от carDescription.html

Прописывание фейковых proxy_cache_bypass и proxy_no_cache проблему не решает. Не можем запустить fail-safe конфигурацию из-за этого бага.

Хелп плиз! Спасибо.

#12 fixed incorrect dependency for nginx app templates for debian 6.0 and 5.0 somebody Parallels team
Description

Description of problem:

Missing '.0' in OS template denpendency for nginx app templates : [root@ps03 ~]# yum check nginx-debian-6-x86-ez-4.0.0-1.noarch has missing requires of debian-6-x86-ez nginx-debian-6-x86_64-ez-4.0.0-1.noarch has missing requires of debian-6-x86_64-ez

[root@ps03 ~]# rpm -qa debian-6* debian-6.0-x86_64-ez-4.0.0-4.noarch debian-6.0-x86-ez-4.0.0-4.noarch

Please note, that our debian templates are debian-5.0 and debian-6.0 rather than debian-5 and debian-6

Please add .0 in metafiles and re-generate templates.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.