2024 Update Rollup 1

Fabasoft Folio Web ServicePermanent link for this heading

The following variables apply to the Fabasoft Folio Web Service.

  • FSCVEXT_MAXTHREADS
    The number of threads that are used for request processing.
    Default value: 8
    Availability: Linux: Services created with version 21.2.2 or higher.
  • FSCVEXT_ENABLEUNSECUREESERVICEAUTHENTICATION
    Set this variable to true if portal authentication against a web service should be possible using a non-encrypted connection. Although unencrypted traffic is enabled and no certificates are needed, Fabasoft Folio accepts requests using portal authentication from trusted hosts only. That means the IP address of a host which uses this portal authentication has to be specified in the portal configuration in Fabasoft Folio.
  • FSCVEXT_EVTINFOPROCMSECS
    If the total computing time exceeds the value defined in this variable an information message is recorded in the event log.
    Default value: 30,000 ms
  • FSCVEXT_EVTWARNPROCMSECS
    If the total computing time exceeds the values defined in this variable a warning is recorded in the event log.
    Default value: 60,000 ms
  • FSCVEXT_EVTINFOBYTESREAD
    If a great number of bytes is read, reaching a certain number of bytes an information message is recorded in the event log.
    Default value: 100,000 bytes
  • FSCVEXT_EVTWARNBYTESREAD
    If a great number of bytes is read, reaching a certain number of bytes a warning is recorded in the event log.
    Default value: 500,000 bytes
  • FSCVEXT_EVTINFOBYTESSENT
    If a great number of bytes is sent, reaching a certain number of bytes an information message is recorded in the event log.
    Default value: 1,000,000 bytes
  • FSCVEXT_EVTWARNBYTESSENT
    If a great number of bytes is sent, reaching a certain number of bytes a warning is recorded in the event log.
    Default value: 5,000,000 bytes

LinuxPermanent link for this heading

The following environment variables must be set via the service environment:

  • FSCVEXT_VDIR
    The virtual directory where the web service is available.
    Default value: fsc
    Availability: Services created with version 21.2.2 or higher.
  • FSCVEXT_STATICMAXAGE
    The maximum age (seconds) of static resources in <FSCVEXT_VDIR>/fscasp/content/tmp in terms of cache control.
    Default value: 64800
    Availability: Services created with version 21.7.0 or higher.
  • FSCVEXT_HTTPPORT
    The HTTP port where the web service is available. Enables access with HTTP.
    Availability: Services created with version 21.2.2 or higher.
  • FSCVEXT_HTTPSPORT
    The HTTPS port where the web service is available. Enables access with HTTPS.
    Requires: FSCVEXT_SSLCERTPATH, FSCVEXT_SSLCERTKEYPATH, FSCVEXT_SSLCERTCAPATH
    Availability: Services created with version 21.2.2 or higher.
  • FSCVEXT_SSLCERTPATH
    The path to the PEM-encoded HTTPS certificate.
    Availability: Services created with version 21.2.2 or higher.
  • FSCVEXT_SSLCERTKEYPATH
    The path to the PEM-encoded HTTPS private key.
    Availability: Services created with version 21.2.2 or higher.
  • FSCVEXT_SSLCERTCAPATH
    The path to the PEM-encoded certificate authority used for verification of client certificates.
    Availability: Services created with version 21.2.2 or higher.
  • FSCVEXT_SSLVERIFYCLIENT
    Type of client certificate verification. Can be none, optional, optional_no_ca or require.
    Default value: require
    Availability: Linux: Services created with version 21.2.2 or higher.