Re: порядок прохождения http-фаз сервера
Hello!On Tue, Mar 19, 2013 at 03:25:40PM +0400, Oleg wrote:> On Tue, Mar 19, 2013 at 02:55:21PM +0400, Maxim Dounin wrote:> > Hello!> >> > Так, насколько я понимаю, будет мусор на...
View Articleproxy not listening to 443
Hello!We are running some applications servers (grails) and using nginx as reverse proxy before that for caching and load balancing purposes.everything is working as expected, but now that we received...
View ArticleRe: How to change cookie header in a filter?
Hello!On Mon, Mar 18, 2013 at 04:24:05PM -0700, Cool wrote:> Hi,>> What's the right way to change incoming cookie header so that upstream> can get it just like it's from user's original...
View ArticleRe: nginx и синтетический тест (ab, siege, yandex-tank)
А заголовки позволяют кешировать ответ?19.03.2013 12:23 пользователь "sitsalavat" <nginx-forum@nginx.us> написал:> Всем привет.>> Есть сервер на котором в качестве фронтенда крутится...
View ArticleRe: порядок прохождения http-фаз сервера
On Tue, Mar 19, 2013 at 04:42:19PM +0400, Maxim Dounin wrote:> Hello!>> On Tue, Mar 19, 2013 at 03:25:40PM +0400, Oleg wrote:> > Да :-). Я это предположил, но проверить забыл.> >...
View ArticleRe: X-Accel-Redirect на 404 после fallback
Hello!On Tue, Mar 19, 2013 at 09:07:43AM +0400, Nicholas Kostirya wrote:[...]> И в такой конфигурации, когда бекенд возвращает ответ с> "X-Accel-Redirect: /404",> то nginx отдает не /404.html...
View ArticleRe: Websocket proxying based on Sec-Websocket-Protocol
Hello!On Tue, Mar 19, 2013 at 06:32:04AM -0400, gvag wrote:> Hi guys,>> I am trying to find if it is possible to proxy a websocket request based on> the Sec-Websocket-Protocol. More...
View ArticleRe[2]: X-Accel-Redirect на 404 после fallback
Спасибо!Как не хватает в документации ссылок "смотри также..." :-)Вторник, 19 марта 2013, 17:25 +04:00 от Maxim Dounin <mdounin@mdounin.ru>:>Hello!>>On Tue, Mar 19, 2013 at 09:07:43AM...
View ArticleRe: Need to proxypass to different servers.
Thanks for your reply. Please see this:In Proxy server we have the setup as follows:server {listen 80;server_name geotest.com;proxy_buffering on;proxy_redirect off;proxy_set_header Host...
View ArticleTranslating an F5 rule
I am configuring Nginx to sit in front of several IIS web servers to doload balancing and SSL signing. THe IIS application is supplied by anoutside vendor. I have the load balancing and SSL signing...
View ArticleRe: Strange $upstream_response_time latency spikes with reverse proxy
Hello!On Mon, Mar 18, 2013 at 02:19:26PM -0700, Jay Oster wrote:> On Sun, Mar 17, 2013 at 4:42 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:>> > On "these hosts"? Note that listen...
View ArticleRe: Need to proxypass to different servers.
Hi,Im not expert but i think you must specify /cms BEFORE / because "/" willmatch everythingbest regardsandreasThreepwood: Ha-ha! Taste cold steel, feeble cannon restraint rope!2013/3/19 Geo P.C....
View ArticleRE: Translating an F5 rule
The code does the following:1. remove an HTTP header named "SWSSLHDR"2. replaces it with SWSSLHDR: port, where the port is the local port ofthe "current context's TCP connection", presumably the port...
View ArticleRe: Websocket proxying based on Sec-Websocket-Protocol
Thanks a lot for the answer.George
View ArticleRe: Dropped https client connection doesn't drop backend proxy_pass connection
Hello!On Tue, Mar 19, 2013 at 03:45:10PM +1100, Robert Mueller wrote:>> > > When an https client drops it's connection, the upstream http proxy> > > connection is not dropped. If...
View ArticlePermanent 301 redirect for file extension
I recently moved a site which was using .aspx to flat html and css files. All of the pages have the same relative url except the file extension changed from .aspx to .html . How should I write the...
View ArticleRe: Translating an F5 rule
On Tue, Mar 19, 2013 at 10:43 PM, Peter Booth <Peter_Booth@s5a.com> wrote:> The code does the following:>> 1. remove an HTTP header named "SWSSLHDR"> 2. replaces it with SWSSLHDR:...
View ArticleRe: 100-continue and 401
Hi,On 19.03.2013 16:31, Luka Perkov wrote:> Hi all,>> I'm using nginx as a frontend for my SCGI application and I want to> handle authentication in my SCGI code. I have to deal with...
View ArticleRE: Translating an F5 rule
Peter Booth wrote on 03/19/2013 10:43:12 AM:> The code does the following:>> 1. remove an HTTP header named "SWSSLHDR"> 2. replaces it with SWSSLHDR: port, where the port is the local port...
View Article