Thank You for explanation and advise.
Maxim Dounin Wrote:
---
> Hello!
>
> On Wed, Apr 23, 2014 at 09:27:33AM -0400, beatnut wrote:
>
> [...]
>
> > > Searching within a map is basically identical to searching for
> > > appropriate server{} b
Hi,
I am trying to upload a file to an nginx server and then have it passed on
to the backend server after upload completes. I am able to set it up as
described here (https://coderwall.com/p/swgfvw) and see that the file is
being uploaded. However I am not able to get the file name and type to my
hello
when test my reverse proxy server, I found "sendmsg() failed (9:
Bad file descriptor) while reading response header from upstream" in
error.log.
Is there any clue about it?
---
Confid
I have NGINX set up as a reverse proxy, which works fine. In the event my web
server goes down, I would like NGINX to act as the failover, and serve a local
page with just some basic company information and a "check back soon" type
message. Trying to do this, I think I'm getting stuck in an in
Igor and Maxim positions, I suppose, are based on the fact that, unless
using an external system to authenticate the user of a certificate, storing
both certificate + passphrase on thel same system, accessed by the same
user (the one running nginx which loads the certificate and needs to
decrypt it
The problem is the $URL:/ syntatx isn't working.
Thanks, I move it to that forum.
Edward Prevost | Platform Security | Adobe | v. 668230 | p. 408.536.6823 |
m. 509.254.7690 | @EdwardPrevost
-Original Message-
From: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] On Behalf Of
it
And the problem is ?? you might get better support for naxsi here;
https://groups.google.com/forum/#!forum/naxsi-discuss
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,249499,249501#msg-249501
___
nginx mailing list
nginx@nginx.org
http://mai
NginX Homies,
It appears that the $URL:/ construct isn't working. in a set of test scripts
we are running we noticed this.
Original Rule, placed within the http block in the configuration file. This
rule rejected all requests, regardless of match or not.
MainRule "rx:\"" "msg:Filtering key
Hi.
Am 23-04-2014 18:19, schrieb Maxim Dounin:
Hello!
On Wed, Apr 23, 2014 at 05:34:10PM +0200, Aleksandar Lazic wrote:
Dear nginx developers.
What is necessary that you take hands on the topic 'private key
passphrase'?
[snipp]
Igor explained his position on this more than once: unless
Am 23-04-2014 18:06, schrieb Valentin V. Bartenev:
On Wednesday 23 April 2014 17:34:10 Aleksandar Lazic wrote:
[..]
Maybe you can start again a nginx deployments survey as in 01.2013,
to see what a year later the new or old goals of the nginx community
is.
http://mailman.nginx.org/pipermail
Hello!
As Valentin mentioned in another thread, it’s that time of year again when we
want to tune up our strategy; see how NGINX is used; what you the community
thinks of us; where we can improve our products, communications or community;
and so on. Please take a moment and fill out this sur
Hello!
On Wed, Apr 23, 2014 at 05:34:10PM +0200, Aleksandar Lazic wrote:
> Dear nginx developers.
>
> What is necessary that you take hands on the topic 'private key passphrase'?
>
> e.g.: http://trac.nginx.org/nginx/ticket/433
>
> [ ] donation
> [ ] time
> [ ] leasure
> [ ] other: ..
>
>
On Wednesday 23 April 2014 17:34:10 Aleksandar Lazic wrote:
[..]
>
> Maybe you can start again a nginx deployments survey as in 01.2013,
> to see what a year later the new or old goals of the nginx community is.
>
> http://mailman.nginx.org/pipermail/nginx/2013-January/037113.html
>
There is on
Does anyone have a command line utility to hash a URL to an nginx object name?
I’d like to know what file should be the cached version of a page.
TIA,
— David
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I’m having trouble with an nginx setup built to serve search engines.
Based on the user agent, all bots are served only from cache. We populate the
cache with our own set of spiders so we can control the overall load.
Total cache size is ~450 GB in ~12 million files.
The problem is that abou
Dear nginx developers.
What is necessary that you take hands on the topic 'private key
passphrase'?
e.g.: http://trac.nginx.org/nginx/ticket/433
[ ] donation
[ ] time
[ ] leasure
[ ] other: ..
Maybe not as much options as in apache httpd
https://httpd.apache.org/docs/2.4/mod/mod_ssl.htm
Hello!
On Wed, Apr 23, 2014 at 09:27:33AM -0400, beatnut wrote:
[...]
> > Searching within a map is basically identical to searching for
> > appropriate server{} block, both use the same internal mechanism
> > (ngx_hash). As long as you don't use regular expressions,
> > lookup complexity is
Hello!
On Wed, Apr 23, 2014 at 06:25:31PM +0530, Varadharajan S wrote:
> Thanks for reply.this won't help my requirement.can you provide some other,
> relevant as per my request ?
The relevant idea, if you didn't get it, is a follows:
Instead of trying to "convert" something from Apache to ngin
Thank You for answer.
I've additional questions.
Maxim Dounin Wrote:
---
> Hello!
>
> On Wed, Apr 23, 2014 at 08:07:42AM -0400, beatnut wrote:
>
> > I'd like to use map module for my vhost configuration to setup user
> name in
> > root or fast
Hi,
Thanks for reply.this won't help my requirement.can you provide some other,
relevant as per my request ?
Regards,
Varad
On Wed, Apr 23, 2014 at 4:14 PM, Maxim Dounin wrote:
> Hello!
>
> On Wed, Apr 23, 2014 at 01:32:57PM +0530, Varadharajan S wrote:
>
> > Hi,
> >
> > In my organization, w
Hello!
On Wed, Apr 23, 2014 at 08:07:42AM -0400, beatnut wrote:
> I'd like to use map module for my vhost configuration to setup user name in
> root or fastcgi_pass parameter.
>
> At this point i've 300 domains configured and my config look like this:
>
> http
> {
>server {
>...
Hello all,
I'd like to use map module for my vhost configuration to setup user name in
root or fastcgi_pass parameter.
At this point i've 300 domains configured and my config look like this:
http
{
server {
..
root /home/someuser;
location ~ \.php$ {
Hello!
On Wed, Apr 23, 2014 at 01:32:57PM +0530, Varadharajan S wrote:
> Hi,
>
> In my organization, we are using Apache2 for serving diff web applications
> such as mediawiki,moodle,redmine,svn,etc.Now we are decided to use Nginx
> for the performance.but converting is a big head ache and even
Hi,
In my organization, we are using Apache2 for serving diff web applications
such as mediawiki,moodle,redmine,svn,etc.Now we are decided to use Nginx
for the performance.but converting is a big head ache and even searched in
google and received lots of scripts (apache2nginx,...) but finally no l
24 matches
Mail list logo