Hi, my system is OSX 10.6.2. I've installed XAMPP and as it is is working fine (can see the starting page on http://localhost/). I've then installed SVN 1.6.9 for OSX 10.6.x and it's working fine locally (I'm able to read version or to create a repository) even if I need to call svn with the full path (/opt/subversion/bin) otherwise it's calling a svn version 1.6.5 (don't know where is coming from).
Then finally I've copied in /module folder the 2 svn-apache .so modules then I've modified the apache configuration file with the respective Loadmodule calls and setting the svn location as below: LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /> DAV svn SVNPath /svn </Location> Now starting Apache it's working but when I call the http://localhost the browser is telling that page is not available. Looking into the apache error.log I see that's starting correctly but then there are a couple of "child exit signal bus error (10)" messages. What does it means? How can I solve this? I've tried on 2 different machines with same OSX 10.6 getting the same result. Thankyou in advance for your kind support. Angelo