14 Dec 2005
Login as root to your DirectAdmin server.
# vi updatephpmyadmin.sh
(more…)
19 Nov 2005
Example:
A reseller wants to set his primary domain from www.xxx.com to www.aaa.com
(more…)
17 Nov 2005
Follow these steps to create a text file:
<limit GET></limit> as the first line of the file. as the last line of the text file.10 Nov 2005
Server headers and directory defaults usually show Apache server information. This information can be used by hackers to learn about vulnerabilities on your server if the system is not updated. You can mask server information as follows:
(more…)
9 Nov 2005
Telnet sends clear text passwords and usernames through logins and should be disabled on all web servers and replaced with SSH.
Some hosting providers are not disabling telnet by default but you should ensure that it has been turned off as it’s a great security risk to your servers. TELNET server listens for incoming messages on port 23, and sends outgoing messages to port 23.
(more…)