Security Advisories (1)
CVE-2014-3616 (2014-12-08)

nginx 0.5.6 through 1.7.4, when using the same shared ssl_session_cache or ssl_session_ticket_key for multiple servers, can reuse a cached SSL session for an unrelated context, which allows remote attackers with certain privileges to conduct "virtual host confusion" attacks.

NAME

Nginx::Engine::Debug - simple code filter for debugging purposes

SYNOPSIS

use Nginx::Engine::Debug;

# warn "this is going to show up with NGXE_DEBUG=1 only\n";

DESCRIPTION

This simple debug filter uncomments all the warnings on NGXE_DEBUG=1 environmental variable or --ngxe-debug command line argument. Therefore doesn't impact performance in a normal production mode.

SEE ALSO

Nginx::Engine

AUTHOR

Alexandr Gomoliako <zzz@zzz.org.ua>

COPYRIGHT

Copyright 2011 Alexandr Gomoliako. All rights reserved.