From Wikipedia, the free encyclopedia
This article needs references that appear in reliable third-party publications. Primary sources or sources affiliated with the subject are generally not sufficient for a Wikipedia article. Please add more appropriate citations from reliable sources. (April 2011) |
Original author(s) | Robert McCool |
---|---|
Developer(s) | Apache Software Foundation |
Initial release | 1995[1] |
Stable release | 2.2.19 / May 22, 2011 |
Preview release | 2.3.12-beta / May 23, 2011 |
Written in | C |
Operating system | Cross-platform |
Available in | English |
Type | Web server |
License | Apache License 2.0 |
Website | http://httpd.apache.org/ |
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.
Since April 1996 Apache has been the most popular HTTP server software in use. As of May 2011 Apache was estimated to serve 63% of all websites and 66% of the million busiest.[5]
Contents[hide] |
[edit] Features
Apache supports a variety of features, many implemented as compiled modules which extend the core functionality. These can range from server-side programming language support to authentication schemes. 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).Popular compression methods on Apache include the external extension module, mod_gzip, implemented to help with reduction of the size (weight) of web pages served over HTTP. ModSecurity is an open source intrusion detection and prevention engine for web applications. Apache logs can be analyzed through a web browser using free scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows one Apache installation to serve many different actual websites. For example, one machine with one Apache installation could simultaneously serve www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and content negotiation. It is also supported by several graphical user interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing tool and supports FTP.
[edit] Performance
This section does not cite any references or sources. Please help improve this section by adding citations to reliable sources. Unsourced material may be challenged and removed. (October 2009) |
The Apache version considered by the Apache Foundation as providing high-performance is the multi-threaded version which mixes the use of several processes and several threads per process.[6]
While this architecture works faster than the previous multi-process based topology (because threads have a lower overhead than processes), it does not match the performances of the event-based architecture provided by other servers, especially when they process events with several worker threads.
This difference can be easily explained by the overhead that one thread per connection brings (as opposed to a couple of worker threads per CPU, each processing many connection events). Each thread needs to maintain its own stack, environment, and switching from one thread to another is also an expensive task for CPUs.
[edit] See also
Overview & Discussions- Comparison of web server software
- Web accelerator which discusses host-based HTTP acceleration
- Proxy server which discusses client-side proxies
- Reverse proxy which discusses origin-side proxies
- Internet Cache Protocol
- lighttpd - open-source web server, optimized for speed-critical environments
- Nginx - lightweight, high-performance web server, reverse proxy and e-mail proxy (IMAP/POP3)
- Polipo - lightweight pipelining, multiplexing proxy server and daemon for a small number of users
- Pound reverse proxy
- Privoxy - privacy enhancing proxy
- Squid (software) - a proxy server and web cache daemon
- Tinyproxy - a fast and small HTTP proxy server daemon, which supports reverse proxying and transparent proxying
- Varnish - a performance-focused open source reverse proxy
- Ziproxy - lightweight forwarding, non-caching, HTTP proxy for traffic optimization
[edit] References
- ^ "About the Apache HTTP Server Project". Apache Software Foundation. Retrieved 2008-06-25.
- ^ Netcraft Market Share for Top Servers Across All Domains August 1995 - November 2009
- ^ "February 2009 Web Server Survey". Netcraft. Retrieved 2009-03-29.
- ^ https://secure1.securityspace.com/s_survey/data/man.200907/apacheos.html
- ^ "May 2011 Web Server Survey". Netcraft. May 17, 2011..
- ^ Apache MPM worker
Tidak ada komentar:
Posting Komentar