mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Merge pull request #2707 from joohoi/gentoodefine
Fixed Gentoo define command
This commit is contained in:
commit
682ea359f8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ CLI_DEFAULTS_GENTOO = dict(
|
|||
vhost_root="/etc/apache2/vhosts.d",
|
||||
vhost_files="*.conf",
|
||||
version_cmd=['/usr/sbin/apache2', '-v'],
|
||||
define_cmd=['/usr/sbin/apache2', '-t', '-D', 'DUMP_RUN_CFG'],
|
||||
define_cmd=['apache2ctl', 'virtualhosts'],
|
||||
restart_cmd=['apache2ctl', 'graceful'],
|
||||
conftest_cmd=['apache2ctl', 'configtest'],
|
||||
enmod=None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue