On Thu, 2 Sep 2010 11:02:42 +0530
"J. Bakshi" <joydeep <at> infoservices.in> wrote:
<snip>
>
> ``````````````
> The requested URL /index.php was not found on this server
</snip>
gitweb related issue is solved. At /etc/gitweb.conf the following was creating the problem
```````````````````
$feature{'pathinfo'}{'default'} = [1];
```````````````
commenting it has solved the gitweb issue. But no success with webda
> ```````````````````
>
> webdav is already running in this server for some other project. I have setup webdav for git like
>
> `````````
> <IfModule mod_dav_svn.c>
> <Location /myproject.git>
> Dav on
> AuthType Basic
> AuthName "My repo with git"
> AuthUserFile /home/svn/PASSWORD
> <Limitexcept GET HEAD PROPFIND OPTIONS REPORT>
> Require valid-user
> </Limitexcept>
> </Location>
> </IfModule>
> ```````````````
>
> Now testing with cadaver
>
> `````````````````
> cadaver https://192.168.1.1/gitweb/test.git
>
> Authentication required for Write access requires a password on server `192.168.1.1':
> Username: svnadmin
> Password:
> Could not open collection:
> 404 Not Found
>
> ``````````````````````
>
> I think for both the cases there are some configuration problem which can't find the correct
location/path. Could anyone kindly enlighten me, actually where the problem is ?
>
> Thanks for your time
|