You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Huang Xingang <mp...@nus.edu.sg> on 2003/04/03 10:43:35 UTC

[users@httpd] Invalid SSLMutex argument, Apache 2.0.45 Win32

When I try to run apache with SSL with the command
	apache -k start -DSSL

I got the following error

	Syntax error on line 62 of Apache2/conf/ssl.conf:
	Invalid SSLMutex argument file:logs/ssl_mutex (Valid SSLMutex 
	mechanisms are: `n one', `default' )

Line 62 is

	SSLMutex  file:logs/ssl_mutex

The file ssl.conf was ok with 2.0.44

Thanks!

******************************************
Dr. Huang Xingang
******************************************
Laboratory for Concurrent Engineering & Logistics
Department of Mechanical Engineering
National University of Singapore
10 Kent Ridge Crescent
Singapore 119260
******************************************
Tel: (65) 6874-4857
Fax: (65) 6779-5922
Email: mpehxg@nus.edu.sg
******************************************


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Invalid SSLMutex argument, Apache 2.0.45 Win32

Posted by Huang Xingang <mp...@nus.edu.sg>.
After I changed the directive to 'SSLMutex default', apache can startup
now.
But I got another error when I want to stop apache with
	apache -k stop

The instruction at "0x77f8f1d1" referenced memory at "0x00000010". The
memory could not be "written".

*********** REPLY SEPARATOR  ***********

On 2003-4-3 at 12:20 William A. Rowe, Jr. wrote:

>At 02:43 AM 4/3/2003, Huang Xingang wrote:
>>When I try to run apache with SSL with the command
>>        apache -k start -DSSL
>>
>>I got the following error
>>
>>        Syntax error on line 62 of Apache2/conf/ssl.conf:
>>        Invalid SSLMutex argument file:logs/ssl_mutex (Valid SSLMutex 
>>        mechanisms are: `none', `default' )
>>
>>Line 62 is
>>
>>        SSLMutex  file:logs/ssl_mutex
>
>Correct... because we don't bundle ssl we haven't payed as close attention
>as we should to the default files... you want the 'SSLMutex default'
>directive
>in place of the file flavor.
>
>Bill 
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org


******************************************
Dr. Huang Xingang
******************************************
Laboratory for Concurrent Engineering & Logistics
Department of Mechanical Engineering
National University of Singapore
10 Kent Ridge Crescent
Singapore 119260
******************************************
Tel: (65) 6874-4857
Fax: (65) 6779-5922
Email: mpehxg@nus.edu.sg
******************************************


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Invalid SSLMutex argument, Apache 2.0.45 Win32

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
At 02:43 AM 4/3/2003, Huang Xingang wrote:
>When I try to run apache with SSL with the command
>        apache -k start -DSSL
>
>I got the following error
>
>        Syntax error on line 62 of Apache2/conf/ssl.conf:
>        Invalid SSLMutex argument file:logs/ssl_mutex (Valid SSLMutex 
>        mechanisms are: `none', `default' )
>
>Line 62 is
>
>        SSLMutex  file:logs/ssl_mutex

Correct... because we don't bundle ssl we haven't payed as close attention
as we should to the default files... you want the 'SSLMutex default' directive
in place of the file flavor.

Bill 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org