
Hide the Apache Web Server Version number
You can easily hide Apache (httpd) version number and other information. There are two config directives that controls Apache version. The ServerSignature directive adds a …

You can easily hide Apache (httpd) version number and other information. There are two config directives that controls Apache version. The ServerSignature directive adds a …

1) Sample PHP Form Code: <form action=phpsend.php method=post> <br> Your Name: <input type=text name=name> <br> E-mail: <input type=text name=email> <br> <input type=submit value=Submit> </form> 2) …

Identifying SYN attack ==================== Load becomes very inconcistant netstat -an | grep SYN (if long list SYN_REC) netstat -n -p|grep SYN_REC|wc -l (gives count of …

1) in httpd.conf, set: “HostNameLookups off” This avoids doing a reverse DNS lookup on every visitor who hits your web site. 2) In httpd.conf, set …

Download Zend optimizer compatible with the version of php on your server. Extract the downloaded tar file: tar -zxvf filename Run the set up by …

Log files in linux are files that record various events and activities that occur in a linux system. They are useful for troubleshooting, monitoring, and …

Apache Configuration ————————– Once you have the DNS pointing to your virtual domain server, you need to tell your Web server where to find the …

This will entirely depend on your operating system, and mail server. Some general guidlines are listed here: Your cert will usually need to be in …

If there’s no control panel on the server, then a mailserver should already be installed. If this is not the case, then in Windows you …

exim -bp | awk ‘/^ *[0-9]+[mhd]/{print “exim -Mrm ” $3}’ | sh This command will definately get the job done. It will list all the …

The easiest way to do this, would be to modify /etc/mail/spamassassin and set the trusted_networks setting. You should include localhost, and either your servers IP, …