CS-Cart Re-write Redirect Loop
Hello I need some assistance - I am using CS-Cart and it has some re-write rule I am trying to set this up and I am not sure what I am doing wrong -my http.conf is listed below and my current .htaccess...
View ArticleProper way to redirect on specific countries with GeoIP
I have GeoIP working on my sites in the actual pages, I have enabled it my nginx.conf filehttp {set_real_ip_from 127.0.0.1;real_ip_header X-Forwarded-For;# GEOgeoip_country...
View ArticleRe: ngx_slab_alloc() failed: no memory
Ошибка исчезла после того, как размер при ngx_shared_memory add я увеличил до размера страницы.
View Articlenginx rpm and configure arguments
I began thinking about using Puppet to automate deployment and that led meto thinking about using rpms to make keeping up with new releases easier.Since I've always compiled nginx from source, I was...
View ArticleRe: nginx rpm and configure arguments
On 8 Apr2013, at 11:46 , Ian M. Evans <ianevans@digitalhit.com> wrote:> I began thinking about using Puppet to automate deployment and that led me> to thinking about using rpms to make...
View Articlefastcgi_cache_use_stale
Привет!на wiki.nginx.org есть пример использования fastcgi_cache_use_stale с такими параметрами:fastcgi_cache_use_stale error timeout invalid_header http_500;в доках nginx вижу:синтаксис:...
View ArticleRe: SPDY + proxy cache static content failures
Thanks Valentin. I have emailed you (off-list) some debug logs / screenshots.
View ArticleАвторизация и аутентификация в nginx
Здравствуйте.У меня возник следующий вопрос. Под Apache можно разделить стадииавторизации и аутентификации и таким образом реализовать, например,следующую схему:1) аутентификацию проводит mod_auth_krb5...
View Articlecan nginx listen two different port with one nginx?
Hi, I am new user of nginx, and wondering if nginx can linsten two diffent port within one nginx process?Thanks
View ArticleRe: can nginx listen two different port with one nginx?
http://nginx.org/en/docs/http/ngx_http_core_module.html#listenOn 8 April 2013 14:36, Kenneth Yeh <nginx-forum@nginx.us> wrote:> Hi, I am new user of nginx, and wondering if nginx can linsten...
View ArticleRe: 403 Forbidden Error
Hey Guys my name is Mark.According to that topic i think that the issue is that nginx needs the whole shrub to be understandable and not just where your root begins in nginx.conf so "chmod -R 777 /var"...
View Articleproxy_cache_path's max_size being violated/ignored
Hi folks,We setup some nginx instances a few months ago in order to serve up/cache video content. Recently, we've noticed that there is *severe* cache overrun -- on the order of 1TB + per cache...
View ArticleRe: proxy_cache_path's max_size being violated/ignored
Hello!On Mon, Apr 08, 2013 at 11:46:55AM -0400, gwinans wrote:> Hi folks,>> We setup some nginx instances a few months ago in order to serve up/cache> video content. Recently, we've noticed...
View ArticleRe: proxy_cache_path's max_size being violated/ignored
The cache manager process is, indeed, running. I even did a brief strace on it to be sure it was actually working. There is nothing in the logs that indicates an issue. In fact, the only thing in the...
View ArticleRe: proxy_cache_path's max_size being violated/ignored
Hello!On Mon, Apr 08, 2013 at 12:28:46PM -0400, gwinans wrote:> The cache manager process is, indeed, running. I even did a brief strace on> it to be sure it was actually working. There is...
View ArticleRe: proxy_cache_path's max_size being violated/ignored
Maxim Dounin Wrote:-------------------------------------------------------> Hello!>** snip**> Have you tried without the cache purge module compiled in?>> --> Maxim DouninI have not...
View ArticleIf-Modified-Since proxy cache optimization
I noticed there was a patch submitted couple years ago that was neveraccepted and last year a post saying to expect it around Jan 2013. Iunderstand SPDY probably pushed the roadmap back a bit. So I was...
View Articleno content length on 204s; hangs wget
I've written a content handler for nginx that does:return NGX_HTTP_NO_CONTENT;This produces output like:$ curl -D- 'http://localhost:8050/no_content_test'HTTP/1.1 204 No ContentServer:...
View ArticleRe: proxy_cache_path's max_size being violated/ignored
Hello!On Mon, Apr 08, 2013 at 01:16:34PM -0400, gwinans wrote:> Maxim Dounin Wrote:> -------------------------------------------------------> > Hello!> >>> ** snip**>>...
View ArticleRe: If-Modified-Since proxy cache optimization
Hello!On Mon, Apr 08, 2013 at 10:37:59AM -0700, John Watson wrote:> I noticed there was a patch submitted couple years ago that was never> accepted and last year a post saying to expect it around...
View Article