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 [2014/04/03 03:47] – [webctrl.ini per-directory configuration file] Upcoming per-directory constraints (3.17+) deuceserver:web [2015/11/02 15:22] – [Startup INI [Web] Section Keys] Add ALLOW_TLS option deuce
Line 49: Line 49:
 === Authorization === === Authorization ===
  
-Default value: ''Basic,Default''+Default value: ''Basic,Digest''
  
 A comma-separated list of authentication mechanisms in order of preference. A comma-separated list of authentication mechanisms in order of preference.
Line 173: Line 173:
 Disable SSJS execution. Disable SSJS execution.
  
 +''ALLOW_TLS''
  
 +Enable TLS support.
 ==== Other configuration files ==== ==== Other configuration files ====
  
Line 259: Line 261:
 </file> </file>
  
 +=== FastCGISocket ===
 +Specifies the socket and port of a FastCGI listener in the <Address>:<Port> format (ie: 127.0.0.1:9000).  Should be used with wildcard sections like this:
 +<file webctrl.ini>
 +[*.php]
 +FastCGISocket=127.0.0.1:9000
 +</file>
 +
 +Added on November 1st, 2015 to CVS (in 3.17a).
  
 +See [[howto:php]] for details on using with PHP.
 ===== JavaScript Objects ===== ===== JavaScript Objects =====
 In addition to the standard JavaScript objects, the web server provides the In addition to the standard JavaScript objects, the web server provides the