Javier Bértoli
06b1606f33
Add OCSP Stapling configuration capabilities to Debian
Document Stapling options in pillar.example
6年前
Andreas Thienemann
79673343a5
No automatic listener for port *
The formula currently adds a Listen directive for the port '*' if
any configured vhost is configured to listen on :* which does not
work and instead prevents apache from starting.
It is possible to prevent this by setting the
exclude_listen_directive pillar to True but this is a manual
workaround.
Instead, this commit excludes :* Listeners automatically.
6年前
Arthur Lutz
a5debf58b3
207 configure ssl ( #218 )
* [ssl] [debian] manage ssl.conf with pillars
* [apache] make cyphersuite a list
* [apache/ssl] switch back to strings, lists merge is not good
6年前
Javier Bértoli
fcb434e248
Added "Managed by Salt..." headers in template and made them unifom across the formula
7年前
Javier Bértoli
475fb8347e
Add default user/group attributes as required by some states
7年前
Alexander Weidinger
9f796f0b6a
apache.global for Debian and FreeBSD
8年前
Jeremy T. Bouse
be3215f0cd
Update Debian mpm_prefork.conf to include ServerLimit ( #152 )
If MaxRequestWorkers is greater than 256 than you also need to set the
ServerLimit value which is defaulted to 256 but has a 20000 hard maximum
8年前
Rob Ruma
d5337836b2
Adding exclude_listen_directive option ( #151 )
* Adding exclude_listen_directive option
* Updating Debian config
8年前
Dex Bleeker
7b7deaeb5b
Add user-defined envvars
8年前
Javier Bértoli
2be52db8b8
Add mod_security management
Add gitignore, kitchen-ci files
Add some tests and documentation
8年前
Dominik Menzi
d1c3463154
Add support for NameVirtualHost on Debian
8年前
Dominik Menzi
16888bd927
Add support for Ubuntu precise
8年前
a.genus
4d04d95b02
Manage ports.conf file on Debian
9年前
a.genus
ba6679ef66
Remove breaking changes
9年前
a.genus
5d03deb3b5
Remove ports.conf inclusion
9年前
Alexander Kozlov
3e650f5c48
Added ability to configure KeepAlive option
Sometimes it's necessary optimization in nginx+apache2 environment
9年前
Alexander Kozlov
03d97659d0
Added newlines to recent files
9年前
Alexander Kozlov
8f2308b985
Added ability to configure mod_remoteip
9年前
Alexander Kozlov
f7940ecdc1
Added ability to replace default vhost with own version
Added example shows 503 code instead of "It works!" page.
9年前
root
dc7970955a
Added support for different templates for the config file based on version
9年前
Niels Abspoel
53b995a680
Improved apache-formula
- Added more modules and configuration options
- Renamed sls files to reflect what they do.
- added mpm options for Debian
9年前