Re: [git-users] setup git server/web with lighttpd: gives …git-upload-pack not found

2013-08-13 Thread Magnus Therning
On Sun, Aug 11, 2013 at 01:22:29PM +0200, Lucas Calje wrote: > thnx, the solution discussed there worked for me! Glad to hear it helped you. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe htt

Re: [git-users] setup git server/web with lighttpd: gives …git-upload-pack not found

2013-08-11 Thread Lucas Calje
thnx, the solution discussed there worked for me! 2013/8/8 Magnus Therning > On Thu, Aug 01, 2013 at 12:28:21AM -0700, Jeanluca wrote: > > I've setup lighttpd and gitweb. Created an empty repository as follows: > > > > $server> git --version > > git version 1.7.11.7 > > $server> git

Re: [git-users] setup git server/web with lighttpd: gives …git-upload-pack not found

2013-08-07 Thread Magnus Therning
On Thu, Aug 01, 2013 at 12:28:21AM -0700, Jeanluca wrote: > I've setup lighttpd and gitweb. Created an empty repository as follows: > > $server> git --version > git version 1.7.11.7 > $server> git --bare init p1 > $server> cd p1 > $server> git update-server-info > $server>