Entries tagged with “config” from Movable Type Documentation

YAMLModule

Used when directing the Perl module to load the YAML file. If left undefined, YAML::Syck will be used by default, if available. Possible values are "YAML::Tiny" and "YAML::Syck". Default YAML::Syck Example YAMLModule YAML::Syck... Continue Reading  

DeniedAssetFileExtensions

This directive is available in Movable Type 5.11, 5.051, 4.361 and later. DeniedAssetFileExtensions is the blacklist. The default value is "ascx,asis,asp,aspx,bat,cfc,cfm,cgi,cmd,com,cpl,dll,exe,htaccess,htm,html, inc,jhtml,js,jsb,jsp,mht,mhtml,msi,php,php2,php3,php4,php5, phps,phtm,phtml,pif,pl,pwml,py,reg,scr,sh,shtm,shtml,vbs,vxd,pm,so,rb,htc". Files with these extensions will not be allowed as uploads. If you wish to upload one of... Continue Reading  

AssetFileExtensions

White list of comma-separated asset file extensions which may be uploaded. Regex syntax is supported. For example, jpe?g covers both "jpeg" and "jpg". Default Default asset extensions supported in MT: AssetFileExtensions gif, jpe?g, png, bmp, tiff?, mp3, ogg, aiff, wav,... Continue Reading  

HTTPSProxy

In some cases, a proxy server must be used to gain access to the internet if the computer Movable Type is running on is behind a firewall or on an internal private network. By setting HTTPSProxy to the full URL... Continue Reading  

ThemeStaticFileExtensions

List of allowed file extensions for static files exported with via theme export functionality. Default Description of default: ThemeStaticFileExtensions jpg jpeg gif png js css ico flv swf Note: From version 5.2 and up, below elements have been added to... Continue Reading  

SearchAlwaysAllowTemplateID

Allows use of template_id parameter in query string and .php or .asp file extensions for Pagination for Static Templates. By default, MT requires that templates using Static Pagination must not have .php or .asp extensions, and that they must be... Continue Reading  

MySQL Settings

Database creation and configuration, using MySQL as an example. SQLite and Postgres are no longer supported in the core and will require a plugin for use. Oracle requires the MT Enterprise pack. Creating a MySQL database Database Configuration Creating a... Continue Reading  

DBIRaiseError

Boolean setting to display database queries in error messages for debugging purposes. Disabled by default (since MT4.3 when this config directive was added). Warning: This setting is only recommended for debugging purposes. Using it in a production environment is not... Continue Reading  

StatsCachePublishing

Defines the method of publishing the XML files used by the dashboard flash widget. For very large sites (those with about 1,000 entries or 50,000 comments a month) the calculation of the stats in the widget causes the dashboard to... Continue Reading  

StatsCacheTTL

Time To Live in minutes to cache the XML files generated (for use in the dashboard flash widget) before republishing via the method set by the StatsCachePublishing config directive. Defaults to 15 minutes. Default StatsCacheTTL 15 Related StatsCachePublishing... Continue Reading  

ProcessLoggingThreshold

Threshold setting for Performance Logging. Related performancelogging config directive Guide to Performance Logging and Monitoring... Continue Reading  

PerformanceLoggingPath

Path setting for Performance Logging. Related performancelogging config directive Guide to Performance Logging and Monitoring... Continue Reading  

ReturnToURL

URL specified to this directive is used when MT does not receive where to navigate after doing certain tasks such as: user login user registration password recovery etc Most cases when MT handles these events, there should be a query... Continue Reading  

RPTSwapMemoryLimit

RPTSwapMemoryLimit is identical to RPTFreeMemoryLimit, except that instead of checking free memory available on the server, it checks swap memory available on the server. For operating systems that cache aggressively, this may be a more effective way of detecting heavy... Continue Reading  

SchwartzClientDeadline

Sets a limit, in seconds, on the amount of time that a given MT::TheSchwartz work_until_done loop should spend processing jobs in the publish queue. When the MT::Schwartz object begins processing jobs, the epoch (a timestamp commonly used on UNIX-based computers)... Continue Reading  

SchwartzSwapMemoryLimit

SchwartzSwapMemoryLimit is identical to SchwartzFreeMemoryLimit, except that instead of checking free memory available on the server, it checks swap memory available on the server. Default disabled Values Memory size, in the form of: #GB #MB #KB # (indicating literal bytes)... Continue Reading  

SchwartzFreeMemoryLimit

SchwartzFreeMemoryLimit is identical to RPTFreeMemoryLimit, except that instead of checking on initial launch of run-periodic-tasks, it checks after every MT::TheSchwartz->work_once cycle while the Schwartz queue is being processed. If free memory has fallen below the SchwartzFreeMemoryLimit, it ends the work_until_done... Continue Reading  

RPTFreeMemoryLimit

Defines a lower bound on the of free memory that must be available for new run-periodic-tasks to launch; if the Perl module Sys::MemInfo is installed and RPTFreeMemoryLimit is set, launching run-periodic-tasks will check the amount of free memory available on... Continue Reading  

RPTProcessCap

Sets a limit on the number of run-periodic-tasks processes that can run simultaneously on this server. If RPTProcessCap is set, run-periodic-tasks will count all currently-running processes of the form "perl.*run-periodic-tasks.*" immediately after it is launched, including itself. If that number... Continue Reading  

DatabaseRoles

This optional configuration setting allows you to specify a file that defines additional database servers that can be used to distribute load for database requests. This would require you to configure multiple database servers, one as a 'master' and... Continue Reading