Posted On April 1, 2019

A Few Todos while Securing Apache Server

kimconnect 0 comments
blog.KimConnect.com >> Codes , Linux , Windows >> A Few Todos while Securing Apache Server
– Install mod_security
– Set expose_php = Off in php.ini
– Set SecResponseBodyAccess Off in modsecurity.conf
– Set ServerSignature “Microsoft-IIS/7.5” in httpd.conf

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Moving a Domain Controller to a Different Geographical Location

Changing IP of a Domain Controller - If dcpromo has been done before the move…

PowerShell: Audit Failed Logins of A User

$username='rambo' function auditLockouts($userName,$domainController,$refreshMinutes=1){ function getLockouts($domainControler){ # Requirement: # Domain Controllers Audit Group Policy has been…

PowerShell: Download Dot Net 4.7.2

# Illustration: download Dot Net 4.7 Run-time from behind a proxy and showing progress barfunction…