Adrien "ze" Urban
70ae79b991
vhosts/standard: Directory_default to DocumentRoot
il y a 6 ans
Javier Bértoli
fcb434e248
Added "Managed by Salt..." headers in template and made them unifom across the formula
il y a 7 ans
Noel McLoughin
147aa71551
Do not add ServerAlias unless defined
il y a 7 ans
Arthur Lutz
1ebee8bc07
[apache/vhosts] fix CustomLog on standard template
il y a 7 ans
Alexander Weidinger
08a21edb73
Actually fix CustomLog default values in templates
il y a 7 ans
Alexander Weidinger
e20189e94a
Revert "Fix CustomLog default values in templates"
This reverts commit 429039819d
.
il y a 7 ans
Alexander Weidinger
429039819d
Fix CustomLog default values in templates
il y a 7 ans
thomas Senay
5fea96a6a2
Split Logformat and CustomLog Directive to avoid syntax error on RedHat
il y a 7 ans
Louis Haddrell
2360d722b6
Replaced use_require with Apache version check ( fixes #188 )
il y a 7 ans
Bernhard M. Wiedemann
f25d7707cf
fix standard.tmpl
with salt-ssh-2016.11.3 it errored out with
TemplateNotFound: apache/map.jinja
and we were already passing in the 'apache' data as 'map'
from standard.sls
il y a 7 ans
Bernhard M. Wiedemann
81a25d9467
drop %O from default LogFormat
because it requires mod_logio to be enabled
il y a 7 ans
Patrick Chevalley
780bf3158d
Add Reverse Proxy directives, GeoIP, Certificates management, mostly for RedHat
il y a 7 ans
Alexander Weidinger
cc9d81c3b1
Made Timeout optional
il y a 8 ans
Nils Kalchhauser
fa291e289a
fix line feed suppression in standard.tmpl
il y a 8 ans
Daniel Hobley
9b8932b267
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
il y a 9 ans
Daniel Hobley
e281a7ba82
Added Timeout and LimitRequestsFields to vhosts
il y a 9 ans
a.genus
ba6679ef66
Remove breaking changes
il y a 9 ans
Christian McHugh
f8d90931f8
Cleanup whitespace in generated vhosts
Correct handling of allow encoded slashes
il y a 9 ans
David Douard
f01c72c637
Allow to configure several interfaces for a vhost.
This is done by split the interface pillar value instead of using a proper
list so it behaves exactly the same as before for simple 1 interface cases
(no need to refactor one's pillar files).
The resulting is something like:
Listen 1.2.3.4:80
Listen [2001:abc:def:100::3]:80
<VirtualHost 1.2.3.4:80 [2001:abc:def:100::3]:80>
...
il y a 9 ans
Rowcliffe Browne
4987f3d556
allow AllowEncodedSlashes directive in vhosts.
Apache2 docs state this is global, but vhost overrides it even when not specified.
additionally, this directive is defaulted differently across distributions (eg. CentOS is default 'On')
this change allows control of the directive.
il y a 9 ans
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
il y a 9 ans
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
il y a 9 ans
Jonathan Ballet
a8f2d89995
ssl: also support the SSLCertificateChainFile required by some providers
il y a 9 ans
Mosen
d4b1af0af4
Fix unnecessary comparison against boolean in vhosts/standard.tmpl
il y a 9 ans
Mosen
f135e2e0d5
Fix incorrect syntax in pillar example for SSLCertificateFile, SSLCertificateKeyFile
Fix check for SSLCertificateFile, SSLCertificateKeyFile variables in vhosts/standard.tmpl, now using dict.get()
il y a 9 ans
Florian Bittner
dbb86f2bc4
Add basic SSL functionality.
il y a 9 ans
Adrien Bréfort
3612927174
Fix default Options.
il y a 10 ans
Adrien Bréfort
67e12a8bc2
Fixed Apache 2.4 support and added support for Ubuntu 14.10.
Replace require_all with use_require in map.jinja, we want to be able
to use custom Require values.
Remove uneeded Directory in standard.tmpl and add conditional and
default value for Require.
Fix bad filenames in standard.sls
il y a 10 ans
Berry Langerak
b8fe242d35
Adding support for Apache 2.4 on Ubuntu 14.04
- Adding confext to virtualhost names.
- Renaming the default config file for Ubuntu (000-default.conf).
- Adding ability to use "Require all granted".
il y a 10 ans
Jorge Rodriguez
845b58d15f
CustomLog directive takes two parameters. Introduced LogFormat variable and defaulted to "common" format.
il y a 11 ans
Alan McNea
e34c476ea1
Added DirectoryIndex, UseCanonicalName, and VirtualDocumentRoot properties to standard.tmpl
il y a 11 ans
Alan McNea
b51e442440
Fixed bugs in standard.tmpl
il y a 11 ans
Seth House
2499a50135
Added apache.vhost formula
il y a 11 ans