Appendix B SSL Configuration Directives for Apache Web Servers 149
This directive specifiesa log file where SSL-specific information will be logged. If
not specified (default), then no SSL-specific information will be logged.
13. SSLLogLevel level
Context: Global, virtual host
This directive specifiesthe verbosity of the information logged in the SSL log file.
Valuesfor level are listed and described in TABLE B-6.
14. SSLOptions [+-]option
Context: Global, virtual host, directory,.htaccess
This directive configures SSLruntime options on a per-directory basis. Options
can be added to the current configuration by prefixingthem with a plus sign (+),
or removed using a minus sign (-). If multiple options could apply to a directory,
the most restrictive option is used; the options are not merged.
TABLEB-6 SSL Log Level Values
Value Description
none no logging, but errormessages are still sent to the standard Apache
errorlog
warn Include warning messages
info Include information messages
trace Include trace messages
debug Include debugging messages