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

Fiddler: A HTTPS Debugging Tool

An application support specialist would find this tool useful to intercept HTTPS traffic on a…

Clean Windows C Volume

Have you ever ran into a sluggish performance on a Windows machine that is being…

Create Desktop Application with Electron using JavaScript

Electron packager > get release build folder cd testappnpm initdescription: calculator.jsauthor: kimconnect.com npm install --save…