Схема такая... установлен apache_1.3.4rusPL27.5 c mod_ssl-2.2.0-1.3.4.
На сервере несколько виртуальных хостов..
httpd.conf
.......
NameVirtualHost <IP>:*
.....
<VirtualHost IP:*>
www1
</VirtualHost>
.....
<VirtualHost IP:*>
www2
</VirtualHost>
.....
<VirtualHost IP:*>
www3
</VirtualHost>
Пытаюсь сделать eще один виртуальный хост с SSLEngine
Listen 443 ---> в IfModule
.....
<VirtualHost IP :443>
SSLEngine on
ServerAdmin webmaster
DocumentRoot ....
ServerName www3...
ErrorLog ....
TransferLog ......
SSLCertificateFile .....
SSLCertificateKeyFile ......
SSLLogFile ........
</VirtualHost>
.....
запускаю Apache ---> apachectl startssl
на экране следуещее....
httpd: [Tue Feb 2 16:12:25 1999] [error] VirtualHost 193.193.200.200:443
-- mixing * ports and non-* ports with a NameVirtualHost address is notsupported, pro
ceeding with undefined results
Подскажите что делать...
With best regards Dmitriy V. Ivashina
******************************************************
Dmitriy V. Ivashina http://www.vstu.vinnica.ua
ISP "InterCEC", webmaster http://icec.vstu.vinnica.ua
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.