From 937daff4bcc2597e4c96c8cb3768c0163a30a5a0 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Wed, 24 Jul 2024 17:02:29 +0200 Subject: [PATCH] fix html for system properties --- .../13.Various/01.system-properties/page.md | 99 ++----------------- 1 file changed, 7 insertions(+), 92 deletions(-) diff --git a/docs/04.guides/13.Various/01.system-properties/page.md b/docs/04.guides/13.Various/01.system-properties/page.md index 2e6834bcb..c4efb4b97 100644 --- a/docs/04.guides/13.Various/01.system-properties/page.md +++ b/docs/04.guides/13.Various/01.system-properties/page.md @@ -254,17 +254,13 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_EXTENSIONS_INSTALL
lucee.extensions.install
-

Enables/disables installation of Lucee's default extensions. When this value is changed, it will need a complete redeployment of "lucee-server" (simple restart won't suffice).

-

This directive is very useful in combination with the system variable LUCEE_EXTENSIONS.

- Values: Boolean true | false
Default: true @@ -276,22 +272,17 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_EXTENSIONS
lucee.extensions

Comma separated list of extension GUIDs (Globally Unique Identifiers) to be downloaded and installed during the very first server start.

-

Setting GUID alone will install latest version.

-

If you want to dictate version, append ;version=xx.xx.xx.xx to the GUID.

-

You can find available extensions and their corresponding GUID (these are listed as IDs) in the Server Administrator or at Lucee Downloads.

- - Values: String + Values: String

Example: Installing JFreeChart Extension Version 1.0.19.19:

LUCEE_EXTENSIONS=D46B46A9-A0E3-44E1-D972A04AC3A8DC10;version=1.0.19.19
@@ -304,7 +295,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_ENABLE_BUNDLE_DOWNLOAD
lucee.enable.bundle.download
@@ -323,7 +313,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_TEMPLATE_CHARSET
lucee.template.charset
@@ -348,7 +337,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_WEB_CHARSET
lucee.web.charset
@@ -371,7 +359,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_RESOURCE_CHARSET
lucee.resource.charset
@@ -394,7 +381,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_SCRIPT_PROTECT
lucee.script.protect
@@ -421,7 +407,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_QUEUE_ENABLE
lucee.queue.enable
@@ -442,7 +427,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_QUEUE_MAX
lucee.queue.max
@@ -464,7 +448,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_QUEUE_TIMEOUT
lucee.queue.timeout
@@ -487,14 +470,12 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_CFML_WRITER
lucee.cfml.writer
Defines whitespace management of the server.
- - - Values: String white-space-pref | regular | white-space -
- Default: regular + Values: String white-space-pref | regular | white-space +
+ Default: regular

Example: The following directive will set whitespace management to simple:

LUCEE_CFML_WRITER=white-space
@@ -520,16 +500,13 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_SUPPRESS_WS_BEFORE_ARG
lucee.suppress.ws.before.arg

If set, Lucee suppresses whitespace defined between the [[tag-function]] starting tag and the last [[tag-argument]] tag.

-

This setting is ignored when there is a different output between this tags as white space.

- Values: Boolean true | false
Default: true @@ -543,17 +520,13 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_PRESERVE_CASE
lucee.preserve.case
-

Keep all struct keys defined with "dot notation" in original case.

-

If set to false, all dot.notated key-names will be converted to UPPERCASE.

- Values: Boolean true | false
Default: false @@ -571,7 +544,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_ALLOW_COMPRESSION
lucee.allow.compression
@@ -595,7 +567,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_FULL_NULL_SUPPORT
lucee.full.null.support
@@ -618,7 +589,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_CASCADE_TO_RESULTSET
lucee.cascade.to.result
@@ -642,7 +612,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_TYPE_CHECKING
lucee.type.checking
@@ -664,7 +633,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_STATUS_CODE
lucee.status.code
@@ -685,7 +653,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -694,15 +661,11 @@ Also, make sure not to publish these files with sensitive data as part of open s LUCEE_S3_ACCESSKEYID
lucee.s3.accesskeyid
-

