Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
icingaweb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
monitoring
icingaweb
Merge requests
!22
IcingaWeb v2.10.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
IcingaWeb v2.10.1
master
into
stable
Overview
0
Commits
40
Pipelines
2
Changes
12
Merged
Marek Jaroš
requested to merge
master
into
stable
3 years ago
Overview
0
Commits
40
Pipelines
2
Changes
12
Expand
Added php-mysql package (
!8 (merged)
)
Avoid HTTPS redirect for server-status endpoint (
!9 (merged)
)
Fixed missing ServerName and CSP direktives over plain HTTP (
!10 (merged)
)
Properly redirect FPM output so it is picked up by Docker (
!11 (merged)
)
Document mpm_eent environmental varaibles (
!12 (merged)
)
Fixed HttpOnly cookie flags (
!13 (merged)
)
OpenID Connect support for other cache back-ends (
!14 (merged)
)
mpm_event is now shipped with default values per Apache2 docs (
!15 (merged)
)
OpenID Connect Apache module v2.11.2 (
!16 (merged)
)
Update Director v1.9.1 and fix database migrations (
!18 (merged)
)
Update Business process module v2.4 (
!19 (merged)
)
Update Graphite module v1.2.1 (
!20 (merged)
)
Update IcingaWeb v2.10.1 (
!17 (merged)
!21 (merged)
)
0
0
Merge request reports
Compare
stable
version 1
5ee9e42b
3 years ago
stable (base)
and
latest version
latest version
30af0ed7
40 commits,
3 years ago
version 1
5ee9e42b
39 commits,
3 years ago
12 files
+
104
−
47
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
content/etc/apache2/sites-available/000-default.conf
0 → 100644
+
9
−
0
Options
<
VirtualHost
*:
80
>
DocumentRoot
/
var
/
www
/
html
ErrorLog
/
dev
/
stderr
CustomLog
/
dev
/
stdout
combined
IncludeOptional
/
etc
/
apache2
/
conf
-
available
/
fqdn
.
conf
IncludeOptional
/
etc
/
apache2
/
conf
-
available
/
dokuwiki_csp
.
conf
</
VirtualHost
>
Loading