Apache + MOD_SSL Win32 crash

Apache + MOD_SSL Win32 crash

am 23.05.2002 22:48:56 von Mike Campbell

This is a multi-part message in MIME format.

------=_NextPart_000_0061_01C20260.9590DC90
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,
I'm running Apache 1.3.24 with MOD_SSL 2.8.8 on a Windows 2000 server.

I've installed and configured according to the "Apache + SSL on Win32 =
Howto" and I've =
gotten a certificate from Thawte. I can and always have been able to =
make an (unsecure) http hit on the server. I can also make a secure =
https hit. However, if I reload the secure page a few times, sooner or =
later Apache crashes.

The error message that pops up says "Apache.exe has generated errors and =
will be closed by Windows. You will need to restart the program. An =
error log is being created." The Windows error log says it was an access =
violation and gives a stack dump, which I don't know how to read. The =
Apache error log and the SSL log are free of errors.

When starting Apache, the only complaint I was getting from the config =
file was:
"Cannot add module via name 'mod_ssl.c': not in list of loaded modules"
so I've commented that line out.

Does anyone have any suggestions?


These are the relevant lines in httpd.conf:

### (other AddModules) ###
#AddModule mod_ssl.c
....

### (other LoadModules) ###
LoadModule ssl_module modules/mod_ssl.so
....

Listen 80
Listen 443
....

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel info


DocumentRoot c:/...
ServerName www.mydomain.com

....

### (many other VirtualHosts) ###


SSLEngine On
SSLCertificateFile conf/ssl/pubkey.cert
SSLCertificateKeyFile conf/ssl/prvkey.key
DocumentRoot c:/...
ServerName www.mydomain.com



-------------------------------------------------
Mike Campbell Aktiv Software Corporation
mcampbell@aktiv.com http://www.aktiv.com
(250) 708-0027


------=_NextPart_000_0061_01C20260.9590DC90
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




Hello,
I'm running Apache 1.3.24 =
with MOD_SSL=20
2.8.8 on a Windows 2000 server.

 

I've installed and configured according =
to the=20
"Apache + SSL on Win32 Howto" < href=3D"http://tud.at/programm/apache-ssl-win32-howto.php3"> http://tud.at=
/programm/apache-ssl-win32-howto.php3>=20
and I've gotten a certificate from Thawte. I can and always have been =
able to=20
make an (unsecure) http hit on the server. I can also make a secure =
https hit.=20
However, if I reload the secure page a few times, sooner or later Apache =

crashes.

 

The error message that pops up says =
"Apache.exe has=20
generated errors and will be closed by Windows. You will need to restart =
the=20
program. An error log is being created." The Windows error log says it =
was an=20
access violation and gives a stack dump, which I don't know how to read. =
The=20
Apache error log and the SSL log are free of errors.

 

When starting Apache, the only =
complaint I was=20
getting from the config file was:
"Cannot add module via name =
'mod_ssl.c':=20
not in list of loaded modules"
so I've commented that line =
out.

 

Does anyone have any =
suggestions?

 

 

These are the relevant lines in=20
httpd.conf:


 ### (other AddModules) =
###
#AddModule=20
mod_ssl.c
...

 

 ### (other LoadModules) ###
LoadModule ssl_module=20
modules/mod_ssl.so
...

 

Listen 80
Listen 443
...

 

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache =
none

 

SSLLog logs/SSL.log
SSLLogLevel info

 

<VirtualHost XXX.XXX.XXX.XXX:80>
DocumentRoot =
c:/...
ServerName=20
href=3D"http://www.mydomain.com">www.mydomain.com
</VirtualHost=
>
...

 

 ### (many other VirtualHosts) ###

 

<VirtualHost XXX.XXX.XXX.XXX:443>
SSLEngine=20
On
SSLCertificateFile conf/ssl/pubkey.cert
SSLCertificateKeyFile=20
conf/ssl/prvkey.key
DocumentRoot c:/...
ServerName href=3D"http://www.mydomain.com">www.mydomain.com
</VirtualHost=
>

 

 

