mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
call apache2ctl on debian systems
This commit is contained in:
parent
59931672e2
commit
63dad3f18a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ fi
|
|||
# Check that ssl_module detection is working on various systems
|
||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||
MOD_SSL_LOCATION="/usr/lib/apache2/modules/mod_ssl.so"
|
||||
APACHE_NAME=apache2
|
||||
APACHE_NAME=apache2ctl
|
||||
elif [ "$OS_TYPE" = "centos" ]; then
|
||||
MOD_SSL_LOCATION="/etc/httpd/modules/mod_ssl.so"
|
||||
APACHE_NAME=httpd
|
||||
|
|
|
|||
Loading…
Reference in a new issue