The Apache HTTP Server, commonly referred to as Apache, is web server software notable for playing a key role in the initial growth of the World Wide Web. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The application is available for a wide variety of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released under the Apache License, Apache is open-source software.
Some common language interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules include mod_access, mod_auth, mod_digest, and mod_auth_digest, the successor to mod_digest. A sample of other features include SSL and TLS support (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite engine, implemented under mod_rewrite), custom log files (mod_log_config), and filtering support (mod_include and mod_ext_filter).
Instead of implementing a single architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which allow Apache to run in a process-based, hybrid (process and thread) or event-hybrid mode, to better match the demands of each particular infrastructure. This implies that the choice of correct MPM and the correct configuration is important. Where compromises in performance need to be made, the design of Apache is to reduce latency and increase throughput, relative to simply handling more requests, thus ensuring consistent and reliable processing of requests within reasonable time-frames.
Update the UBUNTU Machine
Done!!!
References:
http://en.wikipedia.org/wiki/Apache2
Related articles
- Apache + PHP + MySQL on Ubuntu 11.04 (codingexplorer.wordpress.com)
- Install Tomcat 7 on UBUNTU (cleanclouds.wordpress.com)
- Install Apache2 on Ubuntu 11.10 or Ubuntu 10.04 LTS (clean-clouds.com)
- Install Apache2 on Ubuntu 11.10 or Ubuntu 10.04 LTS (cleanclouds.wordpress.com)






















Hi,
sudo apt-get install apache2 comes back with unrecoverable errors for me. It says that some dependent components are uninstallable. I just got 11.10 (amd 64 bit version) and I wanted to set up a web server, can you help?
Ananth
Hi Can you Post traceback or screenshot of an error?
Mitesh,
My sources.list was screwed. I copied one from the internet, the did a apt-get update and apt-get upgrade and apache2 went through like a breeze.
Thanks a ton !
Great!!!
Pingback: Install Apache2 on Ubuntu 11.10 or Ubuntu 10.04 LTS | Mitesh's Blog
Pingback: Install Apache2 on Ubuntu 11.10 or Ubuntu 10.04 LTS « Researcher's Blog?!?!?!
Pingback: Install JBoss 7.0.2 Application Server on Ubuntu 11.10 or Ubuntu 10.04 LTS « Researcher's Blog?!?!?!