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
7cc9a3dc
Commit
7cc9a3dc
authored
18 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Document the webctrl.ini file.
parent
72d4f5c2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/websrvr.txt
+29
-0
29 additions, 0 deletions
docs/websrvr.txt
with
29 additions
and
0 deletions
docs/websrvr.txt
+
29
−
0
View file @
7cc9a3dc
...
...
@@ -138,6 +138,35 @@ also uses some other configuration files:
value, over-ridden value, and prepended or appended text.
2.3. webctrl.ini per-directory configuration file
------------------------------------------------
Each directory may have a webctrl.ini file which overrides certain settings for
the directory it's in and all child directorys. Configuration keys may be set
either globally, or in a per-filename group. Using the * and ? wildcards as
the group name such as [*.html]. The following keys may be used in these files:
AccessRequirements:
Specifices an ARS string which all users must match to be able to access
files in this directory. Will force an HTTP login.
Realm:
Sets the realm that is displayed to the user for the HTTP login.
Default is the BBS name.
ErrorDirectory:
Specifies a different directory to check for error pages. If the error
page is not found, will still check the global error directory.
CGIDirectory:
Specify an alternate CGI directory to check for CGI files.
PathInfoIndex:
Specifies that the index files can be ran for unlocated pages in the
current directory. This effecively works like a custom 404 page.
For example, to require a login, but allow *any* user to access files in a
directory, but only a sysop to access *.log files, the following could be used:
AccessRequirements=level 0
[*.log]
AccessRequirements=level90
3.0 The SSJS Template System
----------------------------
The default web pages use a SSJS Template engine which also allows for Theme
...
...
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