Setting Connection Timeouts (IIS 6.0)
To set a global WWW or FTP service connection time-out value 1. In IIS Manager, expand the local computer, right-click the Web Sites or FTP …
To set a global WWW or FTP service connection time-out value 1. In IIS Manager, expand the local computer, right-click the Web Sites or FTP …
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 …
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 …
To disable TCP/IP packet filtering 1. In Control Panel, double-click Network Connections. 2. Right-click the connection, and then click Properties. 3. Select Internet Protocol (TCP/IP), …
If you’re a Linux user, then chances are your system is already using iptables to control your server’s firewall. For those who are new to …
If you are experiencing slow speeds and packet loss on a Linux server, you may need to have the NIC settings restored to full duplex, …
To configure or manage user quotas on a RedHat server (with no control panel installed), follow the steps below: 1. Understanding the user’s quota file …
As the root user, edit file /etc/fstab to add qualifier “usrquota” or “grpquota” to the partition you want quotas enabled for as shown below: /dev/hda2 …
date yymmddhhmm yy = year mm = month dd = date hh = hours mm = mins If you do not give ss = seconds, …
Login as the root user and run the command /stand/sysinstall Select Index => Partition => the disk to edit with arrow keys and SPACE. To …
To change which port ssh listens on, you just need to edit the sshd_config file. The default directory for ssh configuration is /etc/ssh. First, backup …