Yoda-BZH
2d72dff82b
docs(readme): document vhosts clean/cleanup
Linked to #372
Properly document ``apache.config.vhosts.clean`` and ``apache.config.vhosts.cleanup``, and the differences between them.
3 년 전
Imran Iqbal
155cd69d6b
docs(readme): remove unused Sphinx `readme` anchor
3 년 전
Imran Iqbal
0c518f9c7d
docs(readme): fix code block under `Requirements` section [skip ci]
3 년 전
Imran Iqbal
5a6b203bb1
docs(readme): add `Testing with Vagrant` section
3 년 전
Imran Iqbal
2747e35ce1
docs(readme): fix `rstcheck` violation [skip ci]
https://travis-ci.org/github/myii/apache-formula/builds/731605038#L255
```
docs/README.rst:151: (ERROR/3) Unknown target name: "apache mod_security2 waf`<http://modsecurity.org/ >".
```
4 년 전
noelmcloughlin
e15803b4b1
docs(example): document redirect 80->443 fix #226
4 년 전
noelmcloughlin
47818fc360
refactor(formula): align to template-formula & improve ci features
FEATURE: Archlinux support
FEATURE: Windows support
FEATURE: Enhanced CI/CD
FEATURE: modular states
BREAKING CHANGE: 'apache.sls' converted to new style 'init.ssl'
BREAKING CHANGE: "logrotate.sls" became "config/logrotate.sls"
BREAKING CHANGE: "debian_full.sls" became "config/debian_full.sls"
BREAKING CHANGE: "flags.sls" became "config/flags.sls"
BREAKING CHANGE: "manage_security" became "config/manage_security.sls"
BREAKING CHANGE: "mod_*.sls" became "config/mod_*.sls"
BREAKING CHANGE: "no_default_host.sls" became "config/no_default_host.sls"
BREAKING CHANGE: "own_default_host.sls" became "config/own_default_host.sls"
BREAKING CHANGE: "register_site.sls" became "config/register_site.sls"
BREAKING CHANGE: "server_status.sls" became "config/server_status.sls"
BREAKING CHANGE: "vhosts/" became "config/vhosts/"
BREAKING CHANGE: "mod_security/" became "config/mod_security/"
NOT-BREAKING CHANGE: 'config.sls' became 'config/init.sls'
NOT-BREAKING CHANGE: 'uninstall.sls' symlinked to 'clean.sls'
4 년 전
Imran Iqbal
6933f0e427
docs(readme): move to `docs/` directory and modify accordingly
5 년 전
Niels Abspoel
dccfdf7962
add server_status state ( #250 )
Add server_status state to create a default server_status handler for localhost
6 년 전
noelmcloughlin
2c21dc0df6
Fix mod_fastcgi state/repo
6 년 전
kadogo
93e1a0a9cd
Update README for new mod (xsendfile, fastcgi, proxy_fcgi)
7 년 전
Oleksandr Porunov
0cbf64209d
Add info about uninstall state
7 년 전
Patrick Chevalley
780bf3158d
Add Reverse Proxy directives, GeoIP, Certificates management, mostly for RedHat
7 년 전
Alexander Weidinger
6e880d0827
FreeBSD: mod_cgi
8 년 전
Alexander Weidinger
f03df6e2fb
FreeBSD: mod_rewrite
8 년 전
Alexander Weidinger
5dbe687cda
FreeBSD: mod_perl2
8 년 전
Alexander Weidinger
4e12b404a4
FreeBSD: mod_suexec
8 년 전
Alexander Weidinger
bc81c6ab43
FreeBSD: mod_proxy
8 년 전
Alexander Weidinger
c7e533d7e5
mod_ssl: FreeBSD support
8 년 전
Niels Abspoel
1c20ce5f70
add modsecurity rules state
8 년 전
Tibor Gemes
98e9c00661
enable mod_ssl on Redhat
8 년 전
Javier Bértoli
2be52db8b8
Add mod_security management
Add gitignore, kitchen-ci files
Add some tests and documentation
8 년 전
Daniel Hobley
2a84daf248
Added the ability to remove the vhost file from debian
8 년 전
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 년 전
michaelforge
8f21cf5572
Fixed typo in README, follow-up to f7940ecdc
9 년 전
a.genus
f69e834f4b
Add docs about mod_dav_svn
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
5a641d5b6a
Mentioned `apache.manage_security` at docs
9 년 전
Carlo Vollebregt
a3885e6d69
Added installation support for mod_pagespeed on RedHat
9 년 전
Niels Abspoel
53b995a680
Improved apache-formula
- Added more modules and configuration options
- Renamed sls files to reflect what they do.
- added mpm options for Debian
9 년 전
Cody Hiar
45de7301a7
Updated README to note that directories are created when using
apache.vhosts.standard
9 년 전
Raphaël Hertzog
23e3280a7d
Drop references to unused apt and php formulas
They no longer are dependencies of this formula.
9 년 전
Skyler Berg
11d66cfda7
Add ability to specify modules in pillar
10 년 전
Seth House
448c4855ce
Revert "Updated README with new formula conventions URL"
This reverts commit f7b14ec169
.
10 년 전
Seth House
f7b14ec169
Updated README with new formula conventions URL
10 년 전
David Warkentin
49a79bd549
Fix link to instructions
The link to the installation and usage instructions does not work. This fixes it.
10 년 전
Seth House
65c57dc315
Remove full Pillar example from README; see pillar.example instead
10 년 전
Martin Peeters
b74df1871b
Fix typo
10 년 전
Seth House
641b70039a
Change optional deps list to be a bulleted list to match
11 년 전
Arnold Bechtoldt
b45a5f4fc4
adding mod_proxy and mod_proxy_http states, updating the README doc
11 년 전
Diep Pham Van
5d746a2c15
Fix wrong state path
apache.vhost.standard --> apache.vhosts.standard
11 년 전
Seth House
65e2bffaea
Refactored the README with individual sections for each state
11 년 전
Seth House
5550f85bd9
Added a mod_wsgi state
11 년 전
Seth House
d29f634367
Updated README with these changes moved Pillar examples into pillar file
11 년 전
Alan McNea
64ff393954
Moved README.md to README.rst
11 년 전
Michael Grosser
d64793f7c1
Edit README according to guidelines
11 년 전
Michael Grosser
0664787b44
Move README according to formula guidelines
11 년 전
root
8c450d3c60
update readme
11 년 전
Thomas S Hatch
d67052aca6
Initial commit
11 년 전