
How do I install IIS SMTP?
IIS SMTP Service is a high performance SMTP server on Windows NT/2000/XP. We can use it to send email easily with ANSMTP. The following things …

IIS SMTP Service is a high performance SMTP server on Windows NT/2000/XP. We can use it to send email easily with ANSMTP. The following things …

To install IIS using the Configure Your Server Wizard 1. From the Start menu, click Manage Your Server. 2. Under Managing Your Server Roles, click …

Microsoft Windows 2000 Click on the Start button, select Settings, and then click Control Panel. Double-click Administrative Tools, and then double-click Internet Services Manager. Click …

Enabling pass through authentication requires two things. 1. Use an authentication method that supports pass through authentication. Anonymous with IIS control password disabled Basic Integrated …

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 …