Kenneth Østrup
61439a60a8
Set use_require on Ubuntu 16.04 (Xenial Xerus) with Apache 2.4 ( #148 )
vor 8 Jahren
Martin Jackson
6382785cc9
Add proxyrequests directive ( #144 )
* Add ProxyRequests directive
This allows or prevents Apache httpd from functioning as a forward proxy server.
[See](https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxyrequests ).
The default action is off so I've set this a the default for this formula so it does not change the default behaviour.
* Add example pillar usage
vor 8 Jahren
mschiff
33170b1dce
Add '-f' option to a2dismod to fix hanging minions for some modules ( #143 )
vor 8 Jahren
Martin Jackson
b1640f4f3d
[ #141 ] Support additional options for Proxypass ( #142 )
* Add support for proxy pass target options
* Add example usage
vor 8 Jahren
Wolodja Wentland
eaffddb0d0
Merge pull request #140 from Nytoca/patch-1
Proper disabling of the default vhost
vor 8 Jahren
Forrest
23f4e68e6a
Merge pull request #139 from tibberg/master
enable mod_ssl on Redhat
vor 8 Jahren
Philipp Marmet
01c9ca4a56
use default style for cmd.run: instead of cmd: - run
vor 8 Jahren
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.
vor 8 Jahren
Tibor Gemes
98e9c00661
enable mod_ssl on Redhat
vor 8 Jahren
Forrest
c9344cf81c
Merge pull request #138 from tibberg/master
Add custom port to RedHat config
vor 8 Jahren
Tibor Gemes
c7e23edf52
Add custom port to RedHat config
vor 8 Jahren
Forrest
f2f5ae553d
Merge pull request #137 from netmanagers/master
Add mod_security management
vor 8 Jahren
Javier Bértoli
2be52db8b8
Add mod_security management
Add gitignore, kitchen-ci files
Add some tests and documentation
vor 8 Jahren
Forrest
4567cc3870
Merge pull request #136 from abehling/master
RedHat: Added configurable variables, Fixed bug if vhostdir is something diff…
vor 8 Jahren
Alexander Behling
3232866cc2
Added configurable variables, Fixed bug if vhostdir is something different than default value
vor 8 Jahren
Wolodja Wentland
fa60741615
Merge pull request #133 from inventage/master
Add support for name based virtual hosts
vor 8 Jahren
Dominik Menzi
d1c3463154
Add support for NameVirtualHost on Debian
vor 8 Jahren
Forrest
0297392713
Merge pull request #134 from dexbleeker/master
rename no_default to no_default_vhost (matching README.md)
vor 8 Jahren
Dex Bleeker
653e445e00
rename no_default to no_default_vhost (matching README.md)
vor 8 Jahren
Wolodja Wentland
6ae0056d10
Merge pull request #132 from inventage/precise-support
Add support for Ubuntu 12.04
vor 8 Jahren
Dominik Menzi
16888bd927
Add support for Ubuntu precise
vor 8 Jahren
Forrest
68884e1705
Merge pull request #131 from Dextro/fix-pillar-example-option
fix Options in pillar.example
vor 8 Jahren
Bert Pattyn
5fc1dc710b
fix Options in pillar.example
vor 8 Jahren
puneet kandhari
f0978a9c47
Pull Request Template
vor 8 Jahren
puneet kandhari
575f3debe6
Merge pull request #129 from fintanmm/master
Fixed directory typo for logrotate in pagespeed mod.
vor 8 Jahren
Fintan MacMahon
51b5acb151
Fixed directory typo for logrotate
vor 8 Jahren
Wolodja Wentland
ff8e539882
Merge pull request #127 from nilsglow/master
fix line feed suppression in standard.tmpl
vor 8 Jahren
Nils Kalchhauser
fa291e289a
fix line feed suppression in standard.tmpl
vor 8 Jahren
Forrest
9f7b7f1941
Merge pull request #126 from artmoni/br_ssl
#125 activate ssl module
vor 8 Jahren
sebastien.fleury
55c5bf598b
#125 activate ssl module
vor 8 Jahren
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 …
vor 9 Jahren
Wolodja Wentland
c35f25e0cc
Merge pull request #117 from opdude/feature/remove-vhost
Added the ability to remove the vhost file from debian
vor 9 Jahren
Daniel Hobley
9b8932b267
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
vor 9 Jahren
Daniel Hobley
2a84daf248
Added the ability to remove the vhost file from debian
vor 9 Jahren
Forrest
2320295d09
Merge pull request #113 from genuss/fix_listen
Manage ports.conf file properly
vor 9 Jahren
a.genus
4d04d95b02
Manage ports.conf file on Debian
vor 9 Jahren
a.genus
ba6679ef66
Remove breaking changes
vor 9 Jahren
Forrest
c5987510b7
Merge pull request #111 from mchugh19/master
Cleanup whitespace in generated vhosts
vor 9 Jahren
Christian McHugh
f8d90931f8
Cleanup whitespace in generated vhosts
Correct handling of allow encoded slashes
vor 9 Jahren
Forrest
308e05f72f
Merge pull request #110 from douardda/allow-several-interfaces
Allow to configure several interfaces for a vhost.
vor 9 Jahren
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>
...
vor 9 Jahren
Forrest
ef10de6a57
Merge pull request #109 from cybacolt/master
allow AllowEncodedSlashes directive in vhosts.
vor 9 Jahren
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.
vor 9 Jahren
Forrest
2ff245c230
Merge pull request #108 from cybacolt/master
Allow global directives to be added to apache config
vor 9 Jahren
Rowcliffe Browne
2557d3d1c8
Allow global directives to be added to apache config
vor 9 Jahren
puneet kandhari
e10b2f59d1
Merge pull request #107 from cloud-hero/master
Added state for configuring logrotate
vor 9 Jahren
Bogdan Radulescu
ee1208d5c7
Improove the logrotate state with the map
vor 9 Jahren
Bogdan Radulescu
d7b28dd4fb
Added state for configuring logrotate
vor 9 Jahren
michaelforge
8f21cf5572
Fixed typo in README, follow-up to f7940ecdc
vor 9 Jahren
Forrest
9ade6b3de8
Merge pull request #104 from genuss/mod_dav_svn
Add mod_dav_svn support
vor 9 Jahren