Imran Iqbal
bc9aa78437
fix(freebsd): fix `modsecurity` suite implementation and tests
3 years ago
Imran Iqbal
0a0f69ee2f
fix(freebsd): fix `default` suite implementation and tests
3 years ago
Imran Iqbal
e7c2d20f06
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
3 years ago
Imran Iqbal
69e9d304fb
ci(kitchen+ci): use latest pre-salted images (after CVE) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/299
3 years ago
Imran Iqbal
955ed1fba3
chore(yamllint): add `.git/` to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
3 years ago
Daniel Dehennin
edb2558faa
chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
3 years ago
Dafydd Jones
ee180fbec7
chore(shellcheck): switch hook for `shellcheck` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
3 years ago
Imran Iqbal
53ac4638f3
ci(gemfile+lock): use `ssf` customised `kitchen-docker` repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/294
3 years ago
Imran Iqbal
21cb59daa2
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
3 years ago
Imran Iqbal
838b917221
test(nomodsecurity): use adjusted `modules` suite instead
3 years ago
Imran Iqbal
f35054dd82
chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
3 years ago
Imran Iqbal
6d40ab7634
ci(gitlab-ci): reset after update hook for `rubocop` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
3 years ago
Imran Iqbal
2c090c3a83
ci(pre-commit): update hook for `rubocop`
* Automated using https://github.com/myii/ssf-formula/pull/290
3 years ago
Marius van Witzenburg
22c647eb5c
feature(trust): improved remote ip internal proxy support ( #300 )
* feat(trusted_proxy): Add support for RemoteIPInternalProxy
* fix(syntax): add semicolon
4 years ago
semantic-release-bot
6c529330e6
chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/saltstack-formulas/apache-formula/compare/v1.1.0...v1.1.1 ) (2021-01-04)
### Bug Fixes
* **memory:** pass variable not dict ([2830081
](28300814fc
))
### Continuous Integration
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([0145922
](0145922b52
))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([bbf012b
](bbf012b82e
))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([26208c4
](26208c47c6
))
4 years ago
sticky-note
c792cc24d5
Merge pull request #299 from noelmcloughlin/fixit
fix(memory): pass variable not dict
4 years ago
Imran Iqbal
0145922b52
ci(commitlint): ensure `upstream/master` uses main repo URL [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/278
4 years ago
Imran Iqbal
bbf012b82e
ci(gitlab-ci): add `rubocop` linter (with `allow_failure`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/277
4 years ago
Imran Iqbal
26208c47c6
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
4 years ago
noelmcloughlin
28300814fc
fix(memory): pass variable not dict
4 years ago
N
0e93df3e1e
Merge pull request #298 from bawuenet/master
Do not pass full apache context to vhost templates.
4 years ago
Andreas Thienemann
1f488b6af3
Do not pass full apache context to vhost templates.
The full apache context variable can grow quite large if using multiple
vhosts with SSL certificates.
With 200 sites the apache variable is being rendered 200 times which resuls
in observed renderer output of about 950MB...
state.apply will result with MemoryErrors in such cases.
This PR modifies the templating code to _only_ use a per site context
and pass a trimmed down copy of the apache context instead of the full.
Drive-By: Correct indentation for context variables.
Drive-By: Remove duplicate map/apache functionality. Only use map.
4 years ago
Imran Iqbal
e2e1be18e0
chore(gemfile+lock): update to latest gem versions (2020-W44) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/274
4 years ago
Imran Iqbal
a9509bd56b
chore(gemfile+lock): update to latest gem versions (2020-W43) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/273
4 years ago
semantic-release-bot
b3a7e0b0e6
chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.5...v1.1.0 ) (2020-10-14)
### Bug Fixes
* **ssl.conf:** fix pillar keys for SSLStapling in ssl.conf on debian ([65043f8
](65043f8a61
))
### Code Refactoring
* **ssl.conf:** reduce newlines in ssl.conf on debian ([b99b7b7
](b99b7b71ad
))
* **vhosts:** reduce empty lines in standard.tmpl and proxy.tmpl ([4b79c1d
](4b79c1dddb
))
### Features
* **ssl.conf:** add SSLSessionTickets to ssl.conf on debian ([41a7a83
](41a7a83af0
))
4 years ago
N
eef745c232
Merge pull request #292 from SuperTux88/fix-ssl-conf
Refactor ssl.conf for debian
4 years ago
N
c2c3b7c848
Merge pull request #293 from SuperTux88/refactor-vhosts-template
refactor(vhosts): reduce empty lines in standard.tmpl and proxy.tmpl
4 years ago
Benjamin Neff
4b79c1dddb
refactor(vhosts): reduce empty lines in standard.tmpl and proxy.tmpl
4 years ago
Benjamin Neff
41a7a83af0
feat(ssl.conf): add SSLSessionTickets to ssl.conf on debian
4 years ago
Benjamin Neff
65043f8a61
fix(ssl.conf): fix pillar keys for SSLStapling in ssl.conf on debian
4 years ago
Benjamin Neff
b99b7b71ad
refactor(ssl.conf): reduce newlines in ssl.conf on debian
4 years ago
semantic-release-bot
50fe24d9f0
chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.4...v1.0.5 ) (2020-10-14)
### Bug Fixes
* **clean:** remove entire apache config directory ([cac5f35
](cac5f357a4
))
### Code Refactoring
* **package:** remove unnecessary state ([fb81d8e
](fb81d8e694
))
### Documentation
* **readme:** add mod watchdog to pillar example ([e0043dd
](e0043dd7ba
))
4 years ago
N
ef06f5c518
Merge pull request #286 from noelmcloughlin/clean
fix(clean): remove entire apache config directory
4 years ago
N
2e10c8a11b
Merge pull request #287 from noelmcloughlin/nochange
fix(package): avoid unnecessary state change
4 years ago
noelmcloughlin
cac5f357a4
fix(clean): remove entire apache config directory
4 years ago
noelmcloughlin
fb81d8e694
refactor(package): remove unnecessary state
4 years ago
semantic-release-bot
91f1460ded
chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.3...v1.0.4 ) (2020-10-14)
### Bug Fixes
* **debian:** don't execute a2enmod on every run ([5844322
](5844322de4
))
* **debian:** fix default moddir on debian ([c17601e
](c17601ee42
))
* **logs:** don't change owners of logfiles with salt ([382e053
](382e053c58
))
* **vhosts:** replace %O with %b in default LogFormat ([2b52e11
](2b52e11a8a
))
### Tests
* **pillar:** remove modules that aren't installed from being enabled ([47ec5fc
](47ec5fcc34
))
4 years ago
N
9a385b4fcd
Merge pull request #290 from SuperTux88/fix-modules-enable
Fix modules enable
4 years ago
N
335f7282a9
Merge pull request #291 from SuperTux88/dont-change-logs
fix(logs): don't change owners of logfiles with salt
4 years ago
Benjamin Neff
382e053c58
fix(logs): don't change owners of logfiles with salt
The logs are created by apache or logrotate, but salt shouldn't change
permissions of existing logfiles everytime it runs.
4 years ago
Benjamin Neff
2b52e11a8a
fix(vhosts): replace %O with %b in default LogFormat
%O needs mod_logio, which isn't enabled by default everywhere, so it
also shouldn't be used as default fallback LogFormat.
4 years ago
Benjamin Neff
47ec5fcc34
test(pillar): remove modules that aren't installed from being enabled
4 years ago
Benjamin Neff
5844322de4
fix(debian): don't execute a2enmod on every run
4 years ago
Benjamin Neff
c17601ee42
fix(debian): fix default moddir on debian
4 years ago
semantic-release-bot
22b09abb4b
chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.2...v1.0.3 ) (2020-10-13)
### Bug Fixes
* **config:** fix old apache.service usage ([32f05e5
](32f05e5a66
))
4 years ago
N
b200780d4c
Merge pull request #289 from SuperTux88/fix-service-name
fix(config): fix old apache.service usage
4 years ago
Benjamin Neff
32f05e5a66
fix(config): fix old apache.service usage
4 years ago
semantic-release-bot
c5fffd2c78
chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.1...v1.0.2 ) (2020-10-12)
### Bug Fixes
* **package:** remove own_default_vhost and debian_full from config.init ([7691b58
](7691b589d7
))
* **package:** remove own_default_vhost and debian_full from config.init ([441459e
](441459e56f
))
4 years ago
N
45308ffbf8
Merge pull request #288 from gaetanars/master
Remove own_default_vhost and debian_full from config.init.
4 years ago
Gaëtan Ars
7691b589d7
fix(package): remove own_default_vhost and debian_full from config.init
4 years ago