-----BEGIN PGP SIGNED MESSAGE-----

> ApacheModuleSSL.dll is installed under the module 
> directory. When i run apache.exe -l to list the
> compiled in modules I get this output,
Thats okay to this point.

> Should i be specifiying the ApacheModuleSSL.dll
> in LoadModule in httpd.conf ? is it supported on NT ?
There should be a LoadModule directive like this one:

<IfDefine SSL>
LoadModule ssl_module modules/ApacheModuleSSL.dll
</IfDefine>

As i see from your config you use the SSL define. This
means, you have to start Apache with

apache -D SSL

to enable mod_ssl and OpenSSL

Good luck.

Daniel

______________________________________________________________________
The OpenSA Project                              http://www.opensa.org/
Daniel S. Reichenbach                                   [EMAIL PROTECTED]

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

iQEVAwUBOKR/N71mYxV2qld3AQEptggAuj4Sd0uE31kp5hyKycAvyvLnkq18s/Jj
jYty6LCXuXLtIREsMWYhFDLgDlXDfu6L21tcq19k78jbOe1YJjb/Ah6Q1jR0RWnE
/AgnjrGumPlIkEcGNiqzlXYiobK6myCRJ0wqIZvdwl2NCM0Viz5PwQFZV7CKF91a
yNxgT07TmoU2+HnZzFgnDseKbElCj5QKc7n2/Umo8wM15iToOMnGGxpGl2sxgnf1
zhz9DIRNXbRijwnaaYqQ5tnasDutfplOJwDzmO8GdpVxloxjDA592HANLSsP+2cG
dGEsuSTfgPeF3AzseYf+beerpPmGf6a8E2hP9+I1s3w2Qh1NaMKYIw==
=lweu
-----END PGP SIGNATURE-----

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to