How to prevent host header injection in apache

Hello Friends 👋, Welcome To Infinitbility! ❤️ This article will help you to test and solve host header injection but the below solution is only for apache users. Table of content What is the host header How to test host header How to prevent host header injection in apache Let’s start today’s tutorial How to prevent host header injection in apache. What is the host header A host header is used when several web applications are deployed on the same IP address....

September 14, 2021 · 2 min · Infinitbility

Error while adding new header in apache2

Hello Friends 👋, Welcome To Infinitbility! ❤️ Invalid command ‘Header’, perhaps misspelled or defined by a module not included in the server configuration Action ‘configtest’ failed. This tutorial will have to solve Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed apache issue getting. When you added new header and try to restart your apache server but now your server not starting and getting error....

August 25, 2021 · 1 min · Infinitbility

refused to display 'url' in a frame because it set 'x-frame-options' to 'sameorigin'

Hello Friends 👋, Welcome To Infinitbility! ❤️ The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame>, <iframe>, <embed> or <object>. Sites can use this to avoid click-jacking attacks, by ensuring that their content is not embedded into other sites. The added security is provided only if the user accessing the document is using a browser that supports X-Frame-Options....

March 31, 2021 · 1 min · Infinitbility

How to deploy nodejs application subdirectory level in apache ubuntu

Hello Friends, Welcome To Infinitbility! In this Article, we deploy nodejs application subdirectory level in apache ubuntu server. here you get complete tutorial to deploy, setup, and run node js project in apache server. let’s start with subdirectory. what is Subdirectory url level? Some people also say sub url or custom url. subdirectory come after core domain. Take below example. here https://infinitbility.com is core domain & category is a subdirectory url....

February 1, 2021 · 3 min · Infinitbility

Deploy React Application on Ubuntu Apache

Hello Friends, are you find steps to deploy react applications on the ubuntu server with setup guide? Then you are right page. let’s start In this article, we set up a ubuntu server with a react environment, learn the react build process, and figure out some issues like after build getting a blank page, etc. Setup Ubuntu Server Install Apache $ sudo apt-get update $ sudo apt-get install apache2 Install Vim for editing content...

August 17, 2020 · 2 min · Infinitbility