Listen 443
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5
SSLPassPhraseDialog builtin
SSLSessionCache "shmcb:/opt/lampp/logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
########################### DOMEIN PIRATENSTARTPAGINA ########################################
<VirtualHost *:443>
# General setup for the virtual host
DocumentRoot "/opt/lampp/htdocs"
ServerName piratenstartpagina.nl
ServerAlias
www.piratenstartpagina.nl
ServerAdmin
[email protected]
ErrorLog "/opt/lampp/logs/error_log"
TransferLog "/opt/lampp/logs/access_log"
SSLEngine on
SSLCertificateFile "/opt/lampp/etc/ssl.crt/server.crt"
SSLCertificateKeyFile "/opt/lampp/etc/ssl.key/server.key"
#SSLCertificateChainFile "/opt/lampp/etc/server-ca.crt"
#SSLCACertificatePath "/opt/lampp/etc/ssl.crt"
#SSLCACertificateFile "/opt/lampp/etc/ssl.crt/ca-bundle.crt"
#SSLCARevocationPath "/opt/lampp/etc/ssl.crl"
#SSLCARevocationFile "/opt/lampp/etc/ssl.crl/ca-bundle.crl"
#SSLCARevocationCheck chain
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "/opt/lampp/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
BrowserMatch "MSIE [2-5]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "/opt/lampp/logs/ssl_request_log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
############################### DOMEIN DB-BROADCAST ##########################################
<VirtualHost *:443>
# General setup for the virtual host
DocumentRoot "/opt/lampp/htdocs/db-broadcast"
ServerName db-broadcast.eu
ServerAlias
www.db-broadcast.eu
ServerAdmin
[email protected]
ErrorLog "/opt/lampp/logs/error_log"
TransferLog "/opt/lampp/logs/access_log"
SSLEngine on
SSLCertificateFile "/opt/lampp/etc/ssl.crt/server.crt"
SSLCertificateKeyFile "/opt/lampp/etc/ssl.key/server.key"
#SSLCertificateChainFile "/opt/lampp/etc/server-ca.crt"
#SSLCACertificatePath "/opt/lampp/etc/ssl.crt"
#SSLCACertificateFile "/opt/lampp/etc/ssl.crt/ca-bundle.crt"
#SSLCARevocationPath "/opt/lampp/etc/ssl.crl"
#SSLCARevocationFile "/opt/lampp/etc/ssl.crl/ca-bundle.crl"
#SSLCARevocationCheck chain
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory "/opt/lampp/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
BrowserMatch "MSIE [2-5]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog "/opt/lampp/logs/ssl_request_log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
start nu wel op zonder problemen. nu geeft die dit als melding en laat nu alleen de
www.db-broadcast.eu.
kan dit zijn ivm zelfde ssl certificate gebruik.
[Mon Oct 30 12:02:57.002080 2017] [suexec:notice] [pid 17345] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Mon Oct 30 12:02:58.001771 2017] [ssl:warn] [pid 17346] AH01906: db-broadcast.eu:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Mon Oct 30 12:02:58.001821 2017] [ssl:warn] [pid 17346] AH01909: db-broadcast.eu:443:0 server certificate does NOT include an ID which matches the server name
[Mon Oct 30 12:02:58.002123 2017] [ssl:warn] [pid 17346] AH01906: piratenstartpagina.nl:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Mon Oct 30 12:02:58.002133 2017] [ssl:warn] [pid 17346] AH01909: piratenstartpagina.nl:443:0 server certificate does NOT include an ID which matches the server name
[Mon Oct 30 12:02:58.002232 2017] [lbmethod_heartbeat:notice] [pid 17346] AH02282: No slotmem from mod_heartmonitor
[Mon Oct 30 12:02:58.018790 2017] [mpm_prefork:notice] [pid 17346] AH00163: Apache/2.4.28 (Unix) OpenSSL/1.0.2l PHP/7.1.10 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Mon Oct 30 12:02:58.018885 2017] [core:notice] [pid 17346] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'