size=3D2>-------------------------------------------------
Mike=20
Campbell          Aktiv =
Software=20
Corporation
href=3D"mailto:mcampbell@aktiv.com">mcampbell@aktiv.com  &n=
bsp;      =20

(250)=20
708-0027


------=_NextPart_000_0061_01C20260.9590DC90--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache + MOD_SSL Win32 crash

am 24.05.2002 06:34:08 von dufresne

What else might be running on this system? If it were me, I'd move
everything to a solid unix based system. Widows does not play well with
others, not ready for prime time, but, that's me.

Thanks,

Ron DuFresne

On Thu, 23 May 2002, Mike Campbell wrote:

> Hello,
> I'm running Apache 1.3.24 with MOD_SSL 2.8.8 on a Windows 2000 server.
>
> I've installed and configured according to the "Apache + SSL on Win32 Howto" and I've gotten a certificate from Thawte. I can and always have been able to make an (unsecure) http hit on the server. I can also make a secure https hit. However, if I reload the secure page a few times, sooner or later Apache crashes.
>
> The error message that pops up says "Apache.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created." The Windows error log says it was an access violation and gives a stack dump, which I don't know how to read. The Apache error log and the SSL log are free of errors.
>
> When starting Apache, the only complaint I was getting from the config file was:
> "Cannot add module via name 'mod_ssl.c': not in list of loaded modules"
> so I've commented that line out.
>
> Does anyone have any suggestions?
>
>
> These are the relevant lines in httpd.conf:
>
> ### (other AddModules) ###
> #AddModule mod_ssl.c
> ...
>
> ### (other LoadModules) ###
> LoadModule ssl_module modules/mod_ssl.so
> ...
>
> Listen 80
> Listen 443
> ...
>
> SSLMutex sem
> SSLRandomSeed startup builtin
> SSLSessionCache none
>
> SSLLog logs/SSL.log
> SSLLogLevel info
>
>
> DocumentRoot c:/...
> ServerName www.mydomain.com
>

> ...
>
> ### (many other VirtualHosts) ###
>
>
> SSLEngine On
> SSLCertificateFile conf/ssl/pubkey.cert
> SSLCertificateKeyFile conf/ssl/prvkey.key
> DocumentRoot c:/...
> ServerName www.mydomain.com
>

>
>
> -------------------------------------------------
> Mike Campbell Aktiv Software Corporation
> mcampbell@aktiv.com http://www.aktiv.com
> (250) 708-0027
>
>

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin & senior security consultant: sysinfo.com
http://sysinfo.com

"Cutting the space budget really restores my faith in humanity. It
eliminates dreams, goals, and ideals and lets us get straight to the
business of hate, debauchery, and self-annihilation."
-- Johnny Hart

testing, only testing, and damn good at it too!

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache + MOD_SSL Win32 crash

am 24.05.2002 08:52:45 von Peter Viertel

That sounds like the ssl mutex mechanism not working properly. Not sure
whether anyones got it working on win32 and mod_ssl on win32 is still
listed as an alpha release.

I too would choose to ditch windows, but if you do need it, then you
should try apache 2 at least the asf say its production quality on win32
- not sure if there are precompiled win32 binaries with ssl though.

Mike Campbell wrote:

