Commit 7abb406d authored by Sergey Lyubka's avatar Sergey Lyubka

put_delete_auth_file -> dav_auth_file

parent b941dcd5
...@@ -170,7 +170,7 @@ my $cmd = "$mongoose_exe ". ...@@ -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 ".
......
...@@ -14,7 +14,7 @@ Extra environment variables to be passed to the CGI script in ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment