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.
hace 9 años
Rowcliffe Browne
2557d3d1c8
Allow global directives to be added to apache config
hace 9 años
Bogdan Radulescu
ee1208d5c7
Improove the logrotate state with the map
hace 9 años
Bogdan Radulescu
d7b28dd4fb
Added state for configuring logrotate
hace 9 años
a.genus
5d03deb3b5
Remove ports.conf inclusion
hace 9 años
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
hace 9 años
a.genus
8ca121bed2
Add mod_dav_svn
hace 9 años
Alexander Kozlov
3e650f5c48
Added ability to configure KeepAlive option
Sometimes it's necessary optimization in nginx+apache2 environment
hace 9 años
Alexander Kozlov
03d97659d0
Added newlines to recent files
hace 9 años
Alexander Kozlov
8f2308b985
Added ability to configure mod_remoteip
hace 9 años
Alexander Kozlov
f7940ecdc1
Added ability to replace default vhost with own version
Added example shows 503 code instead of "It works!" page.
hace 9 años
Alexander Kozlov
8584dbf2a1
Added ability to manage security settings
By reassigning options with `blockreplace` at `/etc/apache2/conf-available/security.conf`, which is linked as conf-enabled by default on Debian packages
hace 9 años
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
hace 9 años
root
dc7970955a
Added support for different templates for the config file based on version
hace 9 años
Nitin Madhok
c3393a4910
Fixing minor typo
hace 9 años
abednarik
b28b61205a
Update mod proxy id to avoid conflict when using modules te enable this mod
hace 9 años
abednarik
384a3c56c2
Replace deprecated iteritems() with items()
hace 9 años
Adrien Bréfort
9e9d6ba4ba
Add support for Ubuntu 15.04 and 15.10 in map.jinja.
hace 9 años
Carlo Vollebregt
2d39798fbb
Added installation support for mod_pagespeed on RedHat: cache and log dir are already created after installation of the mod_pagespeed RPM
hace 9 años
Carlo Vollebregt
a3885e6d69
Added installation support for mod_pagespeed on RedHat
hace 9 años
Rowcliffe Browne
fd49c2c385
fix for symlink docroot failure
hace 9 años
abednarik
a093f8debb
CentOS osfingermap update
hace 9 años
Dominik Menzi
ea065e3413
Set vhost sites as enabled by default
hace 9 años
Brad Thurber
fb2f41afe4
debugging - the \s gets turned into \\s for some reason - so using [[:space:]] instead. This seems to be the grep-favored approach http://stackoverflow.com/questions/4233159/grep-regex-whitespace-behavior
hace 9 años
Brad Thurber
9020f8d82a
sed needs to allow spaces before LoadModule
hace 9 años
Brad Thurber
24698575f1
add space before grep module check
hace 9 años
Elias Probst
293b68b939
Add missing context
hace 9 años
Konrad Mosoń
f07f672ed1
Added CentOS and Oracle Linux versions mapping
hace 9 años
Elias Probst
ff2dd397c3
Don't execute `a2dissite` on each state run
Add `onlyif` check to execute `a2dissite` only when needed.
hace 9 años
Julien Cristau
9be8ade5aa
allow absence of DocumentRoot
DocumentRoot is useless for a plain redirect or proxy vhost, no need to
force creating the directory.
Signed-off-by: Julien Cristau <julien.cristau@logilab.fr>
hace 9 años
Elias Probst
0ed941bd4e
a2(en|dis)site requires the full name incl. the confext.
hace 9 años
Elias Probst
873d86cadb
Use 'apache.confext' instead of hardcoding '.conf'
hace 9 años
Brad Thurber
e5c1209433
This branch is foundational for further version-specific work to come.
* Add apache version (2.2, 2.4) detection based on osfinger (defaults to 2.4).
* Version can be overridden in pillar (for Apache 2.4 on RHEL 6 for example)
hace 9 años
Mathieu Tarral
a7fb2f89fc
add missing {% endif %}
hace 9 años
Mathieu Tarral
c195dce07c
add an 'enabled' attribute for a site in pillar
hace 9 años
Mathieu Tarral
a88611c1d0
fix apache-restart ID in apache/mod_mpm according to apache/init.sls
hace 9 años
Wido den Hollander
def448db2f
Files in sites-available should end with .conf under Ubuntu
hace 9 años
Brad Thurber
0ced6e4cf0
quote wildcard paths
hace 9 años
Krzysztof Pawłowski
b6fe515ed8
RedHat fixes: change default vhostdir to redhat official default /etc/httpd/vhosts.d, add state for ensuring that vhostdir exists, include vhosts.d/*.conf in httpd.conf
hace 9 años
Krzysztof Pawłowski
0d7b149fd5
Add mod_php5 pkg for RedHat in map.jinja. Remove welcome.conf on RedHat.
hace 9 años
Mads Sülau Jørgensen
4741f58a25
Fixed missing : and uppercased D in debian
hace 9 años
Forrest
b839a7e30b
Revert "corrected the key to match the pillar.example"
hace 9 años
Papoyan, Nerses
023c2873b1
corrected the key to match the pillar.example
hace 9 años
Rico Moorman
1a2d22b2e8
Correct variable name
hace 9 años
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
hace 9 años
Jonathan Ballet
a8f2d89995
ssl: also support the SSLCertificateChainFile required by some providers
hace 9 años
Jonathan Ballet
c9d9d954de
proxy: support SSL certificate in the proxy template
hace 9 años
Cody Hiar
07b2a9f9f5
Create defaul vhost directories when DocumentRoot is not set
hace 9 años
Mosen
d4b1af0af4
Fix unnecessary comparison against boolean in vhosts/standard.tmpl
hace 9 años
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()
hace 9 años