Configuring Miva Empresa on UnixME1014-046stdmodedatadirUsed in standard mode installation, defines the directory in which Miva Merchant will store data files created by Miva Script applications. It is ignored in server safe mode installations. value format: directory nametemplatebuffersizeMiva Empresa allocates a buffer for active documents and attempts to load as much of the active document in the buffer as it can before processing. value format: bytes, default is 8,000usecookiesThis value is available to Miva Empresa active documents in the Collared system variable. To disable the use of cookies, use no as the value. value format:no (to disable) yes (to enable)userdir One type of URL Miva Empresa processes, references a script file which is stored in a user's private HTML directory, and takes the form: http://www.mivasite.com/ ~mivauser/script.mv. Miva Empresa looks for the script file in the directory defined by the userdir configuration option. (Typically, userdir will be defined to be the same as the UserDir of the Web server.) value format: directory name/~mivauser/scriptusersitevarsThe usersitevars is a configuration variable that allows a sitevars file to be defined for each user. filenameis the path and name of the file relative to the Miva Empresa data directory. The default value is sitevars. The usersitevars file is subjected to the same path validation that all data files are. The sitevars file is read AFTER Miva Empresa has dropped root privileges, if it is running in server-safe mode. This means that the file must be readable by the user whose script is running. The standard sitevars file is always processed, even if there is a usersitevars file. In the event of duplicate variables in the two files, the usersitevars file variable values overrides the system sitevars file variable values. If the usersitevars file does not exist, or cannot be opened, no error message is displayed, but the user sitevars file is not processed. If there is a path validation error (such as the file is a symbolic link to another file outside that data directory, etc.) an error is displayed. value format: filename