Introduction

These documentation pages are no longer maintained. Please visit the new documentation site.

Configuration files

Exponential can be configured with a set of configuration files. Configuration files are placed in the settings/ directory in the Exponential root directory on the server. The main configuration file is called site.ini and is located directly in the settings/ directory. site.ini is divided up in several blocks. A block name is placed inside brackets.

Example:

[DatabaseSettings]

DatabasePluginPath=

DatabaseImplementation=ezmysql

Server=localhost

User=publishuser

Password=publishpass

Database=publishdb

UseSlaveServer=disabled

ConnectRetries=0

Charset=iso-8859-1

UseBuiltinEncoding=true

Socket=disabled

SQLOutput=enabled

UsePersistentConnection=disabled

 

[RoleSettings]

EnableCaching=true

PolicyOmitList[]=user

PolicyOmitList[]=layout

PolicyOmitList[]=manual

PolicyOmitList[]=ezinfo

In this example we have two blocks, DatabaseSettings and RoleSettings. Each block have several variables that decide the behaviour of our site. Some of the variables has a name ending with [], this means that the value is treated as an array, and we can add as menu values to this variable as we want.

Error???

Comments

Contents

Configuration

Configuration
    WebDAV setup
    Exponential running on a CGI version o...
    Path prefix
    Locale Settings
    Introduction
    Configuration files
    Site access
    Common settings
    Multi Site
    Directory structure
    Language and charset
    Cron jobs
    Login handler
    Search engine
    Tips & Tricks
Security
Optimization
Backup & Restore
Troubleshooting


Created

04/07/2003
11:21:45 am
by Bård Farstad

Last updated

18/10/2003
3:19:10 am
by Jaroslav Satkevic

Authors

Bård Farstad
Jo Henrik Endrerud
Jaroslav Satkevic



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.