My goal was to to set up Subversion on Apache.

I installed svn and apache 2.2 on Windows 2000 (a
vmware image) system, I used the compiled binaries (I
did not compile myself). File name was
apache_2.2.6-win32-x86-openssl-0.9.8e.msi

All works fine for the svn part through http, but I
wanted also to setup ssl (after svn was already set
up).

I created server.key and server.crt files as described
here:
http://www.akadia.com/services/ssh_test_certificate.html
and copied them to the Apache conf directory.

I uncommented in httpd.conf the LoadModule ssl_module
modules/mod_ssl.so

I uncommented the Include conf/extra/httpd-ssl.conf

I restarted my Apache Service but error is prompted:
windows could not start apache2.2 service. Contact the
service vendor and refer to service specific error
code 1.

if i run httpd.exe from commind line this echos:
C:\Program Files\Apache Software
Foundation\Apache2.2\bin>httpd.exe
Syntax error on line 68 of C:/Program Files/Apache
Software Foundation/Apache2.2
/conf/extra/httpd-ssl.conf:
Invalid SSLMutex argument file:C:/Program Files/Apache
Software Foundation/Apach
e2.2/logs/ssl_mutex (Valid SSLMutex mechanisms are:
`none', `default' )

and if I change in https-ssl.conf SSLMutex from
SSLMutex  "file:C:/Program Files/Apache Software
Foundation/Apache2.2/logs/ssl_mutex" to 

SSLMutex  none

still the same error

Where could my problem be ?

Jelka

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to