httpd.apache.org

Website:http://httpd.apache.org
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (55)

1

0 Thumbs up   0 Thumbs down

access control


The restriction of access to network realms. In an Apache context usually the restriction of access to certain URLs. See: Authentication, Authorization, and Access Control
Source: httpd.apache.org

2

0 Thumbs up   0 Thumbs down

algorithm


An unambiguous formula or set of rules for solving a problem in a finite number of steps. Algorithms for encryption are usually called Ciphers.
Source: httpd.apache.org

3

0 Thumbs up   0 Thumbs down

apache extension tool


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
Source: httpd.apache.org

4

0 Thumbs up   0 Thumbs down

apache portable runtime


A set of libraries providing many of the basic interfaces between the server and the operating system. APR is developed parallel to the Apache HTTP Server as an independent project. See: Apache Portab [..]
Source: httpd.apache.org

5

0 Thumbs up   0 Thumbs down

authentication


The positive identification of a network entity such as a server, a client, or a user. See: Authentication, Authorization, and Access Control
Source: httpd.apache.org

6

0 Thumbs up   0 Thumbs down

certificate


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 [..]
Source: httpd.apache.org

7

0 Thumbs up   0 Thumbs down

certificate signing request


An unsigned certificate for submission to a Certification Authority, which signs it with the Private Key of their CA Certificate. Once the CSR is signed, it becomes a real certificate. See: SSL/TLS En [..]
Source: httpd.apache.org

8

0 Thumbs up   0 Thumbs down

certification authority


A trusted third party whose purpose is to sign certificates for network entities it has authenticated using secure means. Other network entities can check the signature to verify that a CA has authent [..]
Source: httpd.apache.org

9

0 Thumbs up   0 Thumbs down

cipher


An algorithm or system for data encryption. Examples are DES, IDEA, RC4, etc. See: SSL/TLS Encryption
Source: httpd.apache.org

10

0 Thumbs up   0 Thumbs down

ciphertext


The result after Plaintext is passed through a Cipher. See: SSL/TLS Encryption
Source: httpd.apache.org


To view all 55 definitions, please sign in.