Linux

How To Set Up Apache Virtual Hosts on Ubuntu 12.04 LTS — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on Ubuntu 12.04 LTS

This tutorial shows you how to set up a new directory, how to grant the correct permissions, how to add content to a new page, how to turn on virtual hosting, and how to, if needed, set up local hosts. Virtual Hosts are used to run more than one domain off of a single IP address and allows you to run multiple sites off of a single cloud servers. This tutorial describes how to set up virtual hosts with Apache.

Read more
How to Set Up Dante Proxy for Private Connections on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Dante Proxy for Private Connections on Ubuntu 20.04

Proxy servers are a useful way of caching or obfuscating web traffic. This means that web requests can be served from different inbound or outbound addresses than they appear to be, by offloading the connection to intermediaries. For regular end users, this usually means allowing you to make web requests from a different IP address than your own. In this tutorial, you will be installing and configuring Squid to support a number of popular proxy protocols on a Ubuntu 20.04 server.

Read more
How To Set Up nginx Virtual Hosts (Server Blocks) on Ubuntu 12.04 LTS — step-by-step Linux tutorial on Progressive Robot

How To Set Up nginx Virtual Hosts (Server Blocks) on Ubuntu 12.04 LTS

This tutorial shows you how to set up a new directory, how to grant the correct permissions, how to add content to a new page, how to turn on virtual hosting, and how to, if needed, set up local hosts. Virtual Hosts are used to run more than one website or domain off of a single server and IP address. When used with nginx, virtual hosts are called Server Blocks. This tutorial covers setting up server blocks on an Ubuntu server.

Read more
CHAT