Apedia

Lines Add Change Configuration File Apache Enable Support

Front
What are the lines to add or change in the configuration file of Apache to enable support for HTTPS with virtual hosts?
Back NameVirtualHost *:443
<VirtualHost *:443>
    SSLEngine On
    SSLCertificateFile /srv/ssl/monsite/monsite.cert.pem
    SSLCertificateKeyFile /srv/ssl/monsite/monsite.key.pem
    SSLProtocol all -SSLv2
</VirtualHost>

Tags: web

Learn with these flashcards. Click next, previous, or up to navigate to more flashcards for this subject.

Next card: Bawdy derb

Previous card: 332d32d6b47f467dbc9405ff8452b386-ao-9

Up to card list: LPIC 202 - English