Apache HTTP Server Version 2.0
This glossary defines some of the common terminology related to Apache in particular, and web serving in general. More information on each concept is provided in the links.
INCLUDES
output filter processes documents
for Server Side Includes.www
is a hostname,
whatever.com
is a domain name, and
www.whatever.com
is a fully-qualified domain name.cgi-script
handler designates files to be processed as CGIs./usr/local/apache2/conf/httpd.conf
,
but it may be moved using run-time or compile-time configuration.GET
, POST
, and PUT
.text/html
,
image/gif
, and application/octet-stream
. In
HTTP, the MIME-type is transmitted in the Content-Type
header./images/.*(jpg|gif)$
".
Apache uses Perl Compatible Regular Expressions provided by the
PCRE library.Apache HTTP Server Version 2.0
This glossary defines some of the common terminology related to Apache in particular, and web serving in general. More information on each concept is provided in the links.