[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

APACHE2 + MOD_SSL => not working !



Hi there,

i just install apache2 (2.0.50) + mod_ssl
on LINUX DEBIAN - and https://... did not working!

Can u help me ?
i was use before apache_ssl - and hade not any problems there ! but now i can not open
site at https - sites by http - working
but by https -NOT!

when i open https:// site - i get into log-ssl these :

[22/Jul/2004:06:19:53 +0400] 213.159.102.123 - - "\x80L\x01\x03\x01" 1289
[22/Jul/2004:06:19:54 +0400] 213.159.102.123 - - "GET /favicon.ico HTTP/1.1" 216

May be i know - in what my trouble ?

my VirtHost conf are :

<VirtualHost 213.159.102.122:443 >
    SSLEngine       On
    SSLCertificateFile      /etc/ssl/certs/server.crt
    SSLCertificateKeyFile   /etc/ssl/private/server.pem
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    ServerAdmin     admin@wm.com.ru
    DocumentRoot    /var/www/our/host-lux.ru/www-data/office-wwwdocs
    ServerName      off.hl.com.ru
    ServerAlias     off.hl.com.ru off.wm.com.ru
    ErrorLog        /var/www/our/host-lux.ru/log/off.hl.com.ru-error.log
    CustomLog       /var/www/our/host-lux.ru/log/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    CustomLog       /var/www/our/host-lux.ru/log/off.hl.com.ru-access.log full
    <Directory /var/www/our/host-lux.ru/www-data/office-wwwdocs>
        Options FollowSymLinks Indexes
        AllowOverride None
        order allow,deny
        allow from all
    </Directory>
</VirtualHost>




--
 Thursday, July 22, 2004 6:51:43 AM               
==========================================
+  Andreas@j8.com.ru  
==========================================




Reply to: