Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harden apache security #11

Merged
merged 4 commits into from
Jan 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.3.3-1 2016-06-21
update: harden apache security (#9) by Roman Spiak

### 0.3.3 2015-10-26
update: Permit user-determined secret.php contents (#8) by Matt Simmons

Expand Down
11 changes: 11 additions & 0 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name 'rspiak-racktables'
version '0.3.3-1'
source 'https://github.com/sgnl05/sgnl05-racktables'
author 'rspiak'
license 'Apache License, Version 2.0'
summary 'Module to deploy racktables'
description 'UNKNOWN'
project_page 'https://github.com/rspiak/sgnl05-racktables'

## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,4 @@ Should work, but has not been tested.

###Contributing

Please use the issue tracker (https://github.com/sgnl05/sgnl05-racktables/issues) for any type of contribution.
Please use the issue tracker (https://github.com/rspiak/sgnl05-racktables/issues) for any type of contribution.
4 changes: 4 additions & 0 deletions manifests/apache.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
default_vhost => false,
default_ssl_vhost => false,
mpm_module => 'prefork',
# Security enhancements
trace_enable => 'Off',
server_signature => 'Off',
server_tokens => 'Prod',
}

class {'::apache::mod::php': }
Expand Down