mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-13 05:12:51 +08:00
put_delete_auth_file -> dav_auth_file
This commit is contained in:
parent
b941dcd5c5
commit
7abb406d0f
@ -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
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user