Book now with code EOY2025
dynamik wrote: » This is a popular site that I see thrown out often: Quick HOWTO: Linux Home Networking and Linux Forums Help
veritas_libertas wrote: » Nice find!
earweed wrote: » Nice. Didn't know you could do that much with so little.
Forsaken_GA wrote: » It largely depends on what you want it to do. When you run a server as a LAMP stack and then run some really bloated PHP code on it, and then throw more than 5 users at it.... you'll start to see some slowdown. Many a server has suffered the slashdot effect. Now with that being said, you'll get better performance out of a unix based web server than you will out of a windows based web server just because the unix based server is unlikely to have all the other bloat that comes along with it. I remember having to explain to one customer why his server was dying when he moved his dev site to live... he was using ffmpeg to generate thumbnails of his videos on the fly... on every single hit to the page. It works fine when you're the only one working on it. When 5000 people are doing it at once, not so much. These days, it's all pretty easy to get a site up and running. Virtual Hosting in apache is simple, just look at the format of a virtual host container and copy/paste it to others and change the relevant portions (documentroot, logfile, etc). If you're going to be using the same IP for multiple sites, declare a NameVirtualHost directive for that IP (this tells apache that multiple sites will be using the IP, and that it should steer traffic based on the hostname in the request, not on the destination IP). Just be aware that SSL doesn't play nice when it comes to shared IP's
GeeLo wrote: » ....So your saying.. stick with HTML / CSS, if your making a web site on Linux / Unix using Apache on a workstation, and add PHP / other to the mix if you have a Rack Mounted server ?
Forsaken_GA wrote: » These days, it's all pretty easy to get a site up and running. Virtual Hosting in apache is simple, just look at the format of a virtual host container and copy/paste it to others and change the relevant portions (documentroot, logfile, etc). If you're going to be using the same IP for multiple sites, declare a NameVirtualHost directive for that IP (this tells apache that multiple sites will be using the IP, and that it should steer traffic based on the hostname in the request, not on the destination IP). Just be aware that SSL doesn't play nice when it comes to shared IP's
Forsaken_GA wrote: » Then there are the guys who have a clue... one of customers called us up and said 'yeah, the website is going to be featured on Leno tonight, I need you to implement whatever you have to in order to make sure it's nice and smooth'. While it would have been nice to have more than 5 hours notice, we were able to get a couple more web servers up and running and into the load balancing mix before it aired.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!