|
The [Texis] section of texis.cnf affects Texis and Vortex.
- License
-
Points to the license file. The default is
license.key in the
install directory.
- Statistics Pipe
-
A named pipe is used to communicate statistics between monitor processes.
This setting allows the name to be specified. The default is
/tmp/.texisstats under Unix, or \\.\pipe\texisstats under
Windows.
- equivs
-
Sets the default path to the thesaurus. The default is
builtin
which uses the thesaurus compiled into the program.
- eqvsusr
-
Sets the default path to the user thesaurus. The default is the
eqvsusr file in the install directory.
- Lib Path
-
Sets the search path for loading certain dynamic (shared) libraries,
such as the JavaScript plugin. This is a colon-separated (semicolon under
Windows) list of directories to check. Alternatively, the default value
of ``bin'' may be given, which refers to the Texis executables
directory (bin in the install dir under Unix, or the install dir under
for Windows), or the value ``sys'', which refers to the system-dependent
search method (eg. LD_LIBRARY_PATH under Unix). Note that
Lib Path refers to plugin libraries loaded after program
startup, not startup-loaded libraries such as the C or math lib.
Added in version 4.01.1026200000 Jul 9 2002.
The following settings are specific to Texis Web Script (Vortex).
For more details on these settings, see the ``Configuration Settings''
section of the Vortex manual.
- Vortex Log
-
Sets the log file for Texis when executing Web Script. The
default is
texis/vortex.log in the install directory.
- Default Database
-
Sets the database that is used by Vortex if no database
is specified. This is also the database used to store modules.
The default is
texis/testdb in the install directory.
- Default Script
-
Sets the script that is executed if none is specified in the URL, when
Vortex is invoked from the web. The default is
texis/testdb/index
in the install directory.
- ErrorScript
-
Sets the Vortex script to run if the requested script cannot be started
when Vortex is invoked from the web. This script can notify the
administrator, present a user-friendly error page, etc.
- ErrorFile
-
Sets the plain HTML file to send if
ErrorScript is to be run
but is unspecified or cannot be started. Eg. this is a ``fallback''
for ErrorScript failure.
- ScriptRoot
-
Sets the root file directory for Vortex scripts run from the web.
The default is the
texis/scripts subdirectory of the install
dir .
- Entropy Pipe
-
Path to the
prngd daemon's Unix socket. For SSL/https on
some platforms. Added in version 4.01.1031690406 Sep 10 2002.
- CGI Debug
-
Controls whether to enable CGI debugging features, such as the
-dump option, in CGI mode. Off (0) by default. Added
in version 4.02.1047916696 Mar 17 2003.
Copyright © Thunderstone Software Last updated: Wed Sep 10 11:42:21 EDT 2008
|