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

Members of ‘Remote Desktop Users’ Not Included in the ‘Allow log on through Remote Desktop Services’ List

Error Message: To sign in remotely, you need the right to sign in through Remote…

How to Change a Disk Signature using Diskpart

Application: to potentially resolve issues with duplicate disk signature in a Windows Virtual Machine Symptom:…

Linux: Creating Soft Links as Directories

Optional test: create a soft-link for directory as hard-links are not allowed source=/nfs-share/linux03/docker/containers destinationdirectory=/var/lib/docker sudo…