SNOIAW #1 - How To VPS ? (Help)

RichardHanks

Newbie
Joined
May 10, 2017
Messages
3
Reaction score
0
Hi, I lead pretty boring life so I decided to start personal (welcome to join in or make your own )
Something New Once In A While (SNOIAW). I am noob but interested in learning so here's the first. SNOIAW #1 - How To Vps? (please help out ...)

Is it possible and how to setup following: 3 cheap 1gb VPS installed with ubuntu (if it makes the diffirence in safety in this particular case) with multiple american ips for use in following. Hosting several websites on 1 VPS through the other which is for proxy/ips then through another VPS running some sort of free VPN. Is it possible? How to go about it and if it is possible how safe/effiecient do you think it would be? Sorry for the long read.
 
Hosting several websites on 1 VPS through the other which is for proxy/ips then through another VPS running some sort of free VPN.
It's possible through reserved proxy, although it won't be the most efficient way in term of performance.

For example: you have 2 VPS: A (1.1.1.1) and B (2.2.2.2). You can upload your website, setup LAMP,LEMP stack (Apache/Nginx, mysql, etc) on A. Setting up B to be a reserve proxy that redirect all traffic to your website hosted on A.

However, you can share IP between website by configuring Nginx/Apache, this way would be way more efficient.
 
Back
Top