Where can I find a download for a minimal installation of Apache web server for Linux?
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.















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
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