Re: permisson of .htpasswd of 5.9's nginx

2016-04-30 Thread ludovic coues
2016-04-30 4:37 GMT+02:00 Nick Holland <n...@holland-consulting.net>: > On 04/29/16 21:27, Tuyosi Takesima wrote: >> thanks for ludovic >> >> # ls -l /var/www/1/ >> total 16 >> -rw-r- 1 www www 65 Apr 29 11:19 .htpasswd >> >>

Re: permisson of .htpasswd of 5.9's nginx

2016-04-29 Thread Nick Holland
On 04/29/16 21:27, Tuyosi Takesima wrote: > thanks for ludovic > > # ls -l /var/www/1/ > total 16 > -rw-r- 1 www www 65 Apr 29 11:19 .htpasswd > > # chmod 640 /var/www/1/.htpasswd > > this go well . *sigh* Do you really want your /security/ fil

Re: permisson of .htpasswd of 5.9's nginx

2016-04-29 Thread Tuyosi Takesima
thanks for ludovic # ls -l /var/www/1/ total 16 -rw-r- 1 www www 65 Apr 29 11:19 .htpasswd # chmod 640 /var/www/1/.htpasswd this go well . tuyosi

Re: permisson of .htpasswd of 5.9's nginx

2016-04-29 Thread ludovic coues
2016-04-29 5:48 GMT+02:00 Tuyosi Takesima <nakajin.fu...@gmail.com>: > Hi all . > > i do > chmod 777 /var/www/1/.htpasswd > > and so > nginx works with basic authentification. > > but this setting is too open . > are there any idea ? > First check the file

permisson of .htpasswd of 5.9's nginx

2016-04-28 Thread Tuyosi Takesima
Hi all . i do chmod 777 /var/www/1/.htpasswd and so nginx works with basic authentification. but this setting is too open . are there any idea ? # /etc/nginx/nginx.conf events { worker_connections 800; } http { include mime.types; default_type

htpasswd

2005-12-25 Thread Rico
Hi, I am managing some sites which has some parts password protected by a simple .htaccess file. On obsd 3.7 I have always used the htpasswd tool to generate the password files. Today I had to update a site, and I used htpasswd on obsd 3.8, but I am having some problems with that. When

Re: htpasswd

2005-12-25 Thread Simon Morgan
On 25/12/05, Rico [EMAIL PROTECTED] wrote: I am managing some sites which has some parts password protected by a simple .htaccess file. On obsd 3.7 I have always used the htpasswd tool to generate the password files. Today I had to update a site, and I used htpasswd on obsd 3.8, but I am

Re: htpasswd

2005-12-25 Thread Rico
Thanks Simon! Simon Morgan wrote: On 25/12/05, Rico [EMAIL PROTECTED] wrote: I am managing some sites which has some parts password protected by a simple .htaccess file. On obsd 3.7 I have always used the htpasswd tool to generate the password files. Today I had to update a site, and I used