Search K
Appearance
Appearance
Released: 2003-06-26
The task queue has been changed around a bit in how it does a few things in order to minimize the number of forks and file descriptors it needs to open. A few servers with large numbers of users caused it to open too many file descriptors and it doesn't finish what it started. This caused stats and usages to be left un-updated. Also added was a feature where it checked the age of an existent pid file so that it will just start to run anyway if the pid is older than 7 minutes.
Very minor bug where 2 files are left behind when a domain is deleted. Fixed. It did not affect any functionality in any way... the only thing that would result is if the domain was recreated, the mime type and handler data would already exist... oh no!!
added the ~ character. It's used for accessing www.domain.com/~path. The redirect wasn't allowing it, fixed.
protected directory usernames can now be any length greater than zero, but must only contain a-z0-9. They essentially now use the same rules as email names.
If an IP is set to shared and there arn't any users on it yet, when moving a user to it, the shared ftp virtualhost isn't being created. Fixed for 1.111.
Workaround: create and remove a temp user on that ip.