On Thu, Oct 18, 2001 at 04:16:48PM -0300, Carlos M. Chicca wrote:
> I have compiled and installed apache 1.3.22 , mod_ssl 2.8.5-1.3.22 and
> openssl-0.9.6b. Everything is ok.
> 
> But when i start it whith apachectl startssl, after enter the pass phrase
> it says apachectl startssl: httpd started but in the error log appears
> 
> semctl(IPC_SET): Invalid argument
> 
> and httpd is not running.
> 
> when i start it whith apachectl start, after enter the pass phrase it says
> apachectl start: httpd started but in the error log appears
> 
> error (22)Invalid argument: shmctl() could not set segment #1490
> 
> and httpd is not running.

Sounds like SSLMutex variable is set to sem, but your configuration doesn't
support it.

Try this:

SSLMutex file:logs/ssl_mutex

-Dave
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to