Re: nginx - php-fpm: access restrictions for some php pages
On Thu, Jan 31, 2013 at 06:53:40AM -0500, m.desantis wrote:> You mean like this?No.Read the mail again.> But now restriction rules are applied to all PHP files; instead I want to> apply them...
View ArticleRe: Nginx randomly crashes
Hello!On Thu, Jan 31, 2013 at 06:38:27AM -0500, rg00 wrote:> This is the output of nginx -V:>> nginx version: nginx/1.2.6> TLS SNI support enabled> configure arguments:...
View ArticleRe: Incomplete page by nginx -> fcgi -> php-fpm with keepalive
This patch help!! Nice and fast work. Well done. :o)
View ArticleRe: Export all log specific variables
On Fri, Jan 04, 2013 at 03:41:18PM +0200, Kiril Kalchev wrote:> Hi Guys,>> I made a patch for exporting all log only variable as common nginx variables.> I am wandering how can I submit the...
View ArticleRe: nginx - php-fpm: access restrictions for some php pages
On Thu, Jan 31, 2013 at 12:02:13PM +0000, Francis Daly wrote:> On Thu, Jan 31, 2013 at 06:53:40AM -0500, m.desantis wrote:> > You mean like this?>> No.>> Read the mail...
View Article[nginx] svn commit: r5027 - trunk/src/http/modules
Author: mdouninDate: 2013-02-01 14:40:19 +0000 (Fri, 01 Feb 2013)New Revision: 5027URL: http://trac.nginx.org/nginx/changeset/5027/nginxLog:FastCGI: fixed wrong connection close with...
View Article[nginx] svn commit: r5028 - trunk/src/http/modules
Author: mdouninDate: 2013-02-01 14:41:07 +0000 (Fri, 01 Feb 2013)New Revision: 5028URL: http://trac.nginx.org/nginx/changeset/5028/nginxLog:FastCGI: unconditional state transitions.Checks for...
View Article[nginx] svn commit: r5029 - trunk/src/http/modules
Author: mdouninDate: 2013-02-01 14:41:50 +0000 (Fri, 01 Feb 2013)New Revision: 5029URL: http://trac.nginx.org/nginx/changeset/5029/nginxLog:FastCGI: proper handling of split fastcgi end request.If...
View ArticleRe: $upstream_http_* variables exist but do not seem to be readable
Hello!On Fri, Feb 01, 2013 at 08:59:38AM -0500, shrikeh wrote:> Hi,>> I'm currently using OpenResty, and one of the things I am trying to do is> have the backend send a specific header, and...
View Articlerequest was rejected because its size (3277304) exceeds the configured...
Hello,We have a application is jsp which is running on tomcat and using nginx as a front. Now what was happening while uploading the file using application the error thrown by nginx on web browser was...
View ArticleRe: Transforming SSL server cert and private key in variables.
Hello!On Fri, Feb 01, 2013 at 02:52:46PM +0100, António P. P. Almeida wrote:> On 22 Jan 2013 14h34 CET, mdounin@mdounin.ru wrote:>> Hello Maxim,>> I made some tests and definitely we...
View ArticleToo Many Redirects
Proxy Pass is causing to many redirects when web.xml is upshifting to SSL via security-constraint. It seems like tomcat doesn't like receiving proxy_pass with http://localhost:8080 and tries to convert...
View ArticleRe: Transforming SSL server cert and private key in variables.
On 1 Fev 2013 16h25 CET, mdounin@mdounin.ru wrote:> Hello!Hello Maxim,>> I made some tests and definitely we cannot use in our product, it>> takes too much time and...
View ArticleRe: Transforming SSL server cert and private key in variables.
Hello!On Fri, Feb 01, 2013 at 04:42:31PM +0100, António P. P. Almeida wrote:[...]> Looking at htop, the config parsing is taking a lot of time. I know> that because I also do a nginx -t before....
View ArticleCaching Objects, Passing Through and Rewrites
I'm trying to set up nginx to reverse proxy for our CDN to prevent unauthorized access to raw video feeds. The idea is to restrict it to a set user-agent and referer, and if doesn't match, to instead...
View ArticleRe: request was rejected because its size (3277304) exceeds the configured...
Sunny Thakur Wrote:-------------------------------------------------------> at java.lang.Thread.run(Thread.java:722)> Caused by:>...
View Articleset arbitrary http header?
Currently in our setup, we are using the X-Real-IP header setting in nginx, to tell in our backend apache logs the IP address of the client.Is it possible to set up nginx to insert an arbitrary HTTP...
View Articleреврайт в подпапку
Всем привет, пытаюсь переписать апачевский реврайтRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^files/products/(.+)...
View ArticleRe: set arbitrary http header?
On Fri, Feb 01, 2013 at 02:21:05PM -0500, zacharyalexstern wrote:Hi there,> Currently in our setup, we are using the X-Real-IP header setting in nginx,> to tell in our backend apache logs the IP...
View Article