Web server
Comparison of web server software
HTTP server (core part of a web server program that serves HTTP requests)
List of AMP packages
Standard Web Server Gateway Interfaces used for dynamic contents:
SCGI Simple Common Gateway Interface
FastCGI Fast Common Gateway Interface
A few other Web Server Interfaces (server or programming language specific) used for dynamic contents:
SSI Server Side Includes, rarely used, static HTML documents containing SSI directives are interpreted by server software to include small dynamic data on the fly when pages are served, e.g. date and time, other static file contents, etc.
SAPI Server Application Programming Interface:
ISAPI Internet Server Application Programming Interface
NSAPI Netscape Server Application Programming Interface
PSGI Perl Web Server Gateway Interface
WSGI Python Web Server Gateway Interface
Rack Rack Web Server Gateway Interface