Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
server:web [2015/11/06 10:02] – [webctrl.ini per-directory configuration file] Document Rewrite and JSPreExec webctrl.ini keys. deuceserver:web [2020/03/10 11:33] – Apparently http:// assplodes everything... fix. Deuce
Line 176: Line 176:
  
 Enable TLS support. Enable TLS support.
 +
 +''HSTS_SAFE''
 +
 +Indicates that all URLs availabe via http are also available via https and redirects clients who want a TLS session to the https location.
 +
 ==== Other configuration files ==== ==== Other configuration files ====
  
Line 224: Line 229:
 Specifices an ARS string which all users must match to be able to access Specifices an ARS string which all users must match to be able to access
 files in this directory.  Will force an HTTP login. files in this directory.  Will force an HTTP login.
 +
 +For example, to require a login, but allow **any** user to access files in a
 +directory, but only a sysop to access ''*.log'' files and .git directories, the following could be used:
 +<file webctrl.ini>
 +AccessRequirements=level 0
 +[*.log]
 +AccessRequirements=level 90
 +[*.git]
 +AccessRequirements=level 90
 +</file>
  
 === Realm === === Realm ===
Line 250: Line 265:
 Specifies that the index files can be ran for unlocated pages in the Specifies that the index files can be ran for unlocated pages in the
 current directory.  This effecively works like a custom 404 page. 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 and .git directories, the following could be used: 
-<file webctrl.ini> 
-AccessRequirements=level 0 
-[*.log] 
-AccessRequirements=level 90 
-[*.git] 
-AccessRequirements=level 90 
-</file> 
  
 === FastCGISocket === === FastCGISocket ===