WBB ACP HTTPS Rewrite rule
Hello,I'm trying since about half an hour to get SSL-only on the administrationpanel of Woltlab burning board working, but without success. The rule willjust be ignored.What I currently have:location...
View ArticleRe: WBB ACP HTTPS Rewrite rule
Try:server {server_name forum;...location ^~ /acp/ {return 301 https://forum$request_uri;}}server {server_name forum;listen 443 ssl;....location / {return 301 http://forum$request_uri;}location ^~...
View ArticleAW: WBB ACP HTTPS Rewrite rule
Thanks for your fast reply, Antonio!I forgot to say, that I try to only enable SSL on ACP on not for the rest ofthe forum :)Von: nginx-bounces@nginx.org [mailto:nginx-bounces@nginx.org] Im Auftrag...
View ArticleNginx permission denied for tmp directory (with correct user)
Whenever I submit a long post from within wordpress, I get the following error:2013/06/04 03:04:19 [crit] 12248#0: *491 open() "/var/lib/nginx/tmp/client_body/0000000008" failed (13: Permission...
View ArticleRe: Nginx permission denied for tmp directory (with correct user)
On Mon, 2013-06-03 at 23:17 -0400, Travis Maxwell wrote:> Whenever I submit a long post from within wordpress, I get the> following error:>> 2013/06/04 03:04:19 [crit] 12248#0: *491 open()...
View ArticleRe: Nginx permission denied for tmp directory (with correct user)
Thanks! that worked :)I didn't think about parent directoriesOn Jun 3, 2013, at 11:46 PM, Steve Holdoway <steve@greengecko.co.nz> wrote:> On Mon, 2013-06-03 at 23:17 -0400, Travis Maxwell...
View ArticleRe: HTTP status code 499 from long running requests
Maxim,Does it seem reasonable that the 499 status codes are responsible for double requests? I.E. do you think the client is resending the request after the 499 status?Maxim Dounin...
View ArticleAsus a32-k72 battery
http://www.laptopbatterystorage.com/asus/a32-k72.htmlThis Replacement laptop battery for Asus A32-K72 was specifically designed for your Asus notebook computer and built to meet or exceed OEM's...
View ArticleRe: API question: large data processing handler
anyone?J.Z.On Sun, Jun 2, 2013 at 8:29 PM, Julien Zefi <jzefip@gmail.com> wrote:> hi,>> i am writing a module that creates and returns large amount of data,> obviously this is...
View ArticleRe: Memory Management ( > 25GB memory usage)
Thanks Maxim and Jonathan for making these things clear to me!Disabling disk buffering by using fastcgi_max_temp_file_size 0; and reducing the number of buffers solved the problem and made my service...
View ArticleRe: API question: large data processing handler
Hello!On Tue, Jun 04, 2013 at 09:45:19AM -0600, Julien Zefi wrote:> On Tue, Jun 4, 2013 at 8:29 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:>> > Hello!> >> > On Tue, Jun...
View Articlelua модуль
On 04.06.2013 18:35, Валентин Бартенев wrote:> Не знаю, насколько это актуально сейчас, но lua модуль лезет во внутренние> структуры и делает кучу всего, включая и то, что никогда не...
View ArticleRe: API question: large data processing handler
On Tuesday 04 June 2013 20:08:31 Maxim Dounin wrote:[...]> (You may also try to emulate filing socket's send buffer by> setting c->write->ready to 0 before calling the>...
View ArticleRe: nginx-1.5.1
Hello Nginx users,Now available: Nginx 1.5.1 for Windows http://goo.gl/eeXMm (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRe: ulimit in the ubuntu package
So ulimit in the init script is redundant.I'll use worker_rlimit_nofile.ThanksOn Tue, Jun 4, 2013 at 5:35 PM, Sergey Budnevitch <sb@waeme.net> wrote:>> On 4 Jun2013, at 17:32 , pablo platt...
View ArticleRe: lua модуль
On 06/04/13 20:14, Gena Makhomed wrote:> есть какие-то вещи, которые нельзя сделать с помощью встроенного> perl-модуля, но можно сделать с помощью этого стороннего lua-модуля?Есть.Используя...
View ArticleRe: Что мешает развить скорость? ( связка Apache22+NGINX 1.4.1)
On Tuesday 04 June 2013 22:20:56 Alexandr wrote:> Имеем:> FreeBSD 9.1-STABLE #0 r251176:> Апач запущен в джейле - урезано всё что можно, обеспечивает работу> SpeedTest...
View ArticleRe: Что мешает развить скорость? (связка Apache22+NGINX 1.4.1)
Здравствуйте, Alexandr.Вы писали 4 июня 2013 г., 22:20:56:> При установки sendfile off, даунлоад не меняется, а вот аплоад подымается до> ~52Mbit.Я так в сторону замечу, без претензий....
View ArticleRe: Что мешает развить скорость? (связка Apache22+NGINX 1.4.1)
On Jun 4, 2013, at 7:45 PM, Dmitry Ivanov <nginx-ru@sadok.spb.ru> wrote:> Здравствуйте, Alexandr.>> Вы писали 4 июня 2013 г., 22:20:56:>>> При установки sendfile off, даунлоад...
View ArticleRe: RE: HTTP status codes missing description in header for proxy_pass
> I guess the irregular response comes from your mod_perl backend?Aha, from ngrep listening on port 8080 responding to nginx, it is indeed missing the description:T 10.200.1.59:8080 ->...
View Article