< Path Variables | Variables | Upload Variables >
$AllowPassword
$DefaultPasswords
$DenyHtaccessContent
.htaccess
files created by PmWiki in new directories under wiki.d. The Apache server changed these directives in version 2.4. The default value should work for both new and older server versions.
$EnablePostAttrClearSession
$EnablePostAttrClearSession
to zero.
$EnableSessionPasswords
$SetCookieFunction
pmsetcookie()
. Should accept the same arguments as pmsetcookie()
.
$EnableCookieSecure
$EnableCookieHTTPOnly
$SessionEncode
$SessionDecode
below.)
$SessionDecode
$SessionEncode
above. Set this to NULL if sensitive session values are not encoded.
$HandleAuth
config.php
you need to be authenticated as editor in order to view the page history:
$HandleAuth
['diff'] = 'edit';
$PageAttributes
$AuthLDAPBindDN
$AuthLDAPBindPassword
$AuthLDAPBindDN
above).
$AuthLDAPReferrals
$MultiFactorAuthFunction
$EnablePublishAttr
$EnableDrafts
.
$EnablePageVarAuth
$RobotActions
$RobotActions
['download'] = 1;
# allow bots to download files with disabled $EnableDirectDownload
(page permissions are respected)$RobotActions
['rss'] = 0;
# disallow bots from getting the RSS feed$RobotActions
['print'] = 1;
# allow bots to get the print view$RobotPattern
$EnableRobotCloakActions
See also:
< Path Variables | Variables | Upload Variables >
This page may have a more recent version on pmwiki.org: PmWiki:SecurityVariables, and a talk page: PmWiki:SecurityVariables-Talk.