Welcome! Log In Create A New Profile

Advanced

parse authentication header into $user $password

Gert Cuykens
June 26, 2012 03:52AM
location ~ ^/~(.+?)/(.*)$ {
if ($user != $1) {return 403;}
alias /home/$1/$2;
auth_pam "Restricted";
auth_pam_service_name "nginx";
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_access group:rw all:r;
create_full_put_path on;
}

Can this be implemented pleas?

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
SubjectAuthorViewsPosted

parse authentication header into $user $password

Gert Cuykens385June 26, 2012 03:52AM

Re: parse authentication header into $user $password

Maxim Dounin109June 26, 2012 05:52AM

Re: parse authentication header into $user $password

Gert Cuykens101June 26, 2012 03:12PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 81
Record Number of Users: 5 on May 17, 2013
Record Number of Guests: 138 on May 16, 2013
Powered by nginx    Powered by FreeBSD    PHP Powered    Powered by Percona     ipv6 ready