put_delete_auth_file -> dav_auth_file

This commit is contained in:
Sergey Lyubka 2013-12-20 17:57:13 +00:00
parent b941dcd5c5
commit 7abb406d0f
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ my $cmd = "$mongoose_exe ".
"-access_log_file access.log ". "-access_log_file access.log ".
"-error_log_file debug.log ". "-error_log_file debug.log ".
"-extra_mime_types .bar=foo/bar,.tar.gz=blah,.baz=foo " . "-extra_mime_types .bar=foo/bar,.tar.gz=blah,.baz=foo " .
"-put_delete_auth_file $abs_root/passfile " . "-dav_auth_file $abs_root/passfile " .
'-access_control_list -0.0.0.0/0,+127.0.0.1 ' . '-access_control_list -0.0.0.0/0,+127.0.0.1 ' .
"-document_root $root ". "-document_root $root ".
"-hide_files_patterns **exploit.PL ". "-hide_files_patterns **exploit.PL ".

View File

@ -14,7 +14,7 @@ Extra environment variables to be passed to the CGI script in
addition to standard ones. The list must be comma-separated list addition to standard ones. The list must be comma-separated list
of name=value pairs, like this: `VARIABLE1=VALUE1,VARIABLE2=VALUE2`. of name=value pairs, like this: `VARIABLE1=VALUE1,VARIABLE2=VALUE2`.
### put\_delete\_auth\_file ### dav\_auth\_file
Passwords file for PUT and DELETE requests. Without it, PUT and DELETE requests Passwords file for PUT and DELETE requests. Without it, PUT and DELETE requests
will fail. The format of the passwords file is the same as for `.htpasswd` file will fail. The format of the passwords file is the same as for `.htpasswd` file
used for Digest authentication. It can be created and managed by means used for Digest authentication. It can be created and managed by means