Previous PageNext Page

3.2.3 [default machine]

The [default machine] keyword defines a section containing default parameters that control the operation of the Chili!Soft ASP server on each machine.
 
Parameters
maxprocesses
The maximum number of Chili!Soft ASP script engine threads or processes that may run on one processor. The maximum number of script engines is equal to maxprocesses * # of CPUs.
inherit_user
The inherit_user switch tells Chili!Soft ASP which security mode to run under, Inherited User or Defined User. If inherit_user=1, then Chili!Soft ASP will run under the user account (inherit the account) under which the Web server is executing the request. If inherit_user=0, then Chili!Soft ASP will run under the account information specified by the user and group attributes. If inherit_user=0, and you do not specify a user or group, then Chili!Soft ASP will attempt to run under the user account that executed caspctrl. Note: you must run Chili!Soft ASP in multi-threaded mode for this to work.
caspd_pid
Optional. This setting allows you to specify the name and location of the process ID file for the Chili!Soft ASP daemon.
user
Optional. The username for the account that the Chili!Soft ASP engine will run under. Make sure that this user has permission to open Chili!Soft ASP configuration files such as casp.cnfg and odbc.ini. The user starting Chili!Soft ASP using caspctrl must have greater permissions than this user. If this attribute is not present and inherit_user=0, Chili!Soft ASP will run under the account of the user that executes caspctrl. Note: you must run Chili!Soft ASP in multi-threaded mode for this to work.
group
Optional. The groupname for the account that the Chili!Soft ASP engine will run under. Make sure that this group has permission to open Chili!Soft ASP configuration files such as casp.cnfg and odbc.ini. The user starting Chili!Soft ASP using caspctrl must have greater permissions than this group. If this attribute is not present and inherit_user=0, Chili!Soft ASP will run under the account of the user that executes caspctrl. Note: you must run Chili!Soft ASP in multi-threaded mode for this to work.

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page