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
- Host: GitHub
- URL: https://github.com/marclop/httpd-formula
- Owner: marclop
- License: mit
- Created: 2015-02-13T14:41:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T14:44:18.000Z (over 11 years ago)
- Last Synced: 2025-02-15T02:19:10.229Z (over 1 year ago)
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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