On Tue, Aug 24, 1999, Yew Choo wrote:
> Has anyone setup modssl for Win32/WinNT? I've finished installting
> Apache 1.3.9 with modssl, but am having problem configuring SSL for
> Win32. I tried to use similar configuration as my Apache w/ ModSSL for
> Solaris but in-vain. I startup my SSL service with "Apache -D SSL".
> "curl.exe" complains that "SSL is disabled, https: not supported!"
> [...]
> # SSLMutex failed w/ "Failed to acquire global muxtex # lock"
> # SSLMutex file:C:/Apache/logs/ssl_mutex
Under Win32 the lockfile based mutex doesn't work. You've to use the
semaphore based mutex, i.e. use "SSLMutex sem". I've fixed the configuration
phase to now complain already at startup that lockfiles are not available on
Win32.
> [...]
The remaining part looks ok to me. I don't know why cURL complains.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]