Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris-rock/apache-kitchen
demonstrates a hardened apache webserver
https://github.com/chris-rock/apache-kitchen
Last synced: about 1 month ago
JSON representation
demonstrates a hardened apache webserver
- Host: GitHub
- URL: https://github.com/chris-rock/apache-kitchen
- Owner: chris-rock
- License: apache-2.0
- Created: 2014-10-27T21:20:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T23:02:59.000Z (about 9 years ago)
- Last Synced: 2024-04-24T02:13:27.048Z (8 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apache2 hardening kitchen
## Prerequisites
- Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
- Install [Vagrant](https://www.vagrantup.com/downloads.html)
- Install [ChefDK](https://downloads.getchef.com/chef-dk)
- Install Vagrant Berkshelf via `vagrant plugin install vagrant-berkshelf`
- Install Vagrant Omnibus via `vagrant plugin install vagrant-omnibus`
- Recommended: `vagrant plugin install vagrant-cachier`## Usage
```bash
vagrant up
open http://localhost:8081
```## License and Author
* Author:: Christoph Hartmann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.