An open API service indexing awesome lists of open source software.

https://github.com/marclop/httpd-formula

SaltStack Formula for the apache httpd server
https://github.com/marclop/httpd-formula

Last synced: 4 months ago
JSON representation

SaltStack Formula for the apache httpd server

Awesome Lists containing this project

README

          

# Apache httpd formula

Formula to set up the Apache httpd server. Made for RHEL family although the base httpd state can work with Debian servers as well.

### Note

See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html)

Available states
================

- [httpd](#httpd)
- [httpd.production](#httpdproduction)
- [httpd.ssl](#httpdssl)

``httpd``
------------
Installs the Apache httpd server from distribution packages, enables and starts the service by default

``httpd.production``
--------------------
Removes Server info and version from the headers and errors thrown by apache

``httpd.ssl``
--------------------
Installs mod_ssl and forces httpd to not use SSLv2 and SSLv3