Forrest
ef10de6a57
Merge pull request #109 from cybacolt/master
allow AllowEncodedSlashes directive in vhosts.
9 years ago
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 years ago
Forrest
2ff245c230
Merge pull request #108 from cybacolt/master
Allow global directives to be added to apache config
9 years ago
Rowcliffe Browne
2557d3d1c8
Allow global directives to be added to apache config
9 years ago
puneet kandhari
e10b2f59d1
Merge pull request #107 from cloud-hero/master
Added state for configuring logrotate
9 years ago
Bogdan Radulescu
ee1208d5c7
Improove the logrotate state with the map
9 years ago
Bogdan Radulescu
d7b28dd4fb
Added state for configuring logrotate
9 years ago
michaelforge
8f21cf5572
Fixed typo in README, follow-up to f7940ecdc
9 years ago
Forrest
9ade6b3de8
Merge pull request #104 from genuss/mod_dav_svn
Add mod_dav_svn support
9 years ago
Forrest
6f20861b9a
Merge pull request #106 from genuss/conf_ports
Configure listen directive
9 years ago
a.genus
5d03deb3b5
Remove ports.conf inclusion
9 years ago
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
9 years ago
a.genus
f69e834f4b
Add docs about mod_dav_svn
9 years ago
a.genus
8ca121bed2
Add mod_dav_svn
9 years ago
Forrest
7abbe22724
Merge pull request #103 from michaelforge/feature-keepalive_option
Added ability to configure KeepAlive option
9 years ago
Alexander Kozlov
57d11a1cf0
Fixed YAML parsing On/Off as True/False
True and False are not correct values for apache config
9 years ago
Alexander Kozlov
3e650f5c48
Added ability to configure KeepAlive option
Sometimes it's necessary optimization in nginx+apache2 environment
9 years ago
Wolodja Wentland
0b69d718bb
Merge pull request #102 from michaelforge/fix-newlines
Added newlines to recent files
9 years ago
Alexander Kozlov
03d97659d0
Added newlines to recent files
9 years ago
Forrest
7860992728
Merge pull request #101 from michaelforge/feature-mod_remoteip
Added ability to configure mod_remoteip
9 years ago
Alexander Kozlov
58aae42324
Follow-up to 8f2308b98
9 years ago
Alexander Kozlov
8f2308b985
Added ability to configure mod_remoteip
9 years ago
Forrest
8df779fe12
Merge pull request #98 from michaelforge/feature_manage-security
Added ability to manage security settings
9 years ago
Forrest
832cf13025
Merge pull request #99 from michaelforge/feature_manage-default-vhost
Added ability to replace default vhost with own version
9 years ago
Alexander Kozlov
f7940ecdc1
Added ability to replace default vhost with own version
Added example shows 503 code instead of "It works!" page.
9 years ago
Alexander Kozlov
5a641d5b6a
Mentioned `apache.manage_security` at docs
9 years ago
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 years ago
Forrest
00d0785886
Merge pull request #95 from nigelsim/versioned-config
Added support for different config templates based on Apache version
9 years ago
Forrest
f8197e6e51
Merge pull request #96 from nigelsim/alias-location
Added support for Alias and Location directives in a VirutalHost
9 years ago
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
9 years ago
root
dc7970955a
Added support for different templates for the config file based on version
9 years ago
Nitin Madhok
c3393a4910
Fixing minor typo
9 years ago
Nitin Madhok
35885280f1
Merge pull request #94 from abednarik/update_mod_proxy_id
Update mod proxy id to avoid conflict when using modules te enable this module
9 years ago
abednarik
b28b61205a
Update mod proxy id to avoid conflict when using modules te enable this mod
9 years ago
Forrest
17916fc234
Merge pull request #93 from abednarik/fix_deprecated_iteritems_method
Replace deprecated iteritems() with items()
9 years ago
abednarik
384a3c56c2
Replace deprecated iteritems() with items()
9 years ago
puneet kandhari
52af4e1ca4
Merge pull request #92 from abrefort/master
Add support for Ubuntu 15.04 and 15.10 in map.jinja.
9 years ago
Adrien Bréfort
9e9d6ba4ba
Add support for Ubuntu 15.04 and 15.10 in map.jinja.
9 years ago
Forrest
fadff5c544
Merge pull request #91 from elevennl/master
Added installation support for mod_pagespeed on RedHat
9 years ago
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 years ago
Carlo Vollebregt
a3885e6d69
Added installation support for mod_pagespeed on RedHat
9 years ago
Forrest
939011c4f2
Merge pull request #90 from cybacolt/master
fix for symlink docroot failure
9 years ago
Rowcliffe Browne
fd49c2c385
fix for symlink docroot failure
9 years ago
Nitin Madhok
e62a82116b
Merge pull request #88 from abednarik/fix_osfingermap_for_centos
CentOS osfingermap update
9 years ago
abednarik
a093f8debb
CentOS osfingermap update
9 years ago
Forrest
c0a4041310
Merge pull request #87 from inventage/master
Set vhost sites as enabled by default
9 years ago
Dominik Menzi
ea065e3413
Set vhost sites as enabled by default
9 years ago
Forrest
84519a6aea
Merge pull request #85 from bradthurber/redhat_module_fixes
Redhat module.sls fixes
9 years ago
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 years ago
Brad Thurber
9020f8d82a
sed needs to allow spaces before LoadModule
9 years ago