Apache Virtualhost Config
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Apache Virtualhost Config has 29 facts recorded in Dontopedia across 1 reference, with 3 live disagreements.
Mostly:contains(6), ssl protocol excludes(4), ssl cipher suite excludes(4)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
isPartOfIs Part of(2)
- Ssl Certificate
ex:ssl-certificate - Ssl Private Key
ex:ssl-private-key
securesSecures(1)
- Ssl Protocol Configuration
ex:ssl-protocol-configuration
strengthensStrengthens(1)
- Ssl Cipher Configuration
ex:ssl-cipher-configuration
Other facts (29)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Contains | Ssl Protocol Configuration | [1] |
| Contains | Ssl Cipher Configuration | [1] |
| Contains | Proxy Configuration | [1] |
| Contains | Directory Security Config | [1] |
| Contains | Browser Compatibility Config | [1] |
| Contains | Ssl Session Configuration | [1] |
| Ssl Protocol Excludes | SSLv2 | [1] |
| Ssl Protocol Excludes | SSLv3 | [1] |
| Ssl Protocol Excludes | TLSv1 | [1] |
| Ssl Protocol Excludes | TLSv1.1 | [1] |
| Ssl Cipher Suite Excludes | aNULL | [1] |
| Ssl Cipher Suite Excludes | MD5 | [1] |
| Ssl Cipher Suite Excludes | RC4 | [1] |
| Ssl Cipher Suite Excludes | 3DES | [1] |
| Rdf:type | Apache Virtual Host | [1] |
| Listens on Port | 443 | [1] |
| Server Name | yourdomain.com | [1] |
| Ssl Engine Enabled | true | [1] |
| Ssl Certificate File Path | /path/to/your/certificate.crt | [1] |
| Ssl Private Key File Path | /path/to/your/private.key | [1] |
| Ssl Cipher Suite Includes | HIGH | [1] |
| Ssl Session Cache Type | shmcb | [1] |
| Ssl Session Cache Path | /var/run/ssl_scache | [1] |
| Ssl Session Cache Size | 512000 | [1] |
| Ssl Session Timeout | 300 | [1] |
| Ssl Session Tickets Enabled | true | [1] |
| Proxy Pass Target | [1] | |
| Proxy Pass Reverse Target | [1] | |
| Secures | Port 443 | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:claims/beam/11f23504-2ed7-4e89-b702-2e10d7a3b2a6- full textbeam-chunktext/plain1 KB
doc:beam/11f23504-2ed7-4e89-b702-2e10d7a3b2a6Show excerpt
```apache <VirtualHost *:443> ServerName yourdomain.com SSLEngine on SSLCertificateFile /path/to/your/certificate.crt SSLCertificateKeyFile /path/to/your/private.key SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 SS…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.