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.
A perl script that aids in compiling →module sources into Dynamic Shared Objects
(→DSOs) and helps install them in the
Apache Web server.
See: Manual Page: apxs
A data record used for authenticating network entities such
as a server or a client. A certificate contains X.509 information pieces
about its owner (called the subject) and the signing →Certification Authority (called
the issuer), plus the owner's →public
key and the
signature made by the CA. Network entities verify these signatures
using CA certificates.
See: SSL/TLS Encryption