You should definitely talk to your own lawyer but in general, the license
applies to distribution, not to your own use.
https://www.gnu.org/licenses/gpl-faq.en.html#GPLRequireSourcePostedPublic
- Y
Sent from a device with a very small keyboard and hyperactive autocorrect.
On Mon, Oct 29, 2018,
Hi,
I downloaded the sources of a third-party plugin A and the httpd
separately. The license of plugin A is GPL, and httpd is Apache License
2.0. There is also a plugin B developed by our own company and is closed
source. So, does there would be some problems when I compile and link them
three toge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I've been using mod_authnz_ldap for a while with OpenLDAP over TLS and
things have been going fairly well. This weekend, however, I had 3
servers stop working (returning HTTP 500 responses) for pages which
were protected with HTTP Basic auth +
> Anyway, order matters.
Order of sections doesn't matter in practice. is overridden by anything conceptually underneath it no matter the
config ordering.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For addit
Didn't include any other configs. The *only* things I changed on the
repositories was to add the Alias and Directory stanza.
On Mon, Oct 29, 2018 at 7:17 AM Gillis J. de Nijs
wrote:
> No, just that you can "Include" other configurations, and if you don't do
> that, it won't work (duh...). I'm a
No, just that you can "Include" other configurations, and if you don't do
that, it won't work (duh...). I'm assuming you did that correct, or
specified them right there in the httpd.conf. The other option is that you
did include the configs, but the " block is after your
included configurations.
Hey Gillis, what do you mean by "not included"? Maybe I missed something.
We have two of these repositories, "updates" and "optional". Their
configs are at the end of the httpd.conf file and they just have the
"Alias" and "Directory" settings. They are also on a separate filesystem
from the se
The only other thing I can think of right now is that either the config is somehow not included (but in
that case the Alias probably wouldn't work either), or it is before the
block, which then overrides the former. All of this is
assuming that you only have two blocks in your config. Anyway,