TK
Size: a a a
TK
s
r
VP
s
TK
Б
<VirtualHost *:80>
ServerName test.83.net
LogLevel debug
ErrorLog /var/log/httpd/test80-error.log
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog /var/log/httpd/test80-custom.log common
Redirect / https://test.83.net/
</VirtualHost>
<VirtualHost test.83.net:443>
ServerName test.83.net
SSLEngine On
SSLCertificateFile /etc/ssl/certs/wc.crt
SSLCertificateKeyFile /etc/ssl/certs/wc.key
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ErrorLog /var/log/httpd/test443-error.log
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog /var/log/httpd/test443-custom.log common
...
AP
AP
r
AP
r
VP
r
DD
ssl_engine_pphrase.c(181): AH02199: SSL not enabled on vhost test.83.net:80, skipping SSL setup