, , . - , VirtualDocumentRoot SSL. SSL , ssl. , .
: 1/ ( , ), , 2/ httpd.conf Include /httpd -ssl.conf
httpd-ssl.conf conf ( ):
UseCanonicalName Off
ProxyPreserveHost On
SetEnvIf Server_Addr "(.*)" sname=$1
RewriteEngine On
RewriteCond "%{HTTPS}" =on
RewriteRule ^/(.*)$ "http://%{ENV:sname}:80/$1" [P]
, , . , , SSL SSL .
httpd.conf , LogFormat, :
LogFormat "%V %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" enhanced
LogFormat "%V %h %l %u %t \"%r\" %>s %b" enhancedSSL
CustomLog "logs/access_log" enhanced
httpd-ssl.conf, :
CustomLog "logs/access_log" enhancedSSL
, .
, , , SSL, , . , 80 () VirtualHost (VirtualHost 127.0.0.1:80 *: 80).