Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
7abb406d
Commit
7abb406d
authored
Dec 20, 2013
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put_delete_auth_file -> dav_auth_file
parent
b941dcd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test.pl
build/test/test.pl
+1
-1
Options.md
docs/Options.md
+1
-1
No files found.
build/test/test.pl
View file @
7abb406d
...
...
@@ -170,7 +170,7 @@ my $cmd = "$mongoose_exe ".
"-access_log_file access.log "
.
"-error_log_file debug.log "
.
"-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 '
.
"-document_root $root "
.
"-hide_files_patterns **exploit.PL "
.
...
...
docs/Options.md
View file @
7abb406d
...
...
@@ -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
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
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment