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 …
make sure the following line is in the /etc/hosts file: 127.0.0.1 localhost.localdomain localhost
If you are getting following error while rebuilding apache or restarting apache then follow the solution below this – Syntax error on line 1067 of …
To disable directory listing (directory Indexes): Log into your control panel. Click the Web Options link. In the Settings field select Disabled for the Indexes …