Bug 61512 - Missing directives from mod/mod_md.html
Summary: Missing directives from mod/mod_md.html
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: HTTP Server Documentation List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-10 13:13 UTC by Bernard Spil
Modified: 2017-09-13 15:00 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil 2017-09-10 13:13:06 UTC
Currently the trunk documentation for mod_md is missing:

"Description"s for MDCAChallenges, MDPortMap, MDPrivateKeys, MDRenewWindow, MDStoreDir     

Entries for he directives MDMembers, MDHttpProxy

(MDMembers is NOT the same as MDMember!)

My shot at adding some parts of this can be found in my mod_md fork at
https://github.com/Sp1l/mod_md/wiki/Directives
Comment 1 Luca Toscano 2017-09-12 09:43:47 UTC
Thanks a log Bernard, committed r1808092 and r1808093.

Would you mind to double check and let me know if anything is missing?
Comment 2 Bernard Spil 2017-09-12 17:30:19 UTC
Thanks Luca!

Compared it with the info I retrieved from source and it seems that all directives were added. All directives have Descriptions as well.

Stefan keeps on adding new directives though... Latest is
> MDRequireHttps
in 0.9.4.

> New directive 'MDRequireHttps' for redirecting http: traffic to a Managed ??
> Domain, permanently
> or temporarily.

MDRequireHTTPS
Description: Redirect traffic to a Managed Domain
Syntax: MDRequireHTTPS temporary | permanent
Context: server config, ManagedDomain
Status:	Extension
Module:	mod_md

Force connections to the Managed Domain to be redirected to https. The redirect will be either permanent (301) or temporary (302).

I suspect that other mod_md directives are also ManagedDomain context.
Comment 3 Luca Toscano 2017-09-13 07:33:25 UTC
Thanks! I think that Stefan has not committed the 0.9.4 version of the module to httpd-trunk yet, I'll update the docs once the new changes will land to it.