Admin Server is a special virtual host dedicated to the WebAdmin console. It is very important to make sure Admin Server is securely protected either by only allowing access from the administrator's machines or by using an encrypted SSL connection.
Use Server's Log | File Name | Log Level | Rolling Size (bytes) |
Log Control | File Name | Piped Logger | Log Format | Log Headers | Rolling Size (bytes) | Keep Days | Bytes Log | Compress Archive |
Description Specifies whether to enable core dump when the server is started by "root" user. For most modern Unix systems, processes that change user ID or group ID are not allowed to dump a core file for security reasons. However, it is much easier to identify root cause of a problem with a core dump. This option only works on Linux kernel 2.4 and up. Solaris users should use the coreadm command to control this feature. |
Syntax Select from radio box |
Tips [Security] Only enable this when you see no core file created in the server log file. Disable it immediately after producing the core file. Please submit a bug report when a core dump has been created. |
Description Customize the session timeout length of the WebAdmin Console. The default is 60 seconds. |
Syntax Integer number |
Tips [Security] Set a proper value for production use, usually less than 300 seconds. |
Description Specifies whether to put log messages from this virtual host into the server log file instead of creating its own log file. |
Syntax Select from radio box |
Description Specifies the path for the log file. |
Syntax Filename which can be an absolute path or a relative path to $SERVER_ROOT, $VH_ROOT. |
Tips [Performance] Place the log file on a separate disk. |
Description Specifies the level of logging. Available levels (from high to low) are ERROR, WARNING, NOTICE, INFO, and DEBUG. Only messages with a level higher than or equal to the current setting will be logged. If you want to set it to DEBUG, you must set the server log level to DEBUG as well. The level of debugging is controlled solely at the server level by Debug Level. |
Syntax Select from drop down list |
Tips [Performance] Unless Debug Level is set to a level other than NONE, DEBUG log level does not have any performance impact and is recommended. |
See Also |
Description Specifies when the current log file needs to be rolled over, also known as log rotation. When the file size is over the rollover limit, the active log file will be renamed to log_name.mm_dd_yyyy(.sequence) in the same directory and a new active log file will be created. The actual size of the rotated log file once it is created will sometimes be a little bigger than this size limit. Set to 0 to disable log rotation. |
Syntax Integer number |
Tips Append "K", "M", "G" to the number for kilo-, mega- and giga- bytes. |
Description Where the access log should be written. There are three options:
|
Syntax Select from drop down list |
Description The access log filename. |
Syntax Filename which can be an absolute path or a relative path to $SERVER_ROOT, $VH_ROOT. |
Tips [Performance] Put access log file on a separate disk. |
Description Specifies the external application that will receive the access log data sent by LiteSpeed through a pipe on its STDIN stream (file handle is 0). When this field is specified, the access log will be sent only to the logger application and not the access log file specified in previous entry. |
Syntax Select from drop down list |
Description Specifies the log format for the access log. When log format is set, it will override the Log Headers setting. |
Syntax String. The syntax of log format is compatible with Apache 2.0's custom log format. |
Example
|
See Also |
Description Specifies whether to log HTTP request headers: Referer, UserAgent, and Host. |
Syntax Select from checkbox |
Tips [Performance] Turn this off if you do not need these headers in the access log. |
See Also |
Description Specifies how many days the access log file will be kept on disk. Only rotated log files older than the specified number of days will be deleted. The current log file will not be touched regardless how many days worth of data it contains. If you do not want to auto-delete stale and very old log files, set this to 0. |
Syntax Integer number |
Description Specifies the path to the bandwidth bytes log file. When specified, a cPanel compatible bandwidth log will be created. This will log the total bytes transferred for a request including both the request and reply bodies. |
Syntax Filename which can be an absolute path or a relative path to $SERVER_ROOT. |
Tips [Performance] Put the log file on a separate disk. |