LoadModule acme_module modules/AcmeModule.dll
<LocationMatch "/[Aa][Cc][Mm][Ee]">
SetHandler acme-handler
</LocationMatch>
acmeServerHost localhost
acmeServerPort 28500

Example 1: Required Apache modifications.

Back to Article