Fintan MacMahon
51b5acb151
Fixed directory typo for logrotate
pirms 8 gadiem
Nils Kalchhauser
fa291e289a
fix line feed suppression in standard.tmpl
pirms 8 gadiem
sebastien.fleury
55c5bf598b
#125 activate ssl module
pirms 8 gadiem
Daniel Hobley
9b8932b267
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
pirms 8 gadiem
Daniel Hobley
2a84daf248
Added the ability to remove the vhost file from debian
pirms 8 gadiem
a.genus
4d04d95b02
Manage ports.conf file on Debian
pirms 9 gadiem
a.genus
ba6679ef66
Remove breaking changes
pirms 9 gadiem
Christian McHugh
f8d90931f8
Cleanup whitespace in generated vhosts
Correct handling of allow encoded slashes
pirms 9 gadiem
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>
...
pirms 9 gadiem
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.
pirms 9 gadiem
Rowcliffe Browne
2557d3d1c8
Allow global directives to be added to apache config
pirms 9 gadiem
Bogdan Radulescu
ee1208d5c7
Improove the logrotate state with the map
pirms 9 gadiem
Bogdan Radulescu
d7b28dd4fb
Added state for configuring logrotate
pirms 9 gadiem
a.genus
5d03deb3b5
Remove ports.conf inclusion
pirms 9 gadiem
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
pirms 9 gadiem
a.genus
8ca121bed2
Add mod_dav_svn
pirms 9 gadiem
Alexander Kozlov
3e650f5c48
Added ability to configure KeepAlive option
Sometimes it's necessary optimization in nginx+apache2 environment
pirms 9 gadiem
Alexander Kozlov
03d97659d0
Added newlines to recent files
pirms 9 gadiem
Alexander Kozlov
8f2308b985
Added ability to configure mod_remoteip
pirms 9 gadiem
Alexander Kozlov
f7940ecdc1
Added ability to replace default vhost with own version
Added example shows 503 code instead of "It works!" page.
pirms 9 gadiem
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
pirms 9 gadiem
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
pirms 9 gadiem
root
dc7970955a
Added support for different templates for the config file based on version
pirms 9 gadiem
Nitin Madhok
c3393a4910
Fixing minor typo
pirms 9 gadiem
abednarik
b28b61205a
Update mod proxy id to avoid conflict when using modules te enable this mod
pirms 9 gadiem
abednarik
384a3c56c2
Replace deprecated iteritems() with items()
pirms 9 gadiem
Adrien Bréfort
9e9d6ba4ba
Add support for Ubuntu 15.04 and 15.10 in map.jinja.
pirms 9 gadiem
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
pirms 9 gadiem
Carlo Vollebregt
a3885e6d69
Added installation support for mod_pagespeed on RedHat
pirms 9 gadiem
Rowcliffe Browne
fd49c2c385
fix for symlink docroot failure
pirms 9 gadiem
abednarik
a093f8debb
CentOS osfingermap update
pirms 9 gadiem
Dominik Menzi
ea065e3413
Set vhost sites as enabled by default
pirms 9 gadiem
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
pirms 9 gadiem
Brad Thurber
9020f8d82a
sed needs to allow spaces before LoadModule
pirms 9 gadiem
Brad Thurber
24698575f1
add space before grep module check
pirms 9 gadiem
Elias Probst
293b68b939
Add missing context
pirms 9 gadiem
Konrad Mosoń
f07f672ed1
Added CentOS and Oracle Linux versions mapping
pirms 9 gadiem
Elias Probst
ff2dd397c3
Don't execute `a2dissite` on each state run
Add `onlyif` check to execute `a2dissite` only when needed.
pirms 9 gadiem
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>
pirms 9 gadiem
Elias Probst
0ed941bd4e
a2(en|dis)site requires the full name incl. the confext.
pirms 9 gadiem
Elias Probst
873d86cadb
Use 'apache.confext' instead of hardcoding '.conf'
pirms 9 gadiem
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)
pirms 9 gadiem
Mathieu Tarral
a7fb2f89fc
add missing {% endif %}
pirms 9 gadiem
Mathieu Tarral
c195dce07c
add an 'enabled' attribute for a site in pillar
pirms 9 gadiem
Mathieu Tarral
a88611c1d0
fix apache-restart ID in apache/mod_mpm according to apache/init.sls
pirms 9 gadiem
Wido den Hollander
def448db2f
Files in sites-available should end with .conf under Ubuntu
pirms 9 gadiem
Brad Thurber
0ced6e4cf0
quote wildcard paths
pirms 9 gadiem
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
pirms 9 gadiem
Krzysztof Pawłowski
0d7b149fd5
Add mod_php5 pkg for RedHat in map.jinja. Remove welcome.conf on RedHat.
pirms 9 gadiem
Mads Sülau Jørgensen
4741f58a25
Fixed missing : and uppercased D in debian
pirms 9 gadiem