Repository URL to install this package:
|
Version:
2.4.7 ▾
|
#!/bin/sh
if [ $1 = "https" ]; then
a2enmod ssl
/etc/init.d/apache2 reload
fi
/usr/sbin/apache2ctl -D FOREGROUND