Re: request was rejected because its size (3277304) exceeds the configured...
Trow this "org.apache.commons.fileupload SizeLimitExceededException" into google, plenty of solutions.
View ArticleRe: HDD util is 100% - aio questions
I have Centos Linux with RAM 64GB, 18TB RAID 10 HDDs,CPU and load is practically 0, everything is in HDDs that hold the serverbackShould I remove directio?The server is mainly for streaming large video...
View ArticleRe: редиректы
Добрый день.proxy_intercept_errors on должен помочь.2013/2/1 garrotte <garrotte@demiart.ru>:> Здравствуйте> Есть связка nginx - apache> конфиг примерно такой> server {> listen...
View ArticleRe: Too Many Redirects
Francis Daly Wrote:-------------------------------------------------------> On Fri, Feb 01, 2013 at 07:27:31PM -0500, billmanhillman wrote:>> Hi there,>> > I created another HTTP/1.1...
View ArticleПеренаправление/обработка ответа 200
Здравствуйте, встала следующая задача: сервер присылает ответ 200, надо его не сразу отдать клиенту, а перенаправить в location для обработки, положим в php, что-то никак не могу понять как это сделать
View ArticleRe: Too Many Redirects
On 2 February 2013 15:34, billmanhillman <nginx-forum@nginx.us> wrote:> Francis Daly Wrote:> ------------------------------------------------------->> On Fri, Feb 01, 2013 at...
View ArticleКак обойтись без rewrite в location-е с regexp-ом?
Здравствуйте.Задача простая: выделить из location-а, заданного регэкспом, часть и еёиспользовать в proxy_pass. В голову приходит вот такой конфиг:location ~ ^/dir(?<ruri>/.+)$ {proxy_pass...
View ArticleRe: Перенаправление/обработка ответа 200
Здравствуйте, aaaa5.> Здравствуйте, встала следующая задача: сервер присылает ответ 200, надо его> не сразу отдать клиенту, а перенаправить в location для обработки, положим в> php, что-то...
View ArticleRe: Перенаправление/обработка ответа 200
Спасибо, что-то не совсем понял, как можно использовать internal для перенаправления, нельзя ли поподробнее?вот естьlocation / {proxy_pass backend;---------------------# здесь мы от бекенда получаем...
View ArticleRe: Как обойтись без rewrite в location-е с regexp-ом?
Здравствуйте, Уважаемый(-ая, -ое) Михаил Монашёв!ММ> Здравствуйте.ММ> Задача простая: выделить из location-а, заданного регэкспом, часть и еёММ> использовать в proxy_pass. В голову приходит...
View ArticleRe: [RFC] [PATCH] Autoindex: support sorting using URL parameters
Hi Valentin,On Wednesday 30 January 2013 22:54:29 Valentin V. Bartenev wrote:> I would prefer something like "autoindex_sort" directive>> autoindex_sort criterion [ order ];>> with...
View Articlerewrite upper to lowercase
Hey,i switched today from apache2 to nginx. Now im looking for away to rewrite all upercase letter to lowercase. on apache i used:RewriteEngine onRewriteCond %{REQUEST_URI} [A-Z]RewriteRule (.*)...
View ArticleRe: Как обойтись без rewrite в location-е с regexp-ом?
On Saturday 02 February 2013 23:18:36 Михаил Монашёв wrote:> Здравствуйте.>> Задача простая: выделить из location-а, заданного регэкспом, часть и её> использовать в proxy_pass. В голову...
View ArticleRe[2]: Как обойтись без rewrite в location-е с regexp-ом?
Здравствуйте, Валентин.>> Задача простая: выделить из location-а, заданного регэкспом, часть и её>> использовать в proxy_pass. В голову приходит вот такой конфиг:>>>> location ~...
View ArticleRestricting access to specific subdirectories
Hey all,I'm a little stumped about what I'm doing wrong here. Basically I have a subdirectory that I want to restrict access to specific IP's, otherwise return a 403.If I do the following (inside my...
View ArticleRe: Restricting access to specific subdirectories
On 03/02/13 16:27, jdiana wrote:> Hey all,>> I'm a little stumped about what I'm doing wrong here. Basically I have a> subdirectory that I want to restrict access to specific IP's,...
View ArticleStrange .ini file parsing
Hi,I have a strange issue of php.fpm parsing a file ending in .ini whereasthis .ini file doesnt have anything to do with php*26 FastCGI sent in stderr: "PHP message: WARNING: You have errors in youINI...
View ArticleRE: HDD util is 100% - aio questions
Yes, remove directio and aio, and let the pagecache handle load. Monitor the performance and load carefully and report back the results.________________________________> From: crirus@gmail.com>...
View ArticleStrange php-fpm ini parsing
Hi,This is probably Off Topic . But I think most people use php-fpm for phpwith nginx and thought people here could really helpI have a strange issue of php.fpm parsing a file ending in .ini...
View ArticleRe: Restricting access to specific subdirectories
On 3 February 2013 03:27, jdiana <nginx-forum@nginx.us> wrote:[snip]> location ~ ^/my_ws$ {[snip]> However, if there's anything AFTER that (i.e. my_ws/, my_ws/page2,> my_ws?parameter1,...
View Article