Feeds:
Posts
Comments

Archive for the ‘DIRECTADMIN’ Category

http://www.directadmin.com/forum/showthread.php?s=78bb4e8b8b5deb41fdc7275bb87a051a&threadid=13173&perpage=20&pagenumber=1 http://www.directadmin.com/forum/showthread.php?s=70864a5c335e7705f268e661e0a6d78f&threadid=14285 cd /usr/local/directadmin/customapache rm -fr build wget http://files.directadmin.com/services/customapache/build chmod 755 build ./build update ./build clean ./build update_data_ap2 perl -pi -e ‘s/2.0.59/2.2.6/’ build or manually change any reference to old version to new (this is best way, above will get outdated) #vi ./build change APACHE and PHP references according to the version downloaded below. wget [...]

Read Full Post »

Plz..check this: http://directadmin.com/forum/showthread.php?t=65&highlight=hostname

Read Full Post »

http://help.directadmin.com/item.php?id=15 /usr/bin/openssl req -x509 -newkey rsa:1024 -keyout /usr/local/directadmin/conf/cakey.pem -out /usr/local/directadmin/conf/cacert.pem -days 9999 -nodes chown diradmin:diradmin /usr/local/directadmin/conf/cakey.pem chmod 400 /usr/local/directadmin/conf/cakey.pem

Read Full Post »

exim conf update: http://help.directadmin.com/item.php?id=51 dovecot update source:http://help.directadmin.com/item.php?id=143 The conversion guide for customapache can be found here: directadmin.com/features.php?id=590 If you’re using custombuild (apache 2.2, php5, etc), then the update procedure is: cd /usr/local/directadmin/custombuild ./build clean ./build update Then edit your options.conf. Set: dovecot=yes save, exit. Type: ./build dovecot then do (if not already applied): patch -p0 [...]

Read Full Post »

First install INET6 libraries (which latest spamassassin will complain about): # yum install INET6 Kill current spamd process: # pkill -9 spamd Go here and get updatescript and follow directions on how to install it: [tools] update.script # cd /usr/local/updatescript # ./update.script UPDATEME then install: # ./update.script SPAMASSASSIN

Read Full Post »

To enable Spamassassin on your server, you need to first need to install it. Once installed a few minor changes are needed in your /etc/exim.conf file. 1) Install spamd and spamc: cd /usr/local/directadmin/scripts ./spam.sh 2) Start the spamd: /usr/bin/spamd -d -c -m 5 3) In order to get exim to use the spamd program, you’ll [...]

Read Full Post »

Add the following lines in apache configuration file(/etc/init.d/httpd/httpd.conf). ExtendedStatus On SetHandler server-status Here you have to enable “ServerSignature on” and restart apache service. Now you can view the apache status in browser by accessing http://server-ip/httpd-status. Thats all…. Note:It will be applicable for Plesk server also.

Read Full Post »

Follow

Get every new post delivered to your Inbox.