Git using Apache – the requested URL returned 500
I have an Ubuntu server running Apache and git and I'm able to clone/push repos locally on the server, but get a 500 internal server error when trying to clone/push remotely. e.g - git clone https://<domain>/testrepo.git I can also perform…