AWS

HTTP Authentication using Apache Web Server

HTTP Authentication using Apache Web Server is used to give password protected access to the files or folders present in your web server. Using it, you can also decide to whom you want to give the access. If you have information on your web site that is sensitive or intended for only a small group of people, the techniques in this...

by Mohit Dayal Gupta
Tag: HTTP Authentication
19-Mar-2015

Technology

HTTP Authentication using Nginx

I got a requirement from one of my clients to setup a staging server that has a HTTP authentication, behind an ELB. but because of authentication it fails in the ELB health check. I did the following steps to configure it with HTTP authentication. Create a single PHP or HTML file and disable HTTP authentication for this file. In the...

by Tejprakash Sharma
Tag: HTTP Authentication
25-Feb-2014