Sun Microsystems 4000 Whiteboard Accessories User Manual


 
Appendix B SSL Configuration Directives for Apache Web Servers 149
This directive specifies a 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 specifies the verbosity of the information logged in the SSL log file.
Values for level are listed and described in
TABLE B-6.
14. SSLOptions [+-] option
Context: Global, virtual host, directory, .htaccess
This directive configures SSL runtime options on a per-directory basis. Options
can be added to the current configuration by prefixing them 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.
TABLE B-6 SSL Log Level Values
Value Description
none no logging, but error messages are still sent to the standard Apache
error log
warn Include warning messages
info Include information messages
trace Include trace messages
debug Include debugging messages