> Hello,
> I'm running Apache 1.3.24 with MOD_SSL 2.8.8 on a Windows 2000 server.
>
> I've installed and configured according to the "Apache + SSL on Win32
> Howto" and I've
> gotten a certificate from Thawte. I can and always have been able to
> make an (unsecure) http hit on the server. I can also make a secure
> https hit. However, if I reload the secure page a few times, sooner or
> later Apache crashes.
>
> The error message that pops up says "Apache.exe has generated errors
> and will be closed by Windows. You will need to restart the program.
> An error log is being created." The Windows error log says it was an
> access violation and gives a stack dump, which I don't know how to
> read. The Apache error log and the SSL log are free of errors.
>
> When starting Apache, the only complaint I was getting from the config
> file was:
> "Cannot add module via name 'mod_ssl.c': not in list of loaded modules"
> so I've commented that line out.
>
> Does anyone have any suggestions?
>
>
> These are the relevant lines in httpd.conf:
>
> ### (other AddModules) ###
> #AddModule mod_ssl.c
> ...
>
> ### (other LoadModules) ###
> LoadModule ssl_module modules/mod_ssl.so
> ...
>
> Listen 80
> Listen 443
> ...
>
> SSLMutex sem
> SSLRandomSeed startup builtin
> SSLSessionCache none
>
> SSLLog logs/SSL.log
> SSLLogLevel info
>
>
> DocumentRoot c:/...
> ServerName www.mydomain.com
>

> ...
>
> ### (many other VirtualHosts) ###
>
>
> SSLEngine On
> SSLCertificateFile conf/ssl/pubkey.cert
> SSLCertificateKeyFile conf/ssl/prvkey.key
> DocumentRoot c:/...
> ServerName www.mydomain.com
>

>
>
> -------------------------------------------------
> Mike Campbell Aktiv Software Corporation
> mcampbell@aktiv.com
> http://www.aktiv.com
> (250) 708-0027



____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache + MOD_SSL Win32 crash

am 24.05.2002 09:46:08 von Enrico Demarin

Messaggio in formato MIME composto da piy parti.

------=_NextPart_000_0054_01C20307.D45E4F00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

This (again) sounds like the keep-alive bug :=20

see

http://www.mail-archive.com/modssl-users@modssl.org/msg12969 .html

- Enrico
----- Original Message -----=20
From: Mike Campbell=20
To: modssl-users@modssl.org=20
Sent: Thursday, May 23, 2002 10:48 PM
Subject: Apache + MOD_SSL Win32 crash


Hello,
I'm running Apache 1.3.24 with MOD_SSL 2.8.8 on a Windows 2000 server.

I've installed and configured according to the "Apache + SSL on Win32 =
Howto" and I've =
gotten a certificate from Thawte. I can and always have been able to =
make an (unsecure) http hit on the server. I can also make a secure =
https hit. However, if I reload the secure page a few times, sooner or =
later Apache crashes.

The error message that pops up says "Apache.exe has generated errors =
and will be closed by Windows. You will need to restart the program. An =
error log is being created." The Windows error log says it was an access =
violation and gives a stack dump, which I don't know how to read. The =
Apache error log and the SSL log are free of errors.

When starting Apache, the only complaint I was getting from the config =
file was:
"Cannot add module via name 'mod_ssl.c': not in list of loaded =
modules"
so I've commented that line out.

Does anyone have any suggestions?
=20
=20
These are the relevant lines in httpd.conf:

### (other AddModules) ###
#AddModule mod_ssl.c
...

### (other LoadModules) ###
LoadModule ssl_module modules/mod_ssl.so
...

Listen 80
Listen 443
...

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel info


DocumentRoot c:/...
ServerName www.mydomain.com

...

### (many other VirtualHosts) ###


SSLEngine On
SSLCertificateFile conf/ssl/pubkey.cert
SSLCertificateKeyFile conf/ssl/prvkey.key
DocumentRoot c:/...
ServerName www.mydomain.com


=20
-------------------------------------------------
Mike Campbell Aktiv Software Corporation
mcampbell@aktiv.com http://www.aktiv.com
(250) 708-0027


------=_NextPart_000_0054_01C20307.D45E4F00
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



http-equiv=3DContent-Type>




This (again) sounds like the keep-alive bug : =

 

see

 

href=3D"http://www.mail-archive.com/modssl-users@modssl.org/ msg12969.html=
">http://www.mail-archive.com/modssl-users@modssl.org/msg129 69.html FONT>

 

- Enrico

style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
----- Original Message -----

