Re: Fail to push over HTTP with MySQL authentication (Apache2)

2012-12-29 Thread Davide Baldini
On 12/29/12 22:01, Jeff King wrote: > However, before trying to investigate that avenue, have you considered > using git's smart-http backend instead of WebDAV? It's significantly > more efficient. You can get details and example apache configuration > from "git help http-backend". Thank you for

Re: Fail to push over HTTP with MySQL authentication (Apache2)

2012-12-29 Thread Jeff King
On Sat, Dec 29, 2012 at 08:54:32PM +0100, Davide Baldini wrote: > SETUP: > - > [...] > Git repository has been configured as: > cd /var/www/public/GT_rulesets/GT00.git > git init --bare > mv hooks/post-update.sample hooks/post-update > git update server-info > chmode 777 /v

Fail to push over HTTP with MySQL authentication (Apache2)

2012-12-29 Thread Davide Baldini
Hi, I'm not able to setup a public Git repository over plain HTTP with MySQL authentication. Both HTTP and authentication are provided by Apache2. SETUP: - This setup is performed on Debian 6.0.4. Apache2 (v. 2.2), with modules: auth_mysql WebDAV Git (v. 1.7.8.3) Git repository loc