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)
|
||||
* Major changes
|
||||
* Drop mass virtual hosting, now use full vhost
|
||||
* Panel URL do not need anymore /admin/ (but you can still use it)
|
||||
* New features
|
||||
* Domains type are dynamic, the administrator can create domaine type with his own apache template
|
||||
* Advanced DNS options (ipv6, cname, txt, mx)
|
||||
|
|
|
@ -46,7 +46,7 @@ else
|
|||
sudo="sudo"
|
||||
fi
|
||||
|
||||
function apache_reload() {
|
||||
apache_reload() {
|
||||
if [ -x /usr/sbin/apache2ctl ]; then
|
||||
$sudo /usr/sbin/apache2ctl graceful > /dev/null || echo "Cannot restart apache" >> "$DOMAIN_LOG_FILE"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue