Re: [users@httpd] Problems with LocationMatch

2015-02-03 Thread Bogdan Siara
I use apache 2.2... Regards BS 2015-02-03 15:31 GMT+01:00 Eric Covener : > On Tue, Feb 3, 2015 at 9:24 AM, Bogdan Siara wrote: > > /piaskownica.git/info/refs?service=git-upload-pack > > > This directive does not compare against the query string. If you're in > 2.4,

[users@httpd] Problems with LocationMatch

2015-02-03 Thread Bogdan Siara
Hello, I must match two request: /piaskownica.git/git-upload-pack /piaskownica.git/info/refs?service=git-upload-pack I configure LocationMatch: but this not work... How to configure it? Regards BS

[users@httpd] Problem with git, ldap, apache and limit directive

2015-02-02 Thread Bogdan Siara
Hello All, I prepare configuration to run git server via apache (2.2) https and authentication via ldap... My config is: SetEnv GIT_PROJECT_ROOT /opt/tools/git/repositories/ SetEnv GIT_HTTP_EXPORT_ALL ScriptAlias / /usr/libexec/git-core/git-http-backend/ ServerName git.firma