Limit MySQL usage for users

Script for limiting MySQL resources for every new MySQL user (it limits the number of queries, updates, and logins a MySQL user can perform). You can set any limits you want. Just copy-paste the following content to /usr/local/directadmin/scripts/custom/database_user_create_post.sh and /usr/local/directadmin/scripts/custom/database_create_post.sh:
Read the rest of this entry

HOWTO: Using Nginx

This instruction describes how to use nginx as reverse proxy for apache, also I’ll show some tips how use nginx for heavy loaded sites.
Majority of my servers are freebsd boxes, so this howto oriented on freebsd, but I’ll show some tips for linux too.

Read the rest of this entry

Updating DirectAdmin Manually

If you need to update your copy of DirectAdmin manually, you can do so by running the following commands: Read the rest of this entry