auth_basic and file uploads.

2013-04-10 Thread Steve Holdoway
Hi Folks, I've got a magento site under development, and just want it to be password protected until it goes live. No problem I thought... add in the auth_basic/auth_basic_user_file entries to the location / block. However, when I do that, I get a password request for the upload... 2013/04/11 0

Re: nginx 1.2: static file truncated with HTTP status code 200

2013-04-10 Thread mengqy
Sorry for the late thanks to all of you hackers, great job :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,226506,238271#msg-238271 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

configure --prefix with "~"

2013-04-10 Thread mengqy
nginx 1.3.15, ubuntu 12.04, bash: $ ./configure --prefix=~/tools/webserver/install ... $ make && make install --> a dir named '~' is created within current dir, but `~` should be interpreted as `$HOME` instead, right? Thanks to the protection from gvfs, `rm -rf ~` did not cause a disaster (it sh

Re: nginx-1.3.15

2013-04-10 Thread AJ Weber
yum repolist -v nginx Loading "fastestmirror" plugin Config time: 0.019 Yum Version: 3.2.29 Loading mirror speeds from cached hostfile * base: centosp4.centos.org * extras: centosc5.centos.org * updates: centosy3.centos.org Setting up Package Sacks pkgsack time: 0.015 Repo-id : nginx Repo-

Status Code 001 In Logs

2013-04-10 Thread abstein2
I can't find documention anywhere on what it means when nginx shows 001 as the value of $status in the access_log. I currently use nginx as a reverse proxy and I get this error when uploading large files (2+ MB though my client_max_body_size is 4 MB) . Also worth noting, the follow values per my

Re: nginx-1.3.15

2013-04-10 Thread Sergey Budnevitch
On 10 Apr2013, at 05:08 , AJ Weber wrote: > I followed the instructions for adding the "mainline" repo to my yum config, > ran a clean but I still only find 1.2.8 available for install (CentOS6 x64). > > What might I be doing wrong? Please show result of yum repolist -v nginx _