Skip to content

Apache HTTPD config file to secure and harden your web server

Notifications You must be signed in to change notification settings

doomguy/hardening-apache_httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Apache HTTPD Security Config

A config file for Apache HTTPD for securing and hardening prod deployments.

Usage

CentOS

  1. Put this file into..
    • CentOS: /etc/httpd/conf.d/00_apache-security.conf
    • Debian: ?
    • Ubuntu: /etc/apache2/conf-available/00_apache-security.conf
      • Create a symlink in /etc/apache2/conf-enabled
  2. Restart your webserver:
    • apachectl restart
    • service httpd restart
    • service apache2 restart
    • /etc/init.d/httpd restart
    • /etc/init.d/apache2 restart

About

Apache HTTPD config file to secure and harden your web server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published