Why HTTPS? Starting with Chrome 56, the browser developed by Google marks non-secure pages containing password and credit card input fields as Not Secure in the URL bar. It was almost one year ago, when the Mountain View giant announced this choice.
Category: Web Technologies
Web Technologies
How To Use morgan in Your Express Project
Introduction morgan is a Node.js and Express middleware to log HTTP requests and errors, and simplifies the process. In Node.js and Express, middleware is a function that has access to the:
How to redirect www to non-www and HTTP to HTTPS in Apache
The increasing adoption of HTTPS as the default connection protocol for websites has introduced a few new challenges to developers and system administrators, such as the need to consolidate a canonical domain by redirecting non-HTTP sites to HTTPS, in addition to redirecting www to non-www host name (or vice-versa).
How To Install mod_geoip For Apache2 On CentOS 6
This guide explains how to set up mod_geoip with Apache2 on a CentOS 6 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
How To Install Apache Tomcat 8.0.8 Server On CentOS And RHEL 6
Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF).
How To Redirect Your Site To Another Domain Using .htaccess
In this tutorial we will teach you how to create a .htaccess file so you can redirect your web site or other contents of your web site to another domain name/web site.
A Cool Script To Backup Your MySQL / MariaDB Databases Using FTP
In this script an automatic FTP backup will pickup up your sql.tar.gz and upload the file to a remote FTP server running CentOS.
Install and configure Nginx PageSpeed module in a DirectAdmin Linux VPS
The following article will guide you through the steps on how to install and configure Nginx PageSpeed module in a DirectAdmin Linux VPS. What is DirectAdmin? DirectAdmin is a powerful, web-based hosting control panel which makes managing websites, databases, e-mail accounts, ftp accounts and much more on your Linux VPS much easier and much […]
How to setup HTTP2 in cPanel/WHM Linux VPS using EasyApache3
In today’s tutorial we’ll show you how to setup HTTP2 in cPanel/WHM Linux VPS using EasyApache3“. Although this feature is still in BETA (as of writing this article), it’s been well tested by the team at LVPSHosting.com and it works perfectly fine.
How to install Nginx, MongoDB, NodeJS and host MeteorJS applications on Ubuntu
In this tutorial we are going to show you the steps required to bootstrap an environment to host your Meteor JS applications. More specifically, the tutorial explains how to install Nginx, MongoDB, NodeJS and host MeteorJS applications on an Ubuntu VPS. We are using one of our Ubuntu 16.04 managed virtual servers, though it should work on […]