This commit is contained in:
Alan Garcia 2011-03-11 17:33:40 +00:00
parent 506e039730
commit 4bfa5f898e
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

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

View File

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