Adrien "ze" Urban
70ae79b991
vhosts/standard: Directory_default to DocumentRoot
6 vuotta sitten
Javier Bértoli
fcb434e248
Added "Managed by Salt..." headers in template and made them unifom across the formula
7 vuotta sitten
Noel McLoughin
147aa71551
Do not add ServerAlias unless defined
7 vuotta sitten
Arthur Lutz
1ebee8bc07
[apache/vhosts] fix CustomLog on standard template
7 vuotta sitten
Alexander Weidinger
08a21edb73
Actually fix CustomLog default values in templates
7 vuotta sitten
Alexander Weidinger
e20189e94a
Revert "Fix CustomLog default values in templates"
This reverts commit 429039819d
.
7 vuotta sitten
Alexander Weidinger
429039819d
Fix CustomLog default values in templates
7 vuotta sitten
thomas Senay
5fea96a6a2
Split Logformat and CustomLog Directive to avoid syntax error on RedHat
7 vuotta sitten
Louis Haddrell
2360d722b6
Replaced use_require with Apache version check ( fixes #188 )
7 vuotta sitten
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
7 vuotta sitten
Bernhard M. Wiedemann
81a25d9467
drop %O from default LogFormat
because it requires mod_logio to be enabled
7 vuotta sitten
Patrick Chevalley
780bf3158d
Add Reverse Proxy directives, GeoIP, Certificates management, mostly for RedHat
7 vuotta sitten
Alexander Weidinger
cc9d81c3b1
Made Timeout optional
8 vuotta sitten
Nils Kalchhauser
fa291e289a
fix line feed suppression in standard.tmpl
8 vuotta sitten
Daniel Hobley
9b8932b267
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
9 vuotta sitten
Daniel Hobley
e281a7ba82
Added Timeout and LimitRequestsFields to vhosts
9 vuotta sitten
a.genus
ba6679ef66
Remove breaking changes
9 vuotta sitten
Christian McHugh
f8d90931f8
Cleanup whitespace in generated vhosts
Correct handling of allow encoded slashes
9 vuotta sitten
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>
...
9 vuotta sitten
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.
9 vuotta sitten
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
9 vuotta sitten
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
9 vuotta sitten
Jonathan Ballet
a8f2d89995
ssl: also support the SSLCertificateChainFile required by some providers
9 vuotta sitten
Mosen
d4b1af0af4
Fix unnecessary comparison against boolean in vhosts/standard.tmpl
9 vuotta sitten
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()
9 vuotta sitten
Florian Bittner
dbb86f2bc4
Add basic SSL functionality.
9 vuotta sitten
Adrien Bréfort
3612927174
Fix default Options.
10 vuotta sitten
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
10 vuotta sitten
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".
10 vuotta sitten
Jorge Rodriguez
845b58d15f
CustomLog directive takes two parameters. Introduced LogFormat variable and defaulted to "common" format.
11 vuotta sitten
Alan McNea
e34c476ea1
Added DirectoryIndex, UseCanonicalName, and VirtualDocumentRoot properties to standard.tmpl
11 vuotta sitten
Alan McNea
b51e442440
Fixed bugs in standard.tmpl
11 vuotta sitten
Seth House
2499a50135
Added apache.vhost formula
11 vuotta sitten