Re: поведение expires при проксировании
Здравствуйте, Уважаемый(-ая, -ое) Trurl!T> тут такая ситуация - сервер выставляет "add_header Cache-Control public" иT> свой expires,T> например получается "Cache-Control: max-age=6048000,...
View ArticleTransforming SSL server cert and private key in variables.
Hello,I've not yet ventured into Nginx C module coding, but I would like toknow if changing the current SSL module directives:ssl_certificate and ssl_certificate_key, so that instead of stringsthey can...
View ArticleRe: Transforming SSL server cert and private key in variables.
Hello!On Tue, Jan 22, 2013 at 11:21:44AM +0100, António P. P. Almeida wrote:> Hello,>> I've not yet ventured into Nginx C module coding, but I would like to> know if changing the current...
View ArticleRe: proxy_cache и range запросы
Hello!On Tue, Jan 22, 2013 at 02:38:53AM +0600, Danila Shtan wrote:> Приветствую.>> 1) Для proxy_cache и range есть небольшой патч от Maxim Dounin (>...
View ArticleFailed to install
Hi to all,I am in China and I just followed the instructions reported here:http://www.nginx.org/en/download.htmlbut after running the "sudo apt-get update" command I get the followingerror:W:...
View ArticleHow to bind variable with connection in a customized module?
hi all,I want save state during a long connection (keep-alive) for performance optimization in my own HTTP handler module, thus I can peek up the saved state when handling requests, to speed up...
View ArticleRe: Failed to install
On 22 Jan2013, at 16:14 , mac_man2008@yahoo.it wrote:> Hi to all,> I am in China and I just followed the instructions reported here:> http://www.nginx.org/en/download.html> but after...
View ArticleRe: SPDY patch and mod_zip crashing workers
Hello!On Mon, Jan 21, 2013 at 02:20:12PM -0800, W. Andrew Loe III wrote:> Is there more data I should provide?It's hardly possible to get help with this, given the fact thatyou are using non-latest...
View ArticleRe: How to bind variable with connection in a customized module?
Hello!On Tue, Jan 22, 2013 at 08:16:36PM +0800, Liu Haifeng wrote:> hi all,>> I want save state during a long connection (keep-alive) for> performance optimization in my own HTTP handler...
View Article[nginx] svn commit: r5013 - trunk/src/http/modules
Author: mdouninDate: 2013-01-22 12:36:00 +0000 (Tue, 22 Jan 2013)New Revision: 5013URL: http://trac.nginx.org/nginx/changeset/5013/nginxLog:Proxy: fixed proxy_method to always add space.Before the...
View ArticleRe: proxy_cache и range запросы
Приветствую.2013/1/22 Maxim Dounin <mdounin@mdounin.ru>> Hello!>> On Tue, Jan 22, 2013 at 02:38:53AM +0600, Danila Shtan wrote:>> > Приветствую.> >> > 1) Для...
View ArticleRe: два правила работают по отделности но не вместе
Добрый день, сегодня нашел почему именно не отррабатывают правила но try_file насколько я понял в старом nginx не понимают $фактически проблема была вот в этомlocation ~* ^.+\.(htm|html)$ {root...
View ArticleRe: Transforming SSL server cert and private key in variables.
On 22 Jan 2013 12h21 CET, mdounin@mdounin.ru wrote:> Hello!Hello Maxim,Thank you for your reply.> On Tue, Jan 22, 2013 at 11:21:44AM +0100, António P. P. Almeida> wrote:>>>...
View Article回复: Re: How to
=?UTF-8?Q?bind_variable_with?==?UTF-8?Q?_connection_in_a_customized_module=3F?=MIME-Version: 1.0Content-Type: text/plain; charset="utf-8"Content-Transfer-Encoding: quoted-printableThank you very much....
View ArticleRe: Transforming SSL server cert and private key in variables.
Hello!On Tue, Jan 22, 2013 at 02:11:59PM +0100, António P. P. Almeida wrote:> On 22 Jan 2013 12h21 CET, mdounin@mdounin.ru wrote:>> > Hello!>> Hello Maxim,>> Thank you for your...
View Articleissue with default vhost
Hello!There is an Nginx instance on one of my VMs (192.168.56.101) and three (enabled) vhosts: "default" and two further vhosts I created.When I enter the IP in my host browser or "localhost" in my...
View ArticleOptimizing Nginx for serving 1GB files - Finding values for 'directio' &...
Hi All,We have a Nginx web server which is serving files whose size is almost 1GB. We were trying to optimize the configuration with directio & output_buffers directives. but, we couldn't find any...
View ArticleRe: issue with default vhost
EDIT:The same issue occures, when I try to reach the server from the guest but over the domain of the machine (devvm.loc).
View ArticleOptimizing Nginx for serving 1GB files - Finding values for 'directio' &...
Hi,We have a Nginx web server which is serving files whose size is almost 1GB. We were trying to optimize the configuration with directio & output_buffers directives. but, we couldn't find any...
View ArticleRe[2]: rewrite or internal redirection cycle
Здравствуйте, Валентин.>> Увидел ошибку:>>>> 2013/01/18 22:30:21 [error] 10601#0: *43370718 rewrite or internal>> redirection cycle while internally redirecting to "/zero",...
View Article