style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black">From:=20
title=3Dmcampbell@aktiv.com>Mike=20
Campbell

To: href=3D"mailto:modssl-users@modssl.org"=20
title=3Dmodssl-users@modssl.org>modssl-users@modssl.org

Sent: Thursday, May 23, 2002 =
10:48=20
PM

Subject: Apache + MOD_SSL Win32 =

crash



Hello,
I'm running Apache 1.3.24 =
with MOD_SSL=20
2.8.8 on a Windows 2000 server.

 

I've installed and configured =
according to the=20
"Apache + SSL on Win32 Howto" < =
href=3D"http://tud.at/programm/apache-ssl-win32-howto.php3"> http://tud.at=
/programm/apache-ssl-win32-howto.php3>=20
and I've gotten a certificate from Thawte. I can and always have been =
able to=20
make an (unsecure) http hit on the server. I can also make a secure =
https hit.=20
However, if I reload the secure page a few times, sooner or later =
Apache=20
crashes.

 

The error message that pops up says =
"Apache.exe=20
has generated errors and will be closed by Windows. You will need to =
restart=20
the program. An error log is being created." The Windows error log =
says it was=20
an access violation and gives a stack dump, which I don't know how to =
read.=20
The Apache error log and the SSL log are free of errors.

 

When starting Apache, the only =
complaint I was=20
getting from the config file was:
"Cannot add module via name =
'mod_ssl.c':=20
not in list of loaded modules"
so I've commented that line=20
out.

 

Does anyone have any =
suggestions?

 

 

These are the relevant lines in=20
httpd.conf:


 ### (other AddModules)=20
###
#AddModule mod_ssl.c
...

 

 ### (other LoadModules) ###
LoadModule ssl_module=20
modules/mod_ssl.so
...

 

Listen 80
Listen 443
...

 

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache=20
none

 

SSLLog logs/SSL.log
SSLLogLevel info

 

<VirtualHost XXX.XXX.XXX.XXX:80>
DocumentRoot=20
c:/...
ServerName =
href=3D"http://www.mydomain.com">www.mydomain.com
</VirtualHost=
>
...

 

 ### (many other VirtualHosts) ###

 

<VirtualHost XXX.XXX.XXX.XXX:443>
SSLEngine=20
On
SSLCertificateFile conf/ssl/pubkey.cert
SSLCertificateKeyFile =

conf/ssl/prvkey.key
DocumentRoot c:/...
ServerName =
href=3D"http://www.mydomain.com">www.mydomain.com
</VirtualHost=
>

 

 

size=3D2>-------------------------------------------------
Mike=20
Campbell          Aktiv =
Software=20
Corporation
=
href=3D"mailto:mcampbell@aktiv.com">mcampbell@aktiv.com  &n=
bsp;      =20

(250)=20
708-0027


------=_NextPart_000_0054_01C20307.D45E4F00--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache + MOD_SSL Win32 crash

am 24.05.2002 10:06:05 von Mike Campbell

This is a multi-part message in MIME format.

------=_NextPart_000_00B3_01C202BF.2E09F9D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Wow, thanks! That solved the problem.
Wasn't expecting such an easy fix. :)

Mike
----- Original Message -----=20
From: Enrico Demarin=20
To: modssl-users@modssl.org=20
Sent: Friday, May 24, 2002 12:46 AM
Subject: Re: Apache + MOD_SSL Win32 crash


This (again) sounds like the keep-alive bug :=20

see

http://www.mail-archive.com/modssl-users@modssl.org/msg12969 .html

- Enrico
----- Original Message -----=20
From: Mike Campbell=20
To: modssl-users@modssl.org=20
Sent: Thursday, May 23, 2002 10:48 PM
Subject: Apache + MOD_SSL Win32 crash


Hello,
I'm running Apache 1.3.24 with MOD_SSL 2.8.8 on a Windows 2000 =
server.

