Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > 6d067eeb95e6e02bf2d7c464f375bb77 > files > 3

apache-2.4.52-1.mga8.src.rpm

# default SSL virtual host, used for all HTTPS requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.

<VirtualHost _default_:443>
    # general configuration
    ServerAdmin root@localhost
    ServerName localhost

    # SSL configuration
    SSLEngine on
    SSLCertificateFile /etc/pki/tls/certs/httpd.pem
    SSLCertificateKeyFile /etc/pki/tls/private/httpd.pem
    CustomLog logs/ssl_request_log \
	"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost>