diff options
author | Stefan Eissing <icing@apache.org> | 2017-10-23 13:55:33 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-10-23 13:55:33 +0200 |
commit | 3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4 (patch) | |
tree | 4de8bfd60e9df919678fc1d1c39b11f2bbfe8d00 /modules/md/mod_md_config.c | |
parent | Rebuild. (diff) | |
download | apache2-3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4.tar.xz apache2-3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4.zip |
On the trunk:
*) mod_md: v1.0.1, ServerName/Alias names from pure-http: virtual hosts are no longer
auto-added to a Managed Domain. Error counts of jobs are presisted. When the server
restarts (gracefully) any errored staging areas are purged to reset the signup/renewal
process.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812999 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/md/mod_md_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/mod_md_config.c b/modules/md/mod_md_config.c index 3dddf723b9..33cc274433 100644 --- a/modules/md/mod_md_config.c +++ b/modules/md/mod_md_config.c @@ -346,7 +346,7 @@ static const char *md_config_set_names(cmd_parms *cmd, void *dc, int i, transitive = -1; (void)dc; - err = ap_check_cmd_context(cmd, NOT_IN_DIR_CONTEXT); + err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE); if (err) { return err; } |