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 лет назад
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 лет назад
sticky-note
c792cc24d5
Merge pull request #299 from noelmcloughlin/fixit
fix(memory): pass variable not dict
4 лет назад
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 лет назад
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 лет назад
Imran Iqbal
26208c47c6
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
4 лет назад
noelmcloughlin
28300814fc
fix(memory): pass variable not dict
4 лет назад
N
0e93df3e1e
Merge pull request #298 from bawuenet/master
Do not pass full apache context to vhost templates.
4 лет назад
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 лет назад
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 лет назад
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 лет назад
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 лет назад
N
eef745c232
Merge pull request #292 from SuperTux88/fix-ssl-conf
Refactor ssl.conf for debian
4 лет назад
N
c2c3b7c848
Merge pull request #293 from SuperTux88/refactor-vhosts-template
refactor(vhosts): reduce empty lines in standard.tmpl and proxy.tmpl
4 лет назад
Benjamin Neff
4b79c1dddb
refactor(vhosts): reduce empty lines in standard.tmpl and proxy.tmpl
4 лет назад
Benjamin Neff
41a7a83af0
feat(ssl.conf): add SSLSessionTickets to ssl.conf on debian
4 лет назад
Benjamin Neff
65043f8a61
fix(ssl.conf): fix pillar keys for SSLStapling in ssl.conf on debian
4 лет назад
Benjamin Neff
b99b7b71ad
refactor(ssl.conf): reduce newlines in ssl.conf on debian
4 лет назад
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 лет назад
N
ef06f5c518
Merge pull request #286 from noelmcloughlin/clean
fix(clean): remove entire apache config directory
4 лет назад
N
2e10c8a11b
Merge pull request #287 from noelmcloughlin/nochange
fix(package): avoid unnecessary state change
4 лет назад
noelmcloughlin
cac5f357a4
fix(clean): remove entire apache config directory
4 лет назад
noelmcloughlin
fb81d8e694
refactor(package): remove unnecessary state
4 лет назад
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 лет назад
N
9a385b4fcd
Merge pull request #290 from SuperTux88/fix-modules-enable
Fix modules enable
4 лет назад
N
335f7282a9
Merge pull request #291 from SuperTux88/dont-change-logs
fix(logs): don't change owners of logfiles with salt
4 лет назад
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 лет назад
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 лет назад
Benjamin Neff
47ec5fcc34
test(pillar): remove modules that aren't installed from being enabled
4 лет назад
Benjamin Neff
5844322de4
fix(debian): don't execute a2enmod on every run
4 лет назад
Benjamin Neff
c17601ee42
fix(debian): fix default moddir on debian
4 лет назад
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 лет назад
N
b200780d4c
Merge pull request #289 from SuperTux88/fix-service-name
fix(config): fix old apache.service usage
4 лет назад
Benjamin Neff
32f05e5a66
fix(config): fix old apache.service usage
4 лет назад
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 лет назад
N
45308ffbf8
Merge pull request #288 from gaetanars/master
Remove own_default_vhost and debian_full from config.init.
4 лет назад
Gaëtan Ars
7691b589d7
fix(package): remove own_default_vhost and debian_full from config.init
4 лет назад
Gaëtan Ars
441459e56f
fix(package): remove own_default_vhost and debian_full from config.init
4 лет назад
Gaëtan
f465b85d67
Remove own_default_vhost and debian_full from config.init.
4 лет назад
semantic-release-bot
8c93110a60
chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.0...v1.0.1 ) (2020-10-10)
### Continuous Integration
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([1c2125c
](1c2125c251
))
### Documentation
* **example:** document redirect 80->443 fix [#226 ](https://github.com/saltstack-formulas/apache-formula/issues/226 ) ([e15803b
](e15803b4b1
))
* **readme:** fix `rstcheck` violation [skip ci] ([2747e35
](2747e35ce1
)), closes [/travis-ci.org/github/myii/apache-formula/builds/731605038#L255](https://github.com//travis-ci.org/github/myii/apache-formula/builds/731605038/issues/L255 )
4 лет назад
N
3830ba436f
Merge pull request #284 from noelmcloughlin/docs
docs(example): document redirect 80->443 fix #226
4 лет назад
noelmcloughlin
e0043dd7ba
docs(readme): add mod watchdog to pillar example
4 лет назад
Imran Iqbal
1c2125c251
ci(pre-commit): finalise `rstcheck` configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
4 лет назад
Imran Iqbal
2747e35ce1
docs(readme): fix `rstcheck` violation [skip ci]
https://travis-ci.org/github/myii/apache-formula/builds/731605038#L255
```
docs/README.rst:151: (ERROR/3) Unknown target name: "apache mod_security2 waf`<http://modsecurity.org/ >".
```
4 лет назад
Dafydd Jones
602dd57896
chore(commitlint): add `{body,footer,header}-max(-line)-length` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
4 лет назад
Imran Iqbal
cecf1d9810
chore(gemfile+lock): update to latest gem versions (2020-W41) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/263
4 лет назад
Imran Iqbal
7dc0ece4f5
chore: standardise structure [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/264
4 лет назад
noelmcloughlin
e15803b4b1
docs(example): document redirect 80->443 fix #226
4 лет назад
semantic-release-bot
5ef7662176
chore(release): 1.0.0 [skip ci]
# [1.0.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.1...v1.0.0 ) (2020-10-05)
### Code Refactoring
* **formula:** align to template-formula & improve ci features ([47818fc
](47818fc360
))
### Continuous Integration
* **pre-commit:** add to formula [skip ci] ([5532ed7
](5532ed7a5b
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([233111a
](233111af11
))
### BREAKING CHANGES
* **formula:** 'apache.sls' converted to new style 'init.ssl'
* **formula:** "logrotate.sls" became "config/logrotate.sls"
* **formula:** "debian_full.sls" became "config/debian_full.sls"
* **formula:** "flags.sls" became "config/flags.sls"
* **formula:** "manage_security" became "config/manage_security.sls"
* **formula:** "mod_*.sls" became "config/mod_*.sls"
* **formula:** "no_default_host.sls" became "config/no_default_host.sls"
* **formula:** "own_default_host.sls" became "config/own_default_host.sls"
* **formula:** "register_site.sls" became "config/register_site.sls"
* **formula:** "server_status.sls" became "config/server_status.sls"
* **formula:** "vhosts/" became "config/vhosts/"
* **formula:** "mod_security/" became "config/mod_security/"
NOT-BREAKING CHANGE: 'config.sls' became 'config/init.sls'
NOT-BREAKING CHANGE: 'uninstall.sls' symlinked to 'clean.sls'
4 лет назад
N
90432892d3
Merge pull request #283 from noelmcloughlin/refactor
refactor(formula): align to template-formula & improve ci
4 лет назад