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

Disable Screensaver on CentOS 8

Here are a couple of tricks that worked in the past. I don't think they…

How to Add Network Printers

Windows XP Source:      1. Click Start and select Printers and Faxes.      2. Under…

Find Hostnames per UserID in Event Logs on Domain Controllers

$targetAccounts=Get-Content "C:\Users\kimconnect\Desktop\targetAccounts.txt"function Get-UserComputerName { <#.SYNOPSIS Searches a specified Domain Controller for the computername of a…