Your message dated Tue, 3 Jul 2007 17:34:19 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable.  I'm therefore
closing this bug report.  The package has been removed because it
has been superseded by apache2.  If your bug also applies to apache2,
please let me know.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to