Category Archives: Directadmin

How to Upgrade Apache From 1.3 to 2.0 on a Directadmin Server

When you get your new Directadmin server, it comes with default settings like Apache 1.3 and PHP4. I have already written how to update PHP version to PHP5. Today I will post a solution that can be used to upgrade your apache installation on a Directadmin server. The idea is not mine, it is taken from Directadmin Official… Read More »

How to Add Zip and Unzip to Directadmin File Manager

When you’re browsing your files using your Directadmin panel, it is useful to deal with ZIP archives too. This feature is still in beta, but you’re welcome to use it as it’s quite easy to enable it. First of all we need to update our Directadmin installation. To do this we need to log in as admin and… Read More »

How to Modify Default Virtualhost Template in Directadmin

If you own a Direactadmin server, most probably you would like to add something to default virtualhost settings, when a new user is created. You might need any specific php settings, or anything related to Apache – this doesn’t really matter. Let’s see where we can modify these settings; you will need SSH access to your server as… Read More »

How to fix “Mailbox in Use” Error in DirectAdmin

Today I went back from my short trip to the country. First of all I decided to check my mail, and when I did it, I got the following error in my E-mail client: !25.07.2008, 19:20:39: FETCH -ERR [IN-USE] Mailbox in use. That’s not the first time when such an error happens and I already know the solution… Read More »

Awstats and Directadmin – Now Supported Officially

Today I have updated my Directadmin installation and found that version 1.322 has appeared a few days ago. One of most intersting features I found was awstats support. I’ve been using awstats plugin for a while and now it is integrated in DirectAdmin. In order to add awstats support to your Directadmin installation you have to perform some… Read More »

How to Set the Correct Hostname for Directadmin

Often after initial Directadmin setup, made by your server provider, you keep getting the following message: Subject: This is e-mail notification to warn you that your hostname is setup improperly on your system. You keep getting this e-mail daily until you do something with your hostname. It’s quite a strange thing that hostname isn’t set up during main… Read More »

Setting Custom Error Pages for All User Domains with .htaccess on a Directadmin Server

Sometimes it is useful to use custom error pages on all user domains  (In case of maintenance, new software installation, etc). It’s a pity you are unable to do it for all user domains in Directadmin, just for a single one. But htaccess comes to help us this time. Go to /home/admin/domains (certainly, replace admin with your username)… Read More »