Re: [users@httpd] git push to apache produces return code 22

2019-11-09 Thread David Mehler
Hello Konstantin, Thank you for your reply. In answer to your last question I am seeing information in the access log indicating atempts to push files but they're getting either 401 or 404 messages. I have temporarily commented out the require valid-user directive and restarted apache. I am gett

Re: [users@httpd] git push to apache produces return code 22

2019-11-08 Thread Konstantin Kolinko
пт, 8 нояб. 2019 г. в 21:16, David Mehler : > 'm trying to run git on FreeBSD with Apache 2.4 as the web server. My > issue is I can pull/clone from the repo via remote: > > git clone https://git.example.com/myrepo.git 1. Looking at you 'ScriptAlias' directive, I think that for your configuration

[users@httpd] git push to apache produces return code 22

2019-11-08 Thread David Mehler
Hello, I'm trying to run git on FreeBSD with Apache 2.4 as the web server. My issue is I can pull/clone from the repo via remote: git clone https://git.example.com/myrepo.git This works fine. The issue comes when I atempt to push changes: git commit -m "commit message" git push origin master T