Tag: DirectAdmin
DirectAdmin License Shows To Be Expired (Early License)
by dino on Jun.05, 2008, under DirectAdmin
DirectAdmin is fully installed but we are unable to login and access the host.
Steps to try and resolve this problem.
Verify IP information bound to the host matches the data in /usr/local/directadmin/scripts/setup.txt
Confirm the date is correct.
# date
Sun Jan 4 03:14:22 CST 2004
If not then set the date with ‘rdate’ or ‘ntp’
# rdate -s time.nist.gov
Verify date is now correct.
# date
Thu Feb 3 17:44:23 CST 2005
Check and see if DA is now accessable.
If that does not work try the following.
cd /usr/local/directadmin/scripts
./getLicense.sh 123 1234
service directadmin restart
Where 123 and 1234 are your Client ID and License ID, respectively. If there are errrors extracting the update.tar.gz file, then run:
head -n 1 /usr/local/directadmin/conf/license.key
to search for an error. If there is an readable error inside the file, double check the IP you are using matches the IP in the license on our system.
Keep getting the ‘License is not yet active’ error message with a valid direct admin license.
by dino on Feb.09, 2008, under DirectAdmin
Problem:
If you keep getting the ‘License is not yet active’ error message when logging into direct admin even though the license is active.
Solution:
Setting the system date to the current date and time should clear it up.
DirectAdmin : Updating Apache to the latest version
by dino on Jan.25, 2008, under DirectAdmin
Updating Apache to the latest version
You can check the current version of apache by running
httpd -v
If you wish to update your 1.3 version of apache to the most recent, run the following:
cd /usr/local/directadmin/customapache
./build clean
./build update
./build apache_mod_ssl
If you’re using apache 2.x, use “./build apache_2″ isntead of apache_mod_ssl.
This should update both the configure options and the version of apache to the most recent version. Once the update has completed, you’ll need to restart apache:
RedHat:
/sbin/service httpd restart
FreeBSD:
/usr/local/etc/rc.d/httpd restart
