пт, 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
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
On Fri, Nov 8, 2019 at 9:07 AM Andrea Gozzi wrote:
>
> Hi all,
>
>
>
> I am attempting to conditionally load a module based on a previously set
> variable (which is, incidentally, contained in another file and included at
> the beginning of httpd.conf):
>
>
>
> * spec_includes.conf
>
> Define EN
Hi all,
I am attempting to conditionally load a module based on a previously set
variable (which is, incidentally, contained in another file and included at the
beginning of httpd.conf):
* spec_includes.conf
Define ENABLELDAP 0
* httpd.conf
Include conf/spec_includes.conf