This commit is contained in:
parent
506e039730
commit
4bfa5f898e
|
@ -5,6 +5,7 @@ alternc (1.0~rc2) stable; urgency=low
|
||||||
* Big changes in database schema (domaines, sub_domaines, *_standby)
|
* Big changes in database schema (domaines, sub_domaines, *_standby)
|
||||||
* Major changes
|
* Major changes
|
||||||
* Drop mass virtual hosting, now use full vhost
|
* Drop mass virtual hosting, now use full vhost
|
||||||
|
* Panel URL do not need anymore /admin/ (but you can still use it)
|
||||||
* New features
|
* New features
|
||||||
* Domains type are dynamic, the administrator can create domaine type with his own apache template
|
* Domains type are dynamic, the administrator can create domaine type with his own apache template
|
||||||
* Advanced DNS options (ipv6, cname, txt, mx)
|
* Advanced DNS options (ipv6, cname, txt, mx)
|
||||||
|
|
|
@ -46,7 +46,7 @@ else
|
||||||
sudo="sudo"
|
sudo="sudo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function apache_reload() {
|
apache_reload() {
|
||||||
if [ -x /usr/sbin/apache2ctl ]; then
|
if [ -x /usr/sbin/apache2ctl ]; then
|
||||||
$sudo /usr/sbin/apache2ctl graceful > /dev/null || echo "Cannot restart apache" >> "$DOMAIN_LOG_FILE"
|
$sudo /usr/sbin/apache2ctl graceful > /dev/null || echo "Cannot restart apache" >> "$DOMAIN_LOG_FILE"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue