ssl/secure proxy
Hello all,I need to setup nginx to act as a proxy server between the client and https://www.example.com.I want nginx to act as a forward proxy in port 8080.The .conf file looks like the...
View Article1.3.x if-none-match only works if las-modified set
in ngx_http_not_modified_header_filterif (r->headers_out.status != NGX_HTTP_OK|| r != r->main|| r->headers_out.last_modified_time == -1){So, it only checks if-match or if-none-match if...
View ArticleRe: 1.3.x if-none-match only works if las-modified set
Hello!On Mon, Mar 11, 2013 at 01:04:32PM -0400, Brian Akins wrote:> in ngx_http_not_modified_header_filter>> if (r->headers_out.status != NGX_HTTP_OK> || r != r->main> ||...
View ArticleRe: 1.3.x if-none-match only works if las-modified set
On Mon, Mar 11, 2013 at 1:40 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:> Changing the code to work with ETag from cache without> Last-Modified being present in a cached response should...
View ArticleRe: [PATCH] Return http status code from XSLT
Hello!On Fri, Mar 08, 2013 at 12:06:48AM +0100, SamB wrote:> Hi,>> this patch provides simple possibility to return http error code> from within XSLT transformation result.> This is...
View ArticleRe: SSL default changes?
>> It looks like these changes from default are required for SSL session>> resumption and to mitigate the BEAST SSL vulnerability:>>>> ssl_session_cache shared:SSL:10m;>>...
View ArticleRe: "nginx does not suck at ssl"
>> After reading "nginx does not suck at ssl":>>>> http://matt.io/entry/ur>>>> I'm using:>>>> ssl_ciphers>>...
View ArticleGetting "upstream timed out" error on php files only
I'm using NGINX with PHP and FastCGII'm getting the "upstream timed out (110: Connection timed out) while reading response header from upstream," error only when fopen(), stream_get_contents(), or...
View ArticleSubtle differences of restart
Hello all:I had a few subtle question on NGINX operation and in particular are of reseading configuration :-- Assuming NGINX processes are running and the configuration is syntacaly valid, what it the...
View ArticleRe: Want to access UNIX environment variable
Late to contribute as well but wanted to mention that we reference a single include in the main config that gets linked to the actual file at the deployment time only.
View ArticleRe: Want to access UNIX environment variable
Left out the fact make file is used to create the link.
View ArticleSPDY giving HTTP 500
I've compiled nginx with the SPDY patch, at the current latest, so nginx 1.3.14. As far as I can tell, the make was fine, no errors. I'm compiling against openSSL of the system: OpenSSL 1.0.1c 10 May...
View ArticleRe: How to check the existence of a http-only secure cookie
http-only and secure are directives intended for browser. If the browser doesn't detect HTTP proto for http-only setting and SSL for secure setting then browser will drop the cookie and will never make...
View ArticleRe: SPDY patch not applying cleanly.
On 11 Mar 2013 03h17 CET, vbart@nginx.com wrote:> Please, verify the patch file:>> % md5sum patch.spdy.txt> a5cb5cb3fc8a8e04efb62b2f8f48a5ac patch.spdy.txt>> % shasum...
View ArticleRe: WebSocket проксирование
Получилось настроить таким образом:http {include mime.types;default_type application/octet-stream;sendfile on;keepalive_timeout 65;server {listen 443 ssl; # порт httpsserver_name localhost; # ваш...
View ArticleCore dumps location?
Hi all, just a quick noob question: I'm getting a bunch of SIGBUSshappening from a php app I'm working on, I'm not sure what's causing thisso I want to look at core dumps. Am I right in thinking that...
View ArticleRe: SPDY giving HTTP 500
On Tuesday 12 March 2013 01:44:01 ct2k7 wrote:> I've compiled nginx with the SPDY patch, at the current latest, so nginx> 1.3.14. As far as I can tell, the make was fine, no errors. I'm...
View ArticleRe: How to check the existence of a http-only secure cookie
On Tuesday 12 March 2013 01:54:01 kalpesh.patel@glgroup.com wrote:> http-only and secure are directives intended for browser. If the browser> doesn't detect HTTP proto for http-only setting and...
View Articleimap proxy and untagged commands
Hi,I noticed that the IMAP proxying code currently doesn't ignore extrauntagged replies from the backend server. For example this would be avalid session:S: * OK Server readyS: * NO We're having some...
View ArticleRe: Incomplete page by nginx -> fcgi -> php-fpm with keepalive
Hello!On Wed, Mar 13, 2013 at 09:49:15AM -0400, zuborg wrote:> Patch helps me too. It should be added into nginx source code base asap )It's already committed in 1.3.12, and even merged to the...
View Article