Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

auth_basic 500 Internal Server Error

$
0
0
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

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>