Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
7abb406d
Commit
7abb406d
authored
11 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
put_delete_auth_file -> dav_auth_file
parent
b941dcd5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/test/test.pl
+1
-1
1 addition, 1 deletion
build/test/test.pl
docs/Options.md
+1
-1
1 addition, 1 deletion
docs/Options.md
with
2 additions
and
2 deletions
build/test/test.pl
+
1
−
1
View file @
7abb406d
...
@@ -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
"
.
...
...
This diff is collapsed.
Click to expand it.
docs/Options.md
+
1
−
1
View file @
7abb406d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment