PHP

This tool will install PHP and several common modules. Should you discover a module you depend on is missing, please contact support.


POST max size

Sets the maximum request body size for php.ini and all Static Files configurations with PHP enabled. When the size of a request exceeds the configured value, a 413 (Request Entity Too Large) error is returned to the client.

Sizes can be specified in bytes, kilobytes (suffix K), or megabytes (suffix M). For example, 1024, 8K, 1M. Setting size to 0 disables checking the client request body size. While PHP allows the G notation, nginx does not, so to support both systems with one setting please set the size in M.

The default value (used if this field is left blank) is 1M (due to nginx). Increase this value if you are operating a PHP script on the server that accepts larger uploads.


View Logs

The View Logs button will show you the PHP error log. Refer to the PHP documentation to find out what gets logged to this file.


Update Modules

If this button is visible, there are new modules available for this Lifeboat server. As other developers needs grow the core modules installed by Lifeboat expand. Clicking this button will install the additional modules.

Should you discover you need an additional module for something to operate, please don't hesitate to contact support!