Philipp Marmet
01c9ca4a56
use default style for cmd.run: instead of cmd: - run
8 лет назад
Philipp Marmet
df5edcd8a2
Proper disabling of the default vhost
Removing the file /etc/apache2/sites-available/000-default.conf leads to an error when Apache is restarted.
So the symlink in /etc/apache2/sites-enabled/ should be removed, the actual file can stay.
8 лет назад
Tibor Gemes
98e9c00661
enable mod_ssl on Redhat
8 лет назад
Tibor Gemes
c7e23edf52
Add custom port to RedHat config
8 лет назад
Javier Bértoli
2be52db8b8
Add mod_security management
Add gitignore, kitchen-ci files
Add some tests and documentation
8 лет назад
Alexander Behling
3232866cc2
Added configurable variables, Fixed bug if vhostdir is something different than default value
8 лет назад
Dominik Menzi
d1c3463154
Add support for NameVirtualHost on Debian
8 лет назад
Dex Bleeker
653e445e00
rename no_default to no_default_vhost (matching README.md)
8 лет назад
Dominik Menzi
16888bd927
Add support for Ubuntu precise
8 лет назад
Fintan MacMahon
51b5acb151
Fixed directory typo for logrotate
8 лет назад
Nils Kalchhauser
fa291e289a
fix line feed suppression in standard.tmpl
8 лет назад
sebastien.fleury
55c5bf598b
#125 activate ssl module
8 лет назад
Daniel Hobley
9b8932b267
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
8 лет назад
Daniel Hobley
2a84daf248
Added the ability to remove the vhost file from debian
8 лет назад
a.genus
4d04d95b02
Manage ports.conf file on Debian
9 лет назад
a.genus
ba6679ef66
Remove breaking changes
9 лет назад
Christian McHugh
f8d90931f8
Cleanup whitespace in generated vhosts
Correct handling of allow encoded slashes
9 лет назад
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 лет назад
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 лет назад
Rowcliffe Browne
2557d3d1c8
Allow global directives to be added to apache config
9 лет назад
Bogdan Radulescu
ee1208d5c7
Improove the logrotate state with the map
9 лет назад
Bogdan Radulescu
d7b28dd4fb
Added state for configuring logrotate
9 лет назад
a.genus
5d03deb3b5
Remove ports.conf inclusion
9 лет назад
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
9 лет назад
a.genus
8ca121bed2
Add mod_dav_svn
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 лет назад
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
9 лет назад
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
9 лет назад
root
dc7970955a
Added support for different templates for the config file based on version
9 лет назад
Nitin Madhok
c3393a4910
Fixing minor typo
9 лет назад
abednarik
b28b61205a
Update mod proxy id to avoid conflict when using modules te enable this mod
9 лет назад
abednarik
384a3c56c2
Replace deprecated iteritems() with items()
9 лет назад
Adrien Bréfort
9e9d6ba4ba
Add support for Ubuntu 15.04 and 15.10 in map.jinja.
9 лет назад
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
9 лет назад
Carlo Vollebregt
a3885e6d69
Added installation support for mod_pagespeed on RedHat
9 лет назад
Rowcliffe Browne
fd49c2c385
fix for symlink docroot failure
9 лет назад
abednarik
a093f8debb
CentOS osfingermap update
9 лет назад
Dominik Menzi
ea065e3413
Set vhost sites as enabled by default
9 лет назад
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
9 лет назад
Brad Thurber
9020f8d82a
sed needs to allow spaces before LoadModule
9 лет назад
Brad Thurber
24698575f1
add space before grep module check
9 лет назад
Elias Probst
293b68b939
Add missing context
9 лет назад
Konrad Mosoń
f07f672ed1
Added CentOS and Oracle Linux versions mapping
9 лет назад
Elias Probst
ff2dd397c3
Don't execute `a2dissite` on each state run
Add `onlyif` check to execute `a2dissite` only when needed.
9 лет назад
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>
9 лет назад
Elias Probst
0ed941bd4e
a2(en|dis)site requires the full name incl. the confext.
9 лет назад
Elias Probst
873d86cadb
Use 'apache.confext' instead of hardcoding '.conf'
9 лет назад