Commit Graph

26 Commits

Author SHA1 Message Date
Markus Frosch 93464f5cd0 apache: Make sure to forward authentication credentials to FPM
This is needed for basic authentication against the Icinga Web 2 API.
2017-12-04 14:16:34 +01:00
Markus Frosch eff3b7758c apache: Include FPM comments in regular Apache config 2017-12-04 14:14:34 +01:00
Eric Lippmann ae86dd2987 FPM Config: Support Apache < 2.4 2017-11-29 14:31:18 +01:00
Eric Lippmann 65ea398ff4 Remove superfluous LocationMatch block from the Apache FPM config 2017-11-28 09:12:51 +01:00
Markus Frosch 0a3ab14ca4 Fix ErrorDocument prefix for the Apache webserver 2017-11-17 11:41:04 +01:00
Markus Frosch 032622a4dc php-fpm: Add config file examples and templates 2017-11-17 11:37:36 +01:00
Alexander A. Klimov 474803fee4 Change all license headers to only reflect a file's year of creation
refs #11000
2016-02-08 15:41:00 +01:00
Eric Lippmann b9f16b844b translation: Add config file for packages
refs #9615
2015-07-30 15:57:21 +02:00
Eric Lippmann 6bae2e0a53 Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00
Eric Lippmann 5b4fab0750 Add license header
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann 5fa2e3cfdc Revert "Add license header"
This reverts commit 338d067aba.
2015-02-03 16:16:26 +01:00
Eric Lippmann 338d067aba Add license header
fixes #7788
2015-02-03 15:51:04 +01:00
Eric Lippmann 6014362089 packages: Install custom setup module config w/ correct path to the schema files
refs #4075
2015-01-19 11:43:38 +01:00
Eric Lippmann a57f1b00a9 rpm: Introduce config directory for packaged configuration files
refs #4075
2015-01-19 11:43:37 +01:00
Eric Lippmann 613cbae5bf packages: Fix base dir path in the icingacli
refs #4075
2014-12-10 09:30:35 +01:00
Eric Lippmann ef00765ff0 packages: Use 'icingaweb2' as the web path
refs #4075
2014-12-10 09:29:38 +01:00
Eric Lippmann d0e8718d61 packages: Rename icingaweb.conf to icingaweb2.conf 2014-12-09 16:56:06 +01:00
Eric Lippmann 28f08078f0 doc: Add module config.ini for packaging
resolves #7196
2014-12-09 14:58:39 +01:00
Eric Lippmann df42eba69a Revert "Use /usr/bin/env instead of hard-coding paths"
This reverts commit 42b0469a96.

Packaged verions of our scripts must use a system installation of the interpreter for obvious reasons.
I also disapprove using env in our Git. We want to use a system installation of the interpreter too. Not something that's supposed to be the interpreter.
Also, potential incomplete or defective local versions of the interpreter must not be our concern.
That installations from source using /usr/bin/php do not work out of the box on FreeBSD for example is of course an issue. But that should not be fixed by blindly using env.

refs #7789
2014-11-25 16:11:01 +01:00
Gunnar Beutner 42b0469a96 Use /usr/bin/env instead of hard-coding paths
fixes #7789
2014-11-21 21:59:14 +01:00
Gunnar Beutner 4d480b316e Fix incorrect paths in the Apache config for the RPM package 2014-11-21 00:01:47 +01:00
Eric Lippmann 6cb914af35 Packages: Update library path in index.php 2014-11-19 13:42:49 +01:00
Eric Lippmann 91233b0d6c Packages: Add files/apache/icingaweb.conf in favor of files/icingaweb-apache2.conf 2014-11-19 13:36:02 +01:00
Eric Lippmann fecdb34388 Packages: Update paths in icingacli 2014-11-19 13:35:41 +01:00
Johannes Meyer 3105c2059e Remove license headers from all files
refs #6309
2014-07-15 13:43:52 +02:00
Thomas Gelf 6e6df999dd packaging: build debian packages
Simple example configuration, quick & dirty but functional. Didn't
care about a config, as that will be handled by the setup wizard.

refs #6402
2014-06-05 02:53:47 +00:00