Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 at

http://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.