Live data from Hacker News

Server Farm Setup for Knife Depot

musumeche.com

1–10 of 19 posts

Re: Server Farm Setup for Knife Depot

#4
Nice diagram, I'm borrowing it as a reference for the setup I'm going to be designing for work soon :-)

Did you consider running nginx for your PHP application servers as well?

Also, can I ask what sort of traffic you get per {{ time period }} ??

Re: Server Farm Setup for Knife Depot

#6
post #5

Would it be possible to take something like that UML, package it up in Docker and have it deploy to your vps in a more complex heroku way? I think that would solve a few common problems.

I can't really figure out if you're being sarcastic or not. There's really no need to add complexity to a setup this simple. Docker would just be another tool to learn and maintain, with very little gain.

Re: Server Farm Setup for Knife Depot

#9
post #4

Nice diagram, I'm borrowing it as a reference for the setup I'm going to be designing for work soon :-) Did you consider running nginx for your PHP application servers as well? Also, can I ask what sort of traffic you get per {{ time period }} ??

Not that much. Apache gets about 30-40 requests per second on average. However, this is with Varnish handling a lot of requests that never get sent to the backend.

Re: Server Farm Setup for Knife Depot

#10
post #2

Why do you dislike NGINX?

I don't dislike it at all. I just was hoping to have varnish handle everything on that server.

Ah ok, gotcha. As I have to maintain a few legacy PHP servers.. I would strongly recommend you take a look at NGINX + PHP-FPM replacing Apache too so you can simplify the stack a bit.

NGINX is pretty awesome as a reverse proxy (as you must know) but its very nice when you use it as your web server too.

Post reply on HN