Re: Problem with fastcgi_split_path_info on ubuntu precise
Francis Daly Wrote:-------------------------------------------------------> On Fri, May 03, 2013 at 09:44:14PM -0400, zakaria wrote:> Hi there,> What output do you expect?> And if it not...
View ArticleRe: Problem with fastcgi_split_path_info on ubuntu precise
It seems that PATH_INFO is sensitive to points being used in URI...Check the PHP doc about$_SERVERhttp://www.php.net/manual/en/reserved.variables.server.php:a very interesting example is being provided...
View ArticleRe: Problem with fastcgi_split_path_info on ubuntu precise
B.R. Wrote:-------------------------------------------------------> It seems that PATH_INFO is sensitive to points being used in URI...> Check the PHP doc about $_SERVER>...
View ArticleRe: Converting subdomain to path component without redirect ?
My first try was to change my location / { } to proxy pass to anotherlanguage, so i could try "the backend" as you said, but it actually didn'twork, i got:[emerg] "proxy_pass" cannot have URI part in...
View ArticleRe: Converting subdomain to path component without redirect ?
Also i tried adding the address to the try_files:try_files $uri $uri @app/de/; and try_files $uri $uri @app/de;but that didn't work either.The way i managed to provide translated content, was using a...
View ArticleApache benchmark: always a few "super late" requests, why ?
Perhaps no matter if i change number of workers, or worker connections,there's always some super late connections on my "ab" tests..Am very new to benchmark, but the way am doing now is:ab -n 8000 -c...
View ArticleRe: Apache benchmark: always a few "super late" requests, why ?
Why do wish so much that comes from Nginx?I would have a look on the network table (listening and connectionsockets), on the load of the network, system (processes) suring the tests.But you said...
View Article[PATCH] Add directive to always gunzip content
Use this by adding "gunzip_always on;" to configuration.This was in the modules to-do list.Cheers.@@ -16,6 +16,7 @@typedef struct {ngx_flag_t enable;ngx_bufs_t bufs;+ ngx_flag_t always;}...
View ArticleRe: Problem with fastcgi_split_path_info on ubuntu precise
On Sat, May 04, 2013 at 07:41:43PM -0400, zakaria wrote:> Francis Daly Wrote:Hi there,> So on the friday I rerun the script (to enhanced it) and it didn't work like> it used to.> I swear, I...
View ArticleRe: Converting subdomain to path component without redirect ?
On Sun, May 05, 2013 at 02:21:58AM +0100, henrique matias wrote:> My first try was to change my location / { } to proxy pass to another> language, so i could try "the backend" as you said, but it...
View ArticleRe: Converting subdomain to path component without redirect ?
On Sun, May 05, 2013 at 02:38:17AM +0100, henrique matias wrote:Hi there,> Also i tried adding the address to the try_files:>> try_files $uri $uri @app/de/; and try_files $uri $uri...
View ArticleRe: Problem with fastcgi_split_path_info on ubuntu precise
Francis Daly Wrote:-------------------------------------------------------> Hi there,> > And the result with cgi.fix_pathinfo = 1 (the default)> As an aside -- I find that "cgi.fix_pathinfo...
View ArticleКроссдоменная авторизация средставми nginx
Здравствуйте, Nginx-ru.Дано: домен с большим количеством поддоменов. Задача:открыть доступ только для ограниченного круга лиц, включая мобильныеклиенты. Крайне желательно ограничиться средствами nginx,...
View ArticlePlease I need urgent help in Nginx configuration
Things I'll need to be in working order:1. nginx2. uwsgi3. pyramid ( google for python pyramid )4. pip/install pillow5. domain to be used ( princelytreasure.com ), meaning to say if I enter...
View ArticleUpstream timeout
Hi,I'm using nginx 1.4.0 as loadbalancer for 2 jetty servers. At my windows development/test system I have simple added the following to the default config:upstream backend {server...
View ArticleRe: Upstream timeout
just forgot one point,the nginx error log is full of lines like this:2013/05/05 12:34:25 [error] 5388#4772: *35 upstream timed out (10060: FormatMessage() error:(15105)) while connecting to upstream,...
View ArticleNginx accept set-cookie but hide it from the client?
Hello,I have a reverse proxy setup on a website and I'm proxying logged in pages. Everything works except there is a vulnerability in my setup.I login to the site and I can cache the pages. I share...
View ArticleRe: php-fpm is mixing configs of different vhosts.
itpp2012 Wrote:-------------------------------------------------------> open_basedir should be set in php.ini and not be passed via nginx.>> ea.>> [PATH=/webroot/www.testsite123.nl]>...
View ArticleRe: Nginx accept set-cookie but hide it from the client?
On 5 May 2013 20:05, nano <nginx-forum@nginx.us> wrote:> Hello,>> I have a reverse proxy setup on a website and I'm proxying logged in pages.> Everything works except there is a...
View Article