Comparison of web server software (original) (raw)
From Wikipedia, the free encyclopedia
Web server software allows computers to act as web servers. The first web servers supported only static files, such as HTML (and images), but now they commonly allow embedding of server side applications.
Some web application frameworks include simple HTTP servers. For example the Django framework provides runserver
, and PHP has a built-in server. These are generally intended only for use during initial development. A production server will require a more robust HTTP front-end such as one of the servers listed here.
Some features may be intentionally not included to web server to avoid featuritis. For example:
- TLS/HTTPS may be enabled with a separate stunnel daemon that terminates TLS and redirects raw HTTP packets to http daemon.
- NGINX and OpenBSD httpd authors decided not to include CGI interpretation but instead use FastCGI. For OpenBSD was developed a slowcgi gateway.
- BusyBox httpd doesn't have automatically generated directory listing but it may be implemented as a CGI script
- ^ The "dynamic content" columns indicate whether the server itself implements the given feature. Other features may be available by delegation (e.g. Apache HTTP Server can delegate to Apache Tomcat for Servlet support).
- ^ support for using RSA BSAFE
- ^ a b c d support for using openSSL
- ^ support for using Network Security Services
- ^ a b via modules
- ^ support for using GnuTLS
- ^ a b c d This server implements AJP; compatible third-party Servlet containers can be integrated to provide seamless Servlet support.
- ^ This server can use the mod_isapi module for this support.
- ^ via Geronimo
- ^ support for using Java Secure Socket Extension
- ^ While Tomcat does not implement ISAPI directly, it integrates well with Apache mod_jk which contains an ISAPI module for this purpose.
- ^ Requires a JVM and OS that support IPv6.
- ^ with external patch
- ^ Implemented as CGI script httpd_ssi
- ^ CGI implemented for WebSocket connections
- ^ Same capabilities as SSI available with templates
- ^ The experimental_http3 option "enables experimental draft HTTP/3 support...This option will go away in the future".[10]
- ^ Version 1.4.8 of Caudium mentions IPv6 support but this is not explicitly specified on the official website. Maintainers have been sent a Documentation Update Query; please remove this warning notice when they update their website
- ^ Servlet Engines are supported via isapi_redirect.
- ^ Due to lack of support for HTTP/1.1, name based virtual hosts are not fully implemented.
- ^ via Enterprise Manager
Operating system support
[edit]
- ^ "Release 2.10.2". 23 August 2025. Retrieved 14 September 2025.
- ^ "v11.8 · Tags · Hugo Leisink / Hiawatha web server · GitLab (English)". Retrieved 26 September 2025.
- ^ "1.4.82". 12 September 2025. Retrieved 12 September 2025.
- ^ a b "Oracle Web Tier Downloads". www.oracle.com. Oracle. Retrieved 11 August 2020.
- ^ "Release Notes for Oracle HTTP Server". Oracle Help Center. Retrieved 2022-10-09.
- ^ "Nsssl - AOLserver Wiki". Retrieved 2014-07-04.
- ^ "Apache Module mod_ssl". Retrieved 2014-07-04.
- ^ "mod_gnutls". Archived from the original on 2018-05-30. Retrieved 2014-07-04.
- ^ "Apache Tomcat 6.0 - SSL Configuration HOW-TO". Retrieved 2014-07-04.
- ^ "Global options". caddyserver.com. Retrieved 11 August 2020.
- ^ "Cherokee Web Server | Man pages cherokee-admin | Cherokee Documentation". cherokee-project.com.
- ^ "HFS: Secure your server - rejetto wiki". www.rejetto.com.
- ^ Leisink, Hugo. "Features - Hiawatha webserver". hiawatha-webserver.org. Retrieved 2014-07-04.
- ^ a b c "Scaling down the project". www.hiawatha-webserver.com. Retrieved 11 August 2020.
- ^ "States that the HTTP protocol stack http.sys runs in kernel space, while the rest of the software runs in user space". Technet2.microsoft.com. Archived from the original on 2008-04-17. Retrieved 2012-02-28.
- ^ "Secure HTTP". redmine.lighttpd.net. Retrieved 2014-12-09.
- ^ ""LiteSpeed Web Server v5.4 is Here!"". 24 July 2019. Retrieved 11 November 2019.
- ^ "JavaServers". Wiki.nginx.org. Retrieved 2013-08-15.
- ^ Ghosh, Soumik (2010-09-05). "Enable IPv6 support". Nginx Library. Retrieved 2013-08-15.
- ^ "nginx changelog". www.nginx.com. 2015-09-22.
- ^ "Feature Overview - 10g R2 (10.1.2)" (PDF). Oracle.com. 2010-09-07. Retrieved 2012-02-28.
- ^ "BusyBox on Windows". "The Windows native build is currently broken."
- ^ "Webserver FAQs". Caudium. Archived from the original on 2002-11-14. Retrieved 2012-02-28.
- ^ John Poole. "Installation on Windows". cherokee-project.com. Retrieved 2014-11-23. "The Windows native build is currently broken."
- ^ a b c d e Hugo Leisink. "About - Hiawatha webserver". hiawatha-webserver.org. Archived from the original on 2023-06-12. Retrieved 2014-06-21.