Re: nginx serving R scripts via CGI/FastRWeb
On Wed, Feb 20, 2013 at 08:28:27PM +0000, Stefan Parvu wrote:> location ~ ^/cgi-bin/R/ {That will match anything starting with /cgi-bin/R/, which is (most of)what you want.These requests will...>...
View ArticleHow to check the existence of a http-only secure cookie
I have a http-only and secure (ssl) cookie, and I want nginx to check whether this cookie exists in a request, if not, reject it by serving a 404 page. This is just a preliminary check, so I don't care...
View ArticleRe: How to check the existence of a http-only secure cookie
On Wed, Feb 20, 2013 at 05:10:26PM -0500, mrtn wrote:> I have a http-only and secure (ssl) cookie, and I want nginx to check> whether this cookie exists in a request, if not, reject it by serving...
View Article502 bad gateway error with php5-fpm on Debian 7
Hello,First, I'm new to this Mailing List. As say my signature I'm non-Englishand I'm trying the best to be understandable. If something isn't clear ornoisy, please tell me.I'm using Nginx 1.2.1 on...
View ArticleRe: 502 bad gateway error with php5-fpm on Debian 7
On Wed, Feb 20, 2013 at 11:27:04PM +0100, GASPARD Kévin wrote:Hi there,> I'm using Nginx 1.2.1 on Debian Wheezy 64 bits, I want to host some> personals website on my dedicated server. I've...
View ArticleRe: 502 bad gateway error with php5-fpm on Debian 7
> On Wed, Feb 20, 2013 at 11:27:04PM +0100, GASPARD Kévin wrote:>> Hi there,>>> I'm using Nginx 1.2.1 on Debian Wheezy 64 bits, I want to host some>> personals website on my...
View ArticleRe: NGINX SSL proxy for Weblogic
I am trying to use Apache as a reverse SSL proxy for a Weblogic 11g server supporting the Deltek Time & Expense application.I could not find any documentation of how to do this. Any help is greatly...
View ArticleRe: 502 bad gateway error with php5-fpm on Debian 7
On Wed, Feb 20, 2013 at 11:54:08PM +0100, GASPARD Kévin wrote:> >On Wed, Feb 20, 2013 at 11:27:04PM +0100, GASPARD Kévin wrote:> >So your fastcgi server is expected to be at...
View ArticleRe: 502 bad gateway error with php5-fpm on Debian 7
>> >The nginx config you showed is not the one that the running nginx is>> >using when it created this log file.>>>> I've pasted a working vhost configuration file and...
View ArticleRe: 502 bad gateway error with php5-fpm on Debian 7
On Thu, Feb 21, 2013 at 12:36:27AM +0100, GASPARD Kévin wrote:Hi there,> >Looking at your config file, plus every file include'd in it, can you> >see which one server{} block is used for...
View ArticleRe: nginx performance on Amazon EC2
On Thu, Feb 21, 2013 at 1:43 AM, Rakan Alhneiti <rakan.alhneiti@gmail.com>wrote:> Hello,>> I am running a django app with nginx & uwsgi on an amazon ec2 instance and> a vmware...
View ArticleProxying non-ssl SMTP/POP to ssl SMTP/POP
Hi everyone,I'm now using nginx insetting up a proxying mail system in my company. The model is as below:Mail client<=========> Nginx proxy <===========> Mail serverThe stream between...
View ArticleRe: nginx performance on Amazon EC2
Really you would have to do this test on 2 amazon servers and then seeif one was more performant.Then you can assume something is wrong.Based on the configs everything looks right.The fact that your...
View ArticleRe: nginx performance on Amazon EC2
Hello,Yes my vm machine is working on my local network. I am referring to itrather so show that it performs better & no issues appear there.I tried both Amazon EC2 small instance & a linode...
View ArticleRe: Сервер отдачи файлов на NGINX
Здравствуйте, street.> Есть сервер NGINX + PHP-FPM который используется для отдачи файлов (размером> 5~100 мб). Но файлы отдаются очень медленно (30-90 кб/сек), хотя канал> сервера 30...
View ArticleRe: nginx check file existense with regexps.
,-----[Валентин Бартенев, 21 February 2013 14:18]:> On Thursday 21 February 2013 02:07:06 -=Devil_InSide=- wrote:>> добрый день.>>>> возникла проблема при переезде с одной...
View ArticleRe: Сервер отдачи файлов на NGINX
iostatavg-cpu: %user %nice %system %iowait %steal %idle0.06 0.10 0.15 0.48 0.00 99.22Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtnsda 57.62 10957.42 48.08 1114988346 4892652sdb 56.95 10827.38...
View ArticleHow to remove the "IF" in this fcgi config
Hi, I'm trying to setup a php app using fpm (owncloud).I am trying to match urls which can all over the filesystem and of theform: something.php/some/path?paramsSo far I have something like...
View ArticleRe: How to remove the "IF" in this fcgi config
On Feb 21, 2013, at 21:48 , Ed W wrote:> Hi, I'm trying to setup a php app using fpm (owncloud).>> I am trying to match urls which can all over the filesystem and of the form:...
View ArticleRe: nginx check file existense with regexps.
Здравствуйте.Правильней, было б как-то так:location ~ ^/xml/files/(?<doc>\d+)/\d+(?<doc_path>\d{2}).xml$ {alias /opt/xml/files/$doc_path/$doc.xml;}21 февраля 2013 г., 21:01 пользователь...
View Article