I am trying to get a minimal installation of Apache web server. The reason for this is because, I plan on install it on a dedicated server and the only purpose is to serve basic image files. I need it to be as optimized as possible since it will be handling a few hundred of requests per second on average.
Where Can I Find A Download For A Minimal Installation Of Apache Web Server For Linux?
Posted in Hosting Admin FAQ





3 Comments | Add your own
http://httpd.apache.org
the best two resources to try first
If you’re using a Debian-based flavor of Linux such as Debian itself or Ubuntu you can just get Apache via apt.
sudo apt-get install apache2
For those of you who don’t want to hassle with installing apache, there is a a group of people who maintain a standalone server package. Find it at http://www.xampp.org
Post a Comment