call apache2ctl on debian systems

This commit is contained in:
Erica Portnoy 2020-03-20 14:31:02 -07:00
parent 59931672e2
commit 63dad3f18a

View file

@ -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