Log settings

Setting

Description

ErrorLog

The location of the error log file. If you do not specify an ErrorLog directive within a <VirtualHost> container, error messages relating to that virtual host are logged here in the location you define with ErrorLog. If you do define an ErrorLog file for a <VirtualHost> container, the errors for that host are logged in that location.

Do not change the @@ServerRoot@@ portion of this setting.

LogLevel

This setting controls the number of messages logged in the error log by specifying the level of errors to record. Values include: debug, info, notice, warn, error, crit, alert, emerg . The default is warn.

LogFormat

Specifies nicknames to be used with the CustomLog directive.

CustomLog

Specifies the location and format of the access log file. Do not change the @@ServerRoot@@ portion of this setting.

TypesConfig

Specifies the location of the MIME.types file (or its equivalent). Do not change the @@ServerRoot@@ portion of this setting.

LimitRequestLine

Consists of the HTTP method, URI, and protocol version. For the Sync Server, LimitRequestLine should always be POST /sync HTTP/1.0