You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Many parts of the VCL web frontend are configured in the web/.ht-inc/conf.php file. conf.php is created as part of installation by making a copy of conf-default.php. In addition to this page, most of the options are documented within the file.

ONLINEDEBUG - This controls displaying more detailed error information; 1 enables the errors to be displayed, 0 disables them

HELPURL -There is a Help link in the Navigation menu. This is the URL to which that item links.

HELPEMAIL - If an unexpected error occurs, users will be prompted that they can email this address for further assistance.

ERROREMAIL - If an unexpected error occurs, the code will send an email about it to to this address with some detailed information about the error. The error will also be logged wherever php errors are logged on the web server if that is enabled in php.ini.

ENVELOPESENDER - An email address for envelope sender of mail messages. If a message gets bounced, it goes to this address.

date_default_timezone_set - This sets the timezone within php. Normally, this should be set to your timezone. A list of available values can be found at http://php.net/manual/en/timezones.php

DEFAULTLOCALE - This sets the default locale for the web site. Available locales can be found in web/locale. Additional locales can also be added.

$clickThroughText - When creating images, the user creating the image must agree to a click through license agreement. This

BASEURL -

SCRIPT -

HOMEURL -

COOKIEDOMAIN -

DEFAULTGROUP -

DEFAULT_AFFILID -

DAYSAHEAD -

DEFAULT_PRIVNODE -

MAXVMLIMIT -

SCHEDULER_ALLOCATE_RANDOM_COMPUTER -

PRIV_CACHE_TIMEOUT -

MIN_BLOCK_MACHINES -

MAX_BLOCK_MACHINES -

DOCUMENTATIONURL -

USEFILTERINGSELECT -

FILTERINGSELECTTHRESHOLD -

SEMTIMEOUT -

DEFAULTTHEME -

HELPFAQURL -

ALLOWADDSHIBUSERS -

MAXINITIALIMAGINGTIME -

MAXSUBIMAGES -

$ENABLE_ITECSAUTH -

$xmlrpcBlockAPIUsers -

NOAUTH_HOMENAV -

QUERYLOGGING -

XMLRPCLOGGING -

$NOAUTH_HOMENAV -

$authMechs -

$affilValFunc -

$affilValFuncArgs -

$addUserFunc -

$addUserFuncArgs -

$updateUserFunc -

$updateUserFuncArgs -

$findAffilFuncs -

require_once(".ht-inc/authmethods/itecsauth.php"); -

require_once(".ht-inc/authmethods/ldapauth.php"); -

require_once(".ht-inc/authmethods/shibauth.php"); -

  • No labels