Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Main
Synchronet
Commits
e9e61781
Commit
e9e61781
authored
17 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation on digest authentication.
parent
ed5956d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/websrvr.txt
+15
-0
15 additions, 0 deletions
docs/websrvr.txt
with
15 additions
and
0 deletions
docs/websrvr.txt
+
15
−
0
View file @
e9e61781
...
...
@@ -36,6 +36,12 @@ IndexFileNames=index.html,index.ssjs
IndexFileNames=index.html,index.htm,index.ssjs
Do not remove the index.ssjs unless you are not using the stock
web pages at all.
Authorization=Basic,Default
A comma-separated list of authentication mechanisms in order of preference.
The standards say that Basic must come first, but no browser currently
appears to use Digest if Basic is listed first. Supported values are Basic
and Digest. Digest is more secure as the users password is not sent in the
clear over the wire.
CGIDirectory=cgi-bin
A directory relative to RootDirectory where any files found will be
considered CGI-executable. Be careful what files you put in this
...
...
@@ -151,6 +157,15 @@ AccessRequirements:
Realm:
Sets the realm that is displayed to the user for the HTTP login.
Default is the BBS name.
DigestRealm:
Sets the realm that is displayed to the user for the HTTP login when
Digest authentication is being used. Default is the Realm value.
Authorization:
A comma-separated list of authentication mechanisms in order of
preference. The standards say that Basic must come first, but no
browser currently appears to use Digest if Basic is listed first.
Supported values are Basic and Digest. Digest is more secure as the
users password is never sent over the wire.
ErrorDirectory:
Specifies a different directory to check for error pages. If the error
page is not found, will still check the global error directory.
...
...
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