Upload File Limit Problum
i have problum with upload file size, i only can upload 128m, i can pay to fix this problum, Thakx
View ArticleRe: Multilanguage Websites
Hello,http://nginx.2469901.n2.nabble.com/rewrite-don-t-work-in-a-multilanguage-MVC-site-td6929547.htmlIf I understand it, nginx passes the language requests on on a directoryin the webroot. But on...
View ArticleRe: Multilanguage Websites
On 31 December 2012 00:04, Silvio Siefke <siefke_listen@web.de> wrote:> Hello,>> http://nginx.2469901.n2.nabble.com/rewrite-don-t-work-in-a-multilanguage-MVC-site-td6929547.html>>...
View ArticleRe: nginx crash only when using Chromium (in ubuntu)
i found that in some cases of the crash, the source of th crash was that nginx pnalloc() returned invalid ptr address0x6632333834643264 <Address 0x6632333834643264 out of bounds>i use 64 bit...
View ArticleRe: Please add HTML support for http_xslt_module (there's an nginx fork which...
Just thought I would say that the files from bitbucket work on the latest1.3.x branch without any major modification.Just copy in the modified module file and make the modifications to theother files...
View ArticleRe: Multilanguage Websites
On Mon, 31 Dec 2012 00:16:06 +0000Jonathan Matthews <contact@jpluscplusm.com> wrote:> I strongly suggest to you that this is a dreadful idea. Do not do this.Ok, but what ways have nginx? I'm...
View ArticleRe: Multilanguage Websites
On Mon, Dec 31, 2012 at 05:50:14PM +0100, Silvio Siefke wrote:Hi there,> Ok, but what ways have nginx? I'm looking for a way for days.What, precisely, do you mean by "Multilanguage Websites"?If you...
View ArticleРедирект на выбранный порт
Конфигурация вэб сервера:Nginx, PHP5 и MySQL на Debian Squeeze с использованием spawn-fcgiПоявилась необходимость вот в такой конфигурации:Основной сайт - слушается на 80 портуНа порт 35000 мне нужно...
View Article[nginx] svn commit: r5001 - in trunk/docs: man text
Author: ruDate: 2012-12-31 22:08:19 +0000 (Mon, 31 Dec 2012)New Revision: 5001URL: http://trac.nginx.org/nginx/changeset/5001/nginxLog:Year...
View ArticleAllow directive with variables
I am trying to use a variable with the `allow` directive, i.e.set $home_ip 1.2.3.4;location ^~ /apc/ {# Allow homeallow $home_ip;deny all;include /etc/nginx/php.conf;}But I am getting an error. Does...
View ArticleRe: Редирект на выбранный порт
Здравствуйте, Уважаемый(-ая, -ое) OZzzy!O> location /snow {O> root /opt/jakarta-tomcat-5.5.9/webapps/snow/;Вы его попросили открывать /opt/jakarta-tomcat-5.5.9/webapps/snow/snow/ - вотон и...
View ArticleRe: Редирект на выбранный порт
Это будет правильным решением?location /snow {root /opt/jakarta-tomcat-5.5.9/webapps/;
View ArticleRe: Редирект на выбранный порт
нет - ничего не изменилосьВсех с Новым годом!Пожалуйста подскажите правильный конфиг
View ArticlePurge whole cache zone
Hi, I am interested if it is possible to invalidate whole cache zone. Now it is possible to invalidate single cache item using cache key and third party module Cache Purge. What I need is to remove all...
View ArticleRe: Purge whole cache zone
Sorry, folks my question is a duplicate of this thread http://forum.nginx.org/read.php?2,30833,32763#msg-32763 (solution). So, the solution is to remove cache folder and kill nginx processes. Not...
View ArticleRe: nginx crash only when using Chromium (in ubuntu)
i think i found the source of the crash - i often hibernate my vbox (virtual machine) and also my ubuntu (the host machine) so it appears that the memory was garbaged. after revooting only the vnox all...
View ArticleNginx FastCGI question
Hi,When you run a FastCGI application behind Nginx does Nginx pass all theHTTP request headers to the FastCGI server / app? Or do you need toexplicitly pass them using fastcgi_param?If Nginx does pass...
View ArticleNginx mutli-threaded plugin
Hi guysI need to write a plugin which does some CPU intensive work. I want to beable to create a thread which does some work and once done post an eventinto nginx thread via ngx_add_timer. I tried...
View Article