Slide 37 of 115
Notes:
This directive toggles the usage of the SSL/TLS Protocol Engine. This is usually used inside a <VirtualHost> section to enable SSL/TLS for a particular virtual host. By default the SSL/TLS Protocol Engine is disabled for both the main server and all configured virtual hosts.
Example:
<VirtualHost _default_:443>
SSLEngine on
...
</VirtualHost>