Re: newbie problem - gitweb and git over http

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2 Sep 2010 11:02:42 +0530
"J. Bakshi" <joydeep@xxxxxxxxxxxxxxx> 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


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]