Welcome! Log In Create A New Profile

Advanced

auth_basic 500 Internal Server Error

June 24, 2013 03:20PM
Hi, guys!

I am attempting to secure one subdirectory on the server with ngx_http_auth_basic_module. Unfortunately, without success.

In log file error:

2013/06/24 22:03:05 [crit] 34189#0: *1 open() "/usr/local/etc/nginx/authpw" failed (13: Permission denied), client: 111.222.251.165, server: server.com.ua, request: "GET /private/ HTTP/1.1", host: "server.com.ua"

Part of nginx.conf:
location ^~ /private {
auth_basic "Closed area, sorry...";
auth_basic_user_file /usr/local/etc/nginx/authpw;

# ls -lo ./authpw
-r--r----- 1 root www - 50 24 чер 21:58 ./authpw

# cat ./authpw
#coments
vv:$apr1$NhsePrJ/$MHMNGRoELdDfzcE/kGJpz1

What I have missed?


_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

auth_basic 500 Internal Server Error

artem June 24, 2013 03:20PM

Re: auth_basic 500 Internal Server Error

Reinis Rozitis June 24, 2013 04:02PM

Re[2]: auth_basic 500 Internal Server Error

artem June 24, 2013 05:22PM

Re: Re[2]: auth_basic 500 Internal Server Error

GreenGecko June 24, 2013 05:26PM

Re[2]: Re[2]: auth_basic 500 Internal Server Error

artem June 24, 2013 05:36PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 206
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready