Hello Homutov Vladimir,
Thank you for your explanation.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251595,251601#msg-251601
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
On Tue, Jul 08, 2014 at 11:43:18PM -0400, willy7841 wrote:
> Hello Maxim Dounin,
>
> Thank you for your explanation.
>
> If I would like to run Nginx on embedded board, how could I do?
>
> Thanks for your help.
>
In short, you have to rework configure tests that currently depend
on host system to
Hello Maxim Dounin,
Thank you for your explanation.
If I would like to run Nginx on embedded board, how could I do?
Thanks for your help.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251595,251598#msg-251598
___
nginx mailing list
nginx@
Hello!
On Tue, Jul 08, 2014 at 10:51:18PM -0400, willy7841 wrote:
> Hello,
>
> I would like to run Nginx on my SAMA5D3 Xplained board.
>
> I have a newbie questions:
>
> I try to cross-compiling Nginx on my PC running Ubuntu with SAMA5D3 Xplained
> cross-compiling, then I modify the environmen
Hello,
I would like to run Nginx on my SAMA5D3 Xplained board.
I have a newbie questions:
I try to cross-compiling Nginx on my PC running Ubuntu with SAMA5D3 Xplained
cross-compiling, then I modify the environmental parameters of Ubuntu for
CC, AR, LD, RANLIB and STRIP:
=
ro
Hello Nginx users,
Now available: Nginx 1.7.3 for Windows http://goo.gl/2J5HAA (32-bit and
64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announcements are also availab
Hello!
On Tue, Jul 08, 2014 at 09:56:52PM -0400, farukest wrote:
> Thank you i did what you said and it is working good. does this process slow
> down the website ? If it does, what should i do for as an alternative speed.
> Any idea ?
You may want to actually read the link provided. It explain
Thank you i did what you said and it is working good. does this process slow
down the website ? If it does, what should i do for as an alternative speed.
Any idea ?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251561,251590#msg-251590
___
n
Hello!
On Tue, Jul 08, 2014 at 09:12:19PM -0400, farukest wrote:
> Thank you for your care, yes I know but i have to use windows.. I added
> "master_process on;" to global level. There is not any problem from here.
> now how does it allow me to limit connection per ip ?
http://nginx.org/en/docs
Thank you for your care, yes I know but i have to use windows.. I added
"master_process on;" to global level. There is not any problem from here.
now how does it allow me to limit connection per ip ?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251561,251577#msg-251577
_
Hello!
On Tue, Jul 08, 2014 at 06:51:46PM -0400, farukest wrote:
> By the way i read this document. It says you should never use nginx in
> "master_process off" mode.
>
> http://nginx.org/en/docs/faq/daemon_master_process_off.html
You should never run production on Windows anyway. If you are
Hello!
On Tue, Jul 08, 2014 at 06:48:47PM -0400, farukest wrote:
> Thank you for your information. I understood what you are explaining about.
> But i heard for the first time, what is the "master_process
> off" mode. How can i use it with nignx (By the way i'm using portable
> nginx,php,mysql wi
By the way i read this document. It says you should never use nginx in
"master_process off" mode.
http://nginx.org/en/docs/faq/daemon_master_process_off.html
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251561,251573#msg-251573
___
nginx m
Thank you for your information. I understood what you are explaining about.
But i heard for the first time, what is the "master_process
off" mode. How can i use it with nignx (By the way i'm using portable
nginx,php,mysql windows app). I really need help. Thanks is advance.
Posted at Nginx Forum:
Hello!
On Tue, Jul 08, 2014 at 04:05:26PM -0400, farukest wrote:
> I want to add some code to my nginx.conf , im using portable nginx php mysql
> dev stack (WT-NMP). Anyway when i add " limit_req_zone $binary_remote_addr
> zone=one:10m rate=1r/s; " in http {.. , nginx is not working correctly
Hello!
On Tue, Jul 08, 2014 at 03:42:55PM -0400, matt_l wrote:
> Hello
> I am new to nginx. I will be taking the nginx training next week. In the
> meantime I was wondering if i was implementing the following properly.
> I have an nginx instance that is sitting between my server and a client.
>
Hello!
On Tue, Jul 08, 2014 at 03:27:21PM -0400, matt_l wrote:
> Hello
>
> I am new to nginx. This is most likely a beginner question. I apologize in
> advance.
>
> I have a client that is sending http request with an x-security-header:
> a6rb35723926d2c685c2d7ud3034179828blablabla
>
> How can
First of all i should say , my english not so good... And now my website is
underattack. I have to limit.
I'm using WT-NMP to use nginx php and mysql so i should use some code in
nginx.conf. E.g I'm using "limit_rate 700k" . But i dont understand what
should i do, Please give me more information..
This has nothing to do with documentation, what you want to use does not
work with the original nginx version (shared memory) the version on the
website I've referred you to does work, so either forget about using
limit_conn_zone or replace your nginx version with this other version.
Posted at Ngi
Thank your for your care but i dont understand which documentation shoul i
read ? i entered http://nginx-win.ecsds.eu/ works but i could not find the
documentation about limiting. Can you give me more information. I need help.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251561,251566
This version from here http://nginx-win.ecsds.eu/ works with shared memory.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251561,251565#msg-251565
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I want to add some code to my nginx.conf , im using portable nginx php mysql
dev stack (WT-NMP). Anyway when i add " limit_req_zone $binary_remote_addr
zone=one:10m rate=1r/s; " in http {.. , nginx is not working correctly.
where do i go wrong, i need help. Thanks in advance
Posted at Nginx Fo
Hello
I am new to nginx. I will be taking the nginx training next week. In the
meantime I was wondering if i was implementing the following properly.
I have an nginx instance that is sitting between my server and a client.
The client requires that I close the connection when I respond to it.
The
Hello
I am new to nginx. This is most likely a beginner question. I apologize in
advance.
I have a client that is sending http request with an x-security-header:
a6rb35723926d2c685c2d7ud3034179828blablabla
How can I configure nginx so that if the x-security-header is not present
then the request
Hello!
i need multiple server. One for each subdomain and some subdomains over
https... the subdomainB.domain.com.br i want use proxy glassfish over SSL.
Thank you
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251551,251554#msg-251554
_
Hello!
On Tue, Jul 08, 2014 at 10:45:30AM -0400, picanha wrote:
[...]
> listen 80;
> listen 443 ssl;
> ssl on;
Note that such a configuration is wrong. Connections to port 80
(plain http) will try to use SSL with such a configuration. The
"ssl" dire
Hi,
We have heterogeneous applications e and need centralizing requests on
Nginx.
I´m trying use reverse proxy on a subdomain and redirect requests to Java
Glassfish. The problem occurs by default on listening subdomains. For
example:
server {
listen 80;
server_name subd
Changes with nginx 1.7.3 08 Jul 2014
*) Feature: weak entity tags are now preserved on response
modifications, and strong ones are changed to weak.
*) Feature: cache revalidation now uses If-None-Match header if
possible.
*) Featu
On 08/07/14 12:36, Francis Daly wrote:
> On Tue, Jul 08, 2014 at 12:09:57PM +0100, Daniel Lintott wrote:
>
> Hi there,
>
>> The script is at:
>> http://alpha.serverb.co.uk/debian/parser.php/gns-3
>
> http://alpha.serverb.co.uk/debian/parser.php/gns-3 and
> http://alpha.serverb.co.uk/debian/
Hello!
On Tue, Jul 08, 2014 at 06:34:12AM -0400, TheBritishGeek wrote:
> Can anyone help me find a way to set the Agent header for accessing the
> upstream server when using a proxy_cache setup.
http://nginx.org/r/proxy_set_header
--
Maxim Dounin
http://nginx.org/
On Tue, Jul 08, 2014 at 12:09:57PM +0100, Daniel Lintott wrote:
Hi there,
> The script is at:
> http://alpha.serverb.co.uk/debian/parser.php/gns-3
http://alpha.serverb.co.uk/debian/parser.php/gns-3 and
http://alpha.serverb.co.uk/debian/parser.php/gns-3/ are different urls,
especially when
Hi,
I am fairly new to nginx but appear to have it working well... along
with php-fpm.
Working on a PHP script that uses slash arguments I'm hitting an odd
problem.
I am able to retrieve the argument correctly and this works fine in the
script. Where my issue lies is with the links that are then
Can anyone help me find a way to set the Agent header for accessing the
upstream server when using a proxy_cache setup.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251534,251534#msg-251534
___
nginx mailing list
nginx@nginx.org
http://mail
Hi.
Is it possible to have all index.php request being processed by /index.php?
I have a Joomla+VirtueMart website I recently moved from apache to nginx (can't
compare performances, nginx is ages faster and has far far less impact on the
server itself! Congratulations!!)-
With the old setup urls
34 matches
Mail list logo