Package: libapache-mod-ssl
Version: 2.8.22-1sarge1
Severity: grave
Justification: renders package unusable


My apache with ssl setup doesn't work:

I have set up libapache-mod-ssl on a different machine with an almost
identical configuration and there it works.  Setting it up on a second
machine doesn't work, it doesn't listen on port 443 (netstat doesn't show  443).

I made a key  with mod-ssl-makecert (then choosing 2,1).

Turning ssl loglevel to debug, it shows:  

[10/Jan/2006 09:46:45 00852] [info]  Init: Configuring server
savanne.UGent.be:443 for SSL protocol
[10/Jan/2006 09:46:45 00852] [trace] Init: (savanne.UGent.be:443)
Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
[10/Jan/2006 09:46:45 00852] [trace] Init: (savanne.UGent.be:443)
Configuring RSA server certificate
[10/Jan/2006 09:46:45 00852] [trace] Init: (savanne.UGent.be:443)
Configuring RSA server private key

apachectl configtest gives syntax ok.

Relevant entry from /etc/apache/conf.d/savane :

NameVirtualHost 157.193.40.74:443
<VirtualHost 157.193.40.74:443>
Servername savanne.UGent.be
DocumentRoot /usr/savane/frontend/php
ServerAdmin [EMAIL PROTECTED]

  <LocationMatch "/.svn">
    Order Allow,Deny
    Deny from all
  </LocationMatch>

  <Directory /usr/savane/frontend/php>
    AllowOverride All
  </Directory>

  <IfModule mod_env.c>
    SetEnv SAVANE_CONF /etc/savanne
  </IfModule>

  <IfModule mod_ssl.c>
    SSLEngine on
    SSLCertificateFile    /etc/apache/ssl.crt/server.crt
    SSLCertificateKeyFile /etc/apache/ssl.key/server.key
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    SSLLog /var/log/apache/ssl_engine.log
    SSLLogLevel debug
  </IfModule>

</VirtualHost>

I have now idea how to further debug this bug...  

thank you in advance!

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.31-ugent-pe
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libapache-mod-ssl depends on:
ii  apache-common             1.3.33-6sarge1 support files for all Apache webse
ii  libc6                     2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libdb4.2                  4.2.52-18      Berkeley v4.2 Database Libraries [
ii  libexpat1                 1.95.8-3       XML parsing C library - runtime li
ii  libssl0.9.7               0.9.7e-3sarge1 SSL shared libraries
ii  openssl                   0.9.7e-3sarge1 Secure Socket Layer (SSL) binary a

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to