Rajiv kumar wrote:
> Hi There,
> I installed Apache2 and subverion 2 on my windows 2000 machine. Apache
> 2 service was running fine till I add the following line in httpd.conf
> file..
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> And
> <Location /svn/svnrepos>
> DAV svn
> SVNPath c:/svnrepos
> </Location>
>
> After adding above line, when I tried to restart Apache2 service, I
> got the following error..
>
> The Apache2 service terminated with service-specific error 1.
>
> Not sure what to do in this scenario. Any clue will be highly appreciated!
>
> Thanks!
> Rajiv Kr. Srivastava
>
> ------------------------------------------------------------------------
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls
> <http://us.rd.yahoo.com/mail_us/taglines/postman1/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com>
> to the US (and 30+ countries) for 2¢/min or less.
Try to start the apache service manually from a command line. If you
open up your services and then open the Apache service you should be
able to see the command it is trying to run. Copy that and paste it
into a command prompt. You should get better detail there.
A guess - check that your mod_dav_svn.so file really does exist. If so,
is it the right version for the Apache version you are using?
Regards,
Frank
Received on Thu Sep 28 18:27:51 2006