I feel like I'm pretty close to having mod_ssl incorporated into my tweaked version of Apache, but I'm now stuck. Can someone suggest what I need to at least get an SSL-enabled version of Apache running? I've got the following installed: Apache 1.3.19, mod_ssl 2.8.2, OpenSSL 0.9.6a. Here's what I've done so far: In <OPENSSL_ROOT>: $ perl Configure VC-WIN32 $ ms\do_ms $ nmake /f ms\ntdll.mak $ md <OPENSSL_ROOT>\bin $ md <OPENSSL_ROOT>\lib $ md <OPENSSL_ROOT>\include $ md <OPENSSL_ROOT>\include\openssl $ copy /b inc32\openssl\* <OPENSSL_ROOT>\include\openssl $ copy /b out32dll\ssleay32.lib <OPENSSL_ROOT>\lib $ copy /b out32dll\libeay32.lib <OPENSSL_ROOT>\lib $ copy /b out32dll\ssleay32.dll <OPENSSL_ROOT>\bin $ copy /b out32dll\libeay32.dll <OPENSSL_ROOT>\bin $ copy /b out32dll\openssl.exe <OPENSSL_ROOT>\bin In <MODSSL_ROOT>: $ configure.bat --with-apache=<APACHE_ROOT> --with-ssl=<OPENSSL_ROOT> In <APACHE_ROOT>/src: $ nmake /f makefile.win _apacher Now I'm stuck. Having never added a module to Apache before, and not being really sure what actually happened above, I don't know what the next step should be. And the WIN32 doc clearly states "you're on your own" at this point, so any help would be appreciated. Running "apache -l" doesn't list as mod_ssl as a known module, so I'm sure I'm missing at least one more step. Thanks. Jay ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