Defines the default S3 virtual S3 bucket mapping credentials.

-

Use this to hide AWS S3 credentials from source code or Web Administrator.

-

That way you connect to your S3 bucket with a S3:///myAwsBucketname/someDirectory/ S3:///myAwsKey:myAwsSecretKey@/myAwsBucketname/someDirectory/. Please see [[category-s3]]

- Values: String

Lucee Server Administrator: not available @@ -714,7 +677,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -723,9 +685,7 @@ Also, make sure not to publish these files with sensitive data as part of open s

Defines a comma separated list of file extensions that are not allowed to be uploaded.

-

By default Lucee will block a set of files that have potential risk. Use this setting to have more control over Lucees default settings.

- Values: String
Default: asp,aspx,cfc,cfm,cfml,do,htm,html,jsp,jspx,php @@ -744,7 +704,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -762,7 +721,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -771,11 +729,8 @@ Also, make sure not to publish these files with sensitive data as part of open s

Defines the directory location where Lucee should create the server context.

-

By default Lucee places its server context in the servlet engines directory.

-

Use this to move the server context outside the Lucee installation dir. This directive is the same as the init param lucee-server-directory of path-to-lucee-installation\tomcat\conf\web.xml

- Values: String

Example: Moving web contexts to another location: @@ -789,7 +744,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -798,15 +752,10 @@ Also, make sure not to publish these files with sensitive data as part of open s Defines the directory location where Lucee should create the web contexts. -

By default Lucee places its web-context configuration and data files in a folder named WEB-INF under the webroot of each website.

-

Use this to move the web context outside of the websites webroot.

-

This directive is the same as the init param lucee-web-directory of path-to-lucee-installation\tomcat\conf\web.xml.

-

When using this directive you'll need to add Lucees label variable {web-context-label} to the path that will be used as the identifier hash or label for the created web contexts.

- Values: String

Example: Moving web contexts to another location: @@ -820,7 +769,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -833,8 +781,6 @@ Also, make sure not to publish these files with sensitive data as part of open s Values: String
Default: false - -

Lucee Server Administrator: not available

@@ -843,7 +789,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -856,7 +801,6 @@ Also, make sure not to publish these files with sensitive data as part of open s Values: String error | warning |info | debug
Default: error -

Lucee Server Administrator: not available

@@ -867,7 +811,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -876,9 +819,7 @@ Also, make sure not to publish these files with sensitive data as part of open s Disables the controller. Default is false. -

The Controller is an internal background process which runs maintenance tasks.

- On Startup
  • Syncing NTP time
  • @@ -886,7 +827,6 @@ Also, make sure not to publish these files with sensitive data as part of open s
  • Clearing out cache files
  • Clearing out expired scopes like sessions (in persistent storage)
- Every Minute
  • Automatically deploying updates / extensions [[deploying-lucee-server-apps]] @@ -898,19 +838,15 @@ Also, make sure not to publish these files with sensitive data as part of open s
  • Clearing out locks
  • Picking up changed configuration files
- Every Hour
  • Syncing NTP time
  • Clearing out temp files
  • Clearing out cache files
- Values: Boolean true | false
Default: false - -

Lucee Server Administrator: not available

@@ -919,7 +855,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
@@ -928,9 +863,7 @@ Also, make sure not to publish these files with sensitive data as part of open s

Number of milliseconds between controller calls.

-

Set to 0 to disable controller. Useful for benchmark testing.

- Values: Numeric

Lucee Server Administrator: not available @@ -940,7 +873,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

-
LUCEE_LISTENER_TYPE
lucee.listener.type
@@ -953,7 +885,6 @@ Also, make sure not to publish these files with sensitive data as part of open s
  • modern: Modern handling. Lucee only looks for the file Application.cfc
  • mixed: Mixed handling. Lucee looks for a file Application.cfm / OnRequestEnd.cfm as well as for the file Application.cfc
  • - Values: String none | classic | modern | mixed
    Default: mixed @@ -967,14 +898,12 @@ Also, make sure not to publish these files with sensitive data as part of open s

    -
    LUCEE_LISTENER_MODE
    lucee.listener.mode

    Defines where Lucee looks for the files Application.cfc / Application.cfm.

    -

    Note: In case of having LUCEE_LISTENER_TYPE set to none the setting for LUCEE_LISTENER_MODE is ignored.

    • curr2root: Looks for the file Application.cfc / Application.cfm from the current up to the webroot directory.
    • @@ -982,7 +911,6 @@ Also, make sure not to publish these files with sensitive data as part of open s
    • root: Looks for the file Application.cfc / Application.cfm only in the webroot .
    • curr: Looks for the file Application.cfc / Application.cfm only in the current template directory.
    - Values: String curr2root | currOrRoot | root | curr
    Default: curr2root @@ -996,20 +924,17 @@ Also, make sure not to publish these files with sensitive data as part of open s

    -
    LUCEE_QOQ_HSQLDB_DISABLE
    lucee.qoq.hsqldb.disable
    Throw exception if native QoQ logic fails, otherwise Lucee falls back to using HSQLDB (which is needed for joins etc), Default is false.
    - [[http://wwvv.codersrevolution.com/blog/improving-lucees-query-of-query-support]]
    Values: Boolean true | false
    Default: false -

    Lucee Server Administrator: not available

    @@ -1018,14 +943,12 @@ Also, make sure not to publish these files with sensitive data as part of open s

    -
    LUCEE_QOQ_HSQLDB_DEBUG
    lucee.qoq.hsqldb.debug

    Log message to WEB context's datasource log any time a QoQ "falls back" to HyperSQL.

    -

    This could include just bad SQL syntax. Default is false.

    Values: Boolean true|false
    @@ -1044,14 +967,11 @@ Also, make sure not to publish these files with sensitive data as part of open s

    Changes Lucee default behaviour of using existing physical paths over virtually mapped paths with the same mapped name (conflicting situation).

    -

    Set this value to true to change Lucees default behaviour and force Lucee to use mappings as first priority and silently ignore conflicting physical paths.

    - Example:
    // Assumption:
    // "D:/myimages/abc" is a physical valid location

    // Defined mappings
    mappings[ '/' ] = 'D:/';
    mappings[ '/myimages' ] = 'D:/images';

    // Default Lucee:
    // the following writeDump outputs "D:/myimages/abc"
    writeDump( expandPath( '/myimages/abc' );

    // If LUCEE_MAPPING_FIRST=true:
    // the following writeDump outputs "D:/images/abc"
    writeDump( expandPath( '/myimages/abc' );

    - Values: Boolean true|false
    Default: false @@ -1069,7 +989,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

    Enables logging on reflection calls.

    - Values: Boolean true|false
    Default: false @@ -1089,7 +1008,6 @@ Also, make sure not to publish these files with sensitive data as part of open s

    Enables warming up a Lucee instance.

    When enabled, Lucee will startup, deploy itself, creating the required directories, deploying any configured extensions and then exiting.

    It enables a faster startup for the deployment of Docker images, Kubernetes clusters and blue/green environments for example.

    - Values: Boolean true|false
    Default: false @@ -1101,16 +1019,14 @@ Also, make sure not to publish these files with sensitive data as part of open s

    - +
    LUCEE_USE_LUCEE_SSL_TRUSTSTORE
    lucee.use.lucee.SSL.TrustStore

    Enables the certificate authority truststore in Lucee location, instead by the JVM default truststore location.

    Previous to Lucee 6.0 Lucee served its own SSL truststore. From 6.0 the truststore is set by the JVM default truststore location.

    -

    Enabling this setting will tell Lucee to use its own truststore, behaving as prior to Lucee 6.0.

    - - +

    Enabling this setting will tell Lucee to use its own truststore, behaving as prior to Lucee 6.0.

    Values: Boolean true|false
    Default: false @@ -1121,8 +1037,7 @@ Also, make sure not to publish these files with sensitive data as part of open s Application.cfc: not available

    - - +