Bert Pattyn
5fc1dc710b
fix Options in pillar.example
il y a 8 ans
puneet kandhari
f0978a9c47
Pull Request Template
il y a 8 ans
puneet kandhari
575f3debe6
Merge pull request #129 from fintanmm/master
Fixed directory typo for logrotate in pagespeed mod.
il y a 8 ans
Fintan MacMahon
51b5acb151
Fixed directory typo for logrotate
il y a 8 ans
Wolodja Wentland
ff8e539882
Merge pull request #127 from nilsglow/master
fix line feed suppression in standard.tmpl
il y a 8 ans
Nils Kalchhauser
fa291e289a
fix line feed suppression in standard.tmpl
il y a 8 ans
Forrest
9f7b7f1941
Merge pull request #126 from artmoni/br_ssl
#125 activate ssl module
il y a 8 ans
sebastien.fleury
55c5bf598b
#125 activate ssl module
il y a 8 ans
Forrest
ba0ba8686f
Merge pull request #119 from opdude/hotfix/require-new-line
Fixed a bug where the Require parameter would be on the same line as …
il y a 8 ans
Wolodja Wentland
c35f25e0cc
Merge pull request #117 from opdude/feature/remove-vhost
Added the ability to remove the vhost file from debian
il y a 8 ans
Daniel Hobley
9b8932b267
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
il y a 8 ans
Daniel Hobley
2a84daf248
Added the ability to remove the vhost file from debian
il y a 8 ans
Forrest
2320295d09
Merge pull request #113 from genuss/fix_listen
Manage ports.conf file properly
il y a 9 ans
a.genus
4d04d95b02
Manage ports.conf file on Debian
il y a 9 ans
a.genus
ba6679ef66
Remove breaking changes
il y a 9 ans
Forrest
c5987510b7
Merge pull request #111 from mchugh19/master
Cleanup whitespace in generated vhosts
il y a 9 ans
Christian McHugh
f8d90931f8
Cleanup whitespace in generated vhosts
Correct handling of allow encoded slashes
il y a 9 ans
Forrest
308e05f72f
Merge pull request #110 from douardda/allow-several-interfaces
Allow to configure several interfaces for a vhost.
il y a 9 ans
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>
...
il y a 9 ans
Forrest
ef10de6a57
Merge pull request #109 from cybacolt/master
allow AllowEncodedSlashes directive in vhosts.
il y a 9 ans
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.
il y a 9 ans
Forrest
2ff245c230
Merge pull request #108 from cybacolt/master
Allow global directives to be added to apache config
il y a 9 ans
Rowcliffe Browne
2557d3d1c8
Allow global directives to be added to apache config
il y a 9 ans
puneet kandhari
e10b2f59d1
Merge pull request #107 from cloud-hero/master
Added state for configuring logrotate
il y a 9 ans
Bogdan Radulescu
ee1208d5c7
Improove the logrotate state with the map
il y a 9 ans
Bogdan Radulescu
d7b28dd4fb
Added state for configuring logrotate
il y a 9 ans
michaelforge
8f21cf5572
Fixed typo in README, follow-up to f7940ecdc
il y a 9 ans
Forrest
9ade6b3de8
Merge pull request #104 from genuss/mod_dav_svn
Add mod_dav_svn support
il y a 9 ans
Forrest
6f20861b9a
Merge pull request #106 from genuss/conf_ports
Configure listen directive
il y a 9 ans
a.genus
5d03deb3b5
Remove ports.conf inclusion
il y a 9 ans
a.genus
cac7545070
Add listen directive to vhosts templates and remove ports.conf
il y a 9 ans
a.genus
f69e834f4b
Add docs about mod_dav_svn
il y a 9 ans
a.genus
8ca121bed2
Add mod_dav_svn
il y a 9 ans
Forrest
7abbe22724
Merge pull request #103 from michaelforge/feature-keepalive_option
Added ability to configure KeepAlive option
il y a 9 ans
Alexander Kozlov
57d11a1cf0
Fixed YAML parsing On/Off as True/False
True and False are not correct values for apache config
il y a 9 ans
Alexander Kozlov
3e650f5c48
Added ability to configure KeepAlive option
Sometimes it's necessary optimization in nginx+apache2 environment
il y a 9 ans
Wolodja Wentland
0b69d718bb
Merge pull request #102 from michaelforge/fix-newlines
Added newlines to recent files
il y a 9 ans
Alexander Kozlov
03d97659d0
Added newlines to recent files
il y a 9 ans
Forrest
7860992728
Merge pull request #101 from michaelforge/feature-mod_remoteip
Added ability to configure mod_remoteip
il y a 9 ans
Alexander Kozlov
58aae42324
Follow-up to 8f2308b98
il y a 9 ans
Alexander Kozlov
8f2308b985
Added ability to configure mod_remoteip
il y a 9 ans
Forrest
8df779fe12
Merge pull request #98 from michaelforge/feature_manage-security
Added ability to manage security settings
il y a 9 ans
Forrest
832cf13025
Merge pull request #99 from michaelforge/feature_manage-default-vhost
Added ability to replace default vhost with own version
il y a 9 ans
Alexander Kozlov
f7940ecdc1
Added ability to replace default vhost with own version
Added example shows 503 code instead of "It works!" page.
il y a 9 ans
Alexander Kozlov
5a641d5b6a
Mentioned `apache.manage_security` at docs
il y a 9 ans
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
il y a 9 ans
Forrest
00d0785886
Merge pull request #95 from nigelsim/versioned-config
Added support for different config templates based on Apache version
il y a 9 ans
Forrest
f8197e6e51
Merge pull request #96 from nigelsim/alias-location
Added support for Alias and Location directives in a VirutalHost
il y a 9 ans
root
3742b40f86
Added support for Alias and Locations, as well as enabling Dav
il y a 9 ans
root
dc7970955a
Added support for different templates for the config file based on version
il y a 9 ans