Running game server and webserver on EC2
Posted
by
mazzzzz
on Server Fault
See other posts from Server Fault
or by mazzzzz
Published on 2011-03-12T01:57:14Z
Indexed on
2011/03/12
8:11 UTC
Read the original article
Hit count: 375
Hey guys, I have a webhost, and an EC2 server (to run a game server on).
The problem is that I want to access/modify the EC2's files with php admin programs.
I looked into a lot of options to just have the webhost communicate with the EC2 server (ssh, etc), but none of them panned out.
My question is if I were to install a lightweight webserver (think lighttpd) on my EC2 server, how badly would it hurt the game server's performance? I was leaning away from this solution, even though the webserver (on the EC2 server) wouldn't get many hits (less than a 100 a day).
Thanks for your thoughts, Max
© Server Fault or respective owner