I've installed and configured according to the "Apache + SSL on =
Win32 Howto" and =
I've gotten a certificate from Thawte. I can and always have been able =
to make an (unsecure) http hit on the server. I can also make a secure =
https hit. However, if I reload the secure page a few times, sooner or =
later Apache crashes.

The error message that pops up says "Apache.exe has generated errors =
and will be closed by Windows. You will need to restart the program. An =
error log is being created." The Windows error log says it was an access =
violation and gives a stack dump, which I don't know how to read. The =
Apache error log and the SSL log are free of errors.

When starting Apache, the only complaint I was getting from the =
config file was:
"Cannot add module via name 'mod_ssl.c': not in list of loaded =
modules"
so I've commented that line out.

Does anyone have any suggestions?


These are the relevant lines in httpd.conf:

### (other AddModules) ###
#AddModule mod_ssl.c
...

### (other LoadModules) ###
LoadModule ssl_module modules/mod_ssl.so
...

Listen 80
Listen 443
...

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel info


DocumentRoot c:/...
ServerName www.mydomain.com

...

### (many other VirtualHosts) ###


SSLEngine On
SSLCertificateFile conf/ssl/pubkey.cert
SSLCertificateKeyFile conf/ssl/prvkey.key
DocumentRoot c:/...
ServerName www.mydomain.com



-------------------------------------------------
Mike Campbell Aktiv Software Corporation
mcampbell@aktiv.com http://www.aktiv.com
(250) 708-0027


------=_NextPart_000_00B3_01C202BF.2E09F9D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




Wow, thanks! That solved the =
problem.

Wasn't expecting such an easy fix. =
:)

 

Mike

style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----

style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black">From:=20
href=3D"mailto:enricod@videotron.ca">Enrico=20
Demarin


Sent: Friday, May 24, 2002 =
12:46 AM

Subject: Re: Apache + MOD_SSL =
Win32=20
crash



This (again) sounds like the keep-alive bug : =

 

see

 

=
href=3D"http://www.mail-archive.com/modssl-users@modssl.org/ msg12969.html=
">http://www.mail-archive.com/modssl-users@modssl.org/msg129 69.html FONT>

 

- Enrico

style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----

style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black">From:=20
href=3D"mailto:mcampbell@aktiv.com">Mike=20
Campbell


Sent: Thursday, May 23, 2002 =
10:48=20
PM

Subject: Apache + MOD_SSL =
Win32=20
crash



Hello,
I'm running Apache 1.3.24 =
with=20
MOD_SSL 2.8.8 on a Windows 2000 server.

 

I've installed and configured =
according to the=20
"Apache + SSL on Win32 Howto" < =
href=3D"http://tud.at/programm/apache-ssl-win32-howto.php3"> http://tud.at=
/programm/apache-ssl-win32-howto.php3>=20
and I've gotten a certificate from Thawte. I can and always have =
been able=20
to make an (unsecure) http hit on the server. I can also make a =
secure https=20
hit. However, if I reload the secure page a few times, sooner or =
later=20
Apache crashes.

 

The error message that pops up says =
"Apache.exe=20
has generated errors and will be closed by Windows. You will need to =
restart=20
the program. An error log is being created." The Windows error log =
says it=20
was an access violation and gives a stack dump, which I don't know =
how to=20
read. The Apache error log and the SSL log are free of =
errors.

 

When starting Apache, the only =
complaint I was=20
getting from the config file was:
"Cannot add module via name=20
'mod_ssl.c': not in list of loaded modules"
so I've commented =
that line=20
out.

 

Does anyone have any =
suggestions?

 

 

These are the relevant lines in=20
httpd.conf:


 ### (other AddModules)=20
###
#AddModule mod_ssl.c
...

 

 ### (other LoadModules) ###
LoadModule ssl_module=20
modules/mod_ssl.so
...

 

Listen 80
Listen 443
...

 

SSLMutex sem
SSLRandomSeed startup =
builtin
SSLSessionCache=20
none

 

SSLLog logs/SSL.log
SSLLogLevel info

 

<VirtualHost XXX.XXX.XXX.XXX:80>
DocumentRoot=20
c:/...
ServerName =
href=3D"http://www.mydomain.com">www.mydomain.com
</VirtualHost=
>
...

 

 ### (many other VirtualHosts) ###

 

<VirtualHost XXX.XXX.XXX.XXX:443>
SSLEngine=20
On
SSLCertificateFile =
conf/ssl/pubkey.cert
SSLCertificateKeyFile=20
conf/ssl/prvkey.key
DocumentRoot c:/...
ServerName =
href=3D"http://www.mydomain.com">www.mydomain.com
</VirtualHost=
>

 

 

size=3D2>-------------------------------------------------
Mike=20
Campbell          Aktiv =

Software Corporation
=
href=3D"mailto:mcampbell@aktiv.com">mcampbell@aktiv.com  &n=
bsp;      =20

(250)=20
708-0027


------=_NextPart_000_00B3_01C202BF.2E09F9D0--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache + MOD_SSL Win32 crash

am 24.05.2002 14:07:09 von Aryeh Katz

One more thing. You might want to put your AddModule after your LoadModule, and see if it complains about the "Cannot load.." message below.
Aryeh
> Wow, thanks! That solved the problem.
> Wasn't expecting such an easy fix. :)
>
> Mike
> ----- Original Message -----
> From: Enrico Demarin
> To: modssl-users@modssl.org
> Sent: Friday, May 24, 2002 12:46 AM
> Subject: Re: Apache + MOD_SSL Win32 crash
>
> This (again) sounds like the keep-alive bug :
>
> see
>
> http://www.mail-archive.com/modssl-users@modssl.org/msg12969 .html
>
> - Enrico
> ----- Original Message -----
> From: Mike Campbell
> To: modssl-users@modssl.org
> Sent: Thursday, May 23, 2002 10:48 PM
> Subject: Apache + MOD_SSL Win32 crash
>
> Hello,
> I'm running Apache 1.3.24 with MOD_SSL 2.8.8 on a Windows 2000
> server.
>
> I've installed and configured according to the "Apache + SSL on Win32
> Howto" and I've
> gotten a certificate from Thawte. I can and always have been able to
> make an (unsecure) http hit on the server. I can also make a secure
> https hit. However, if I reload the secure page a few times, sooner or
> later Apache crashes.
>
> The error message that pops up says "Apache.exe has generated errors
> and will be closed by Windows. You will need to restart the program.
> An error log is being created." The Windows error log says it was an
> access violation and gives a stack dump, which I don't know how to
> read. The Apache error log and the SSL log are free of errors.
>
> When starting Apache, the only complaint I was getting from the
> config file was:
> "Cannot add module via name 'mod_ssl.c': not in list of loaded
> modules"
> so I've commented that line out.
>
> Does anyone have any suggestions?
>
>
> These are the relevant lines in httpd.conf:
>
> ### (other AddModules) ###
> #AddModule mod_ssl.c
> ...
> ### (other LoadModules) ###
> LoadModule ssl_module modules/mod_ssl.so
> ...
> Listen 80
> Listen 443
> ...
> SSLMutex sem
> SSLRandomSeed startup builtin
> SSLSessionCache none
> SSLLog logs/SSL.log
> SSLLogLevel info
>
> DocumentRoot c:/...
> ServerName www.mydomain.com
>

> ...
> ### (many other VirtualHosts) ###
>
>
> SSLEngine On
> SSLCertificateFile conf/ssl/pubkey.cert
> SSLCertificateKeyFile conf/ssl/prvkey.key
> DocumentRoot c:/...
> ServerName www.mydomain.com
>

>
> -------------------------------------------------
> Mike Campbell Aktiv Software Corporation
> mcampbell@aktiv.com http://www.aktiv.com
> (250) 708-0027


---
Aryeh Katz
VASCO
www.vasco.com

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org