  <?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>my computer</title>
	<link>http://www.ie16.com</link>
	<description>Feeling good</description>
	<pubDate>Thu, 09 Oct 2008 12:20:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>How to protect information security</title>
		<link>http://www.ie16.com/how-to-protect-information-security/</link>
		<comments>http://www.ie16.com/how-to-protect-information-security/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[How to protect information security]]></category>

		<guid isPermaLink="false">http://www.ie16.com/how-to-protect-information-security/</guid>
		<description><![CDATA[How to protect information security.
 The most common such as the IPSec protocol. Ipsec There are three modes, one must be mandatory, and the other is the recipient requested, and the third is not used. When a host A to host B to send data files, the hos... ]]></description>
			<content:encoded><![CDATA[<p>How to protect information security.</p>
<p> The most common such as the IPSec protocol. Ipsec There are three modes, one must be mandatory, and the other is the recipient requested, and the third is not used. When a host A to host B to send data files, the host A and B will host the first consultation, including the need to adopt technologies on IPSec packet is encrypted. The first is to be used, that is to say, whether the host A or B host must support IPSec, otherwise, the transmission will end in failure. Second, we request the use of such consultations in the process, ask the host A host B, the need for using IPSec. If the answer does not need to adopt the host B, then use an express delivery, unless the A&#8217;s host IPSec policy settings that must be made mandatory. If the answer is that the host B can be encrypted IPSec, A host of the first packet will be encrypted and then sent. After the technical IPSec encrypted data, the general has been very difficult to break. Moreover, it is important that the encryption and decryption of the work for the user, is transparent. In other words, we need to configure the network administrator of IPSec good strategy, no additional staff movements. Whether or not to use IPSec encryption, will not be adopted to achieve any results, and so on, staff will be among the hosts for their own consultations, without the need for our additional control.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/how-to-protect-information-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change Linux &#8217;s Password</title>
		<link>http://www.ie16.com/change-linux-s-password/</link>
		<comments>http://www.ie16.com/change-linux-s-password/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[linux  Password]]></category>

		<guid isPermaLink="false">http://www.ie16.com/change-linux-s-password/</guid>
		<description><![CDATA[How to change the Linux pasSWORD  enforcement on a regular basis 
 Password aging is a mechanism for the system, mandatory password for a specific length of time after failure. For users, this may bring some trouble, but it will ensure that the password ... ]]></description>
			<content:encoded><![CDATA[<p>How to change the Linux pasSWORD  enforcement on a regular basis </p>
<p> Password aging is a mechanism for the system, mandatory password for a specific length of time after failure. For users, this may bring some trouble, but it will ensure that the password change on a regular basis, is a very good safety measures. By default, the vast majority of sub-installed versions of Linux do not have a password to open statute of limitations, but it is very easy to open. </p>
<p>     By editing / etc / login.defs, you can specify a number of parameters to set the default password setting results: </p>
<p> PASS_MAX_DAYS 99999 </p>
<p> PASS_MIN_DAYS 0 </p>
<p> PASS_WARN_AGE 7 </p>
<p>     When setting a password for the number of days spent 99,999 hours, equivalent to actually closed Aging password. A more sensible set of generally 60 days - every 2 months enforce a password change. </p>
<p>     PASS_MIN_DAYS parameters are set in the revised code, change your password the next time allowed before the required number of days at least. PASS_WARN_AGE settings are specified in a password before the failure to inform the user how many days to change your password (usually the user has just landed when the system will receive a warning notice). </p>
<p> You will also edit / etc / default / useradd documents, and search for INACTIVE two EXPIRE Key words: </p>
<p> INACTIVE = 14 </p>
<p> EXPIRE = </p>
<p>     This will indicate how long the password immediately after the expiration of time, if the password does not change, they will account for the failure to change the state. In this case, this is the time to 14 days. EXPIRE and settings are used for all new users to set a clear time password failure (the specific format for the &#8220;year - the month - the date&#8221;). </p>
<p>     It is clear that these settings changes, can only affect new users. At present, to amend the existing users to set specific, chage need to use the tools. </p>
<p> # Chage-M 60 joe </p>
<p> This command will be set up on the joe user PASS_MAX_DAYS 60, and corresponding amendments to the shadow file. </p>
<p>     You can use the chage-l option, listed in the current account of limitations, the use of option-m is set PASS_MIN_DAYS, by-W is set PASS_WARN_AGE, and so on. chage tool lets you modify a particular account password for all of the state statute of limitations. </p>
<p>     Attention, chage only apply to the local system account, if you use in a way similar to the LDAP authentication system, the tool will be ineffective. If you are using LDAP as an authentication, and you intend to use the chage, then, even if just trying to users listed in the statute of limitations password, you will find in chage simply does not work. </p>
<p>     To develop a strategy to define how long a password must be changed, then the enforcement strategy is a good practice. In the dismissal of an employee after the statute of limitations password strategy will be to ensure that the employee can not be dismissed at 3 months after he discovered the password is still available. Even if the system administrators neglected to delete his account, the account password as a result of the limitation strategy will be automatically locked. Of course, this should not be delayed for the deletion of the account of the reasons employees, but this strategy does provide an additional layer of security, especially in the past often ignored in time to clear account of the</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/change-linux-s-password/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Service Set IDentification</title>
		<link>http://www.ie16.com/service-set-identification/</link>
		<comments>http://www.ie16.com/service-set-identification/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:38:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[network]]></category>

		<category><![CDATA[Service Set IDentification]]></category>

		<guid isPermaLink="false">http://www.ie16.com/service-set-identification/</guid>
		<description><![CDATA[Service Set IDentification
Service Set IDentification service set identifier also known as network name, a unique identifier, as wireless devices connected to the WLAN when the password. In specific settings, manufacturers can change the default Service ... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ie16.com/">Service Set IDentification</a></p>
<p>Service Set IDentification service set identifier also known as network name, a unique identifier, as wireless devices connected to the WLAN when the password. In specific settings, manufacturers can change the default Service Set IDentification name to set up, and close the &#8220;open Service Set IDentification broadcasting&#8221; election option, this will not be the Service Set IDentification router to the wireless network, the host broadcaster. To join the other computer networks, the need to manually enter a default Service Set IDentification name, logo Service Set IDentification can join the wireless network, can largely improve the security of wireless networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/service-set-identification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make your Wi-Fi wireless networks more secure</title>
		<link>http://www.ie16.com/make-your-wi-fi-wireless-networks-more-secure/</link>
		<comments>http://www.ie16.com/make-your-wi-fi-wireless-networks-more-secure/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:27:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Wi-Fi wireless networks]]></category>

		<guid isPermaLink="false">http://www.ie16.com/make-your-wi-fi-wireless-networks-more-secure/</guid>
		<description><![CDATA[Make your Wi-Fi wireless networks more secure
1.Strengthen anti-antivirus
Wi-Fi wireless networking is not the biggest security threat comes from the wireless network itself, but Internet network, or LAN transmission and disk transfer. Internet users in ... ]]></description>
			<content:encoded><![CDATA[<p>Make your Wi-Fi wireless networks more secure</p>
<p>1.Strengthen anti-antivirus</p>
<p>Wi-Fi wireless networking is not the biggest security threat comes from the wireless network itself, but Internet network, or LAN transmission and disk transfer. Internet users in the network to facilitate access to knowledge, while also by the various networks from Internet security threats.</p>
<p>     Viruses, worms and Trojan horses have become cause your computer is running slow and information on your computer and damage to vital information compromised the main security threat.</p>
<p>     The virus is attached to the program or file in a section of computer code, it can spread from computer to computer. It spread side of the side infected computers. Virus can damage software, hardware and documents.</p>
<p>     Worm virus is a sub-category. Usually, the worm spread without user operation, and through its own distribution network or a complete copy of the changes. Worms consume memory or network bandwidth, which could lead to computer crashes. And the spread of worms do not have to &#8220;host&#8221; program or file, so you can sneak into the system and allow others to remote control your computer. As against the larger well-known &#8220;shock wave (Worm.Sasser)&#8221;, &#8220;Shock Waves (Worm.Blaster)&#8221; are the representatives of worms.</p>
<p>     Trojan horse is a malicious program, which quietly running on the host machine, the user not aware of the circumstances, allow an attacker to obtain remote access and control system of privileges. Generally speaking, most Trojans are imitating some of the regular remote control software functions. Trojan horse attacks are often hidden in some small games or software, the lure careless users in their own machines to run on. The most common situation is that users either never taken the formal operation of the site and download the software with malicious code, either accidentally clicked on the malicious code with the e-mail attachments. On behalf of its software includes Back Orifice, SubSeven, and so on.</p>
<p>     Trojan horses have captured a user&#8217;s screen, and every time the ability to keystrokes, which means that an attacker could easily steal the user&#8217;s password, directory path, drive mapping, and even medical records, bank accounts and credit cards, personal communication of information . If the PC with a microphone, eavesdropping Trojan horse to the transcript. If the PC with a camera, many Trojan horses can turn it on, capture video content.</p>
<p>     Therefore, in order to network and Internet access to basic security, with the latest anti-virus software are necessary, otherwise you may unknowingly suffered heavy losses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/make-your-wi-fi-wireless-networks-more-secure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>block allocation</title>
		<link>http://www.ie16.com/block-allocation/</link>
		<comments>http://www.ie16.com/block-allocation/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 09:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[block allocation]]></category>

		<guid isPermaLink="false">http://www.ie16.com/block-allocation/</guid>
		<description><![CDATA[block allocation
Block allocation: a file on disk blocks allocated to the documents needed to avoid a waste of storage space. However, expansion of documents, paper documents will cause the block is not continuous, resulting in excessive disk seek time.
... ]]></description>
			<content:encoded><![CDATA[<p>block allocation</p>
<p>Block allocation: a file on disk blocks allocated to the documents needed to avoid a waste of storage space. However, expansion of documents, paper documents will cause the block is not continuous, resulting in excessive disk seek time.</p>
<p>             Each time the file extension, the block allocation algorithm on the need to write to file information block structure, which is meta-dada. meta-data and documents to always write storage devices, document changes in the operation have to wait until all the meta-data operations have been completed before,</p>
<p>             Therefore, meta-data of the whole operation will significantly reduce the file system performance.</p>
<p>     Expansion of distribution: to create documents, a series of one-time allocation for the block, when the file extension, also allocated a lot of pieces. meta-data included in the document creation, when the file size no more than the paper on the distribution of all block size, do not have to write meta-data, until the need for redistribution of documents when the block.</p>
<p>                 Group to expand distribution of a block allocation of the way, the SCSI devices to reduce the time to write data, in order to read documents with a good performance, but the documents were read, and a similar block allocation.</p>
<p>                 Documents the group or block block cluster (block cluster) is the size of the compiler determined at the time. The size of the cluster file system performance has greatly affected.</p>
<p>     Note: meta-data meta-information: the relevant information and documents, such as authority, the owner and to create, access or change the time, and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/block-allocation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Svchost process the application skills</title>
		<link>http://www.ie16.com/svchost-process-the-application-skills/</link>
		<comments>http://www.ie16.com/svchost-process-the-application-skills/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 07:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Svchost process]]></category>

		<guid isPermaLink="false">http://www.ie16.com/svchost-process-the-application-skills/</guid>
		<description><![CDATA[Svchost process the application skills
Show Svchost in a number of services
     To learn more about each Svchost process in the end the number of systems to provide services in Win 2000 command prompt window, enter &#8220;tlist-s&#8221; command to v... ]]></description>
			<content:encoded><![CDATA[<p>Svchost process the application skills</p>
<p>Show Svchost in a number of services</p>
<p>     To learn more about each Svchost process in the end the number of systems to provide services in Win 2000 command prompt window, enter &#8220;tlist-s&#8221; command to view, the order is Win 2000 support tools available. In Win XP using &#8220;tasklist / svc&#8221; order.</p>
<p>     Windows system into the process of the independence process and the process of sharing two, &#8220;Svchost.exe&#8221; document exists in the &#8220;% systemroot% system32&#8243; directory, it belongs to the process of sharing. With the growing Windows system services, in order to save system resources, Microsoft made a lot of shared services, by Svchost.exe process to start.</p>
<p>     Svchost process but only as a service host, and can not be achieved any services that it can only provide the conditions for other services here was activated, and its own can not provide any services. That these services is how to achieve it »</p>
<p>     These services are the original system dynamic link library (dll) achieved in the form, they point to the executable Svchost, from the corresponding services Svchost called the dynamic link library to start the service. That Svchost also know how the services of a system called dynamic link library which is «This is the system registry services in the parameters set to achieve.</p>
<p>     From the start of the parameters that service is to start on the Svchost.</p>
<p>     See whether there is a virus in the Svchost process</p>
<p>     Svchost process started because of various services, viruses, Trojans also want ways to use it in an attempt to use its features to confuse users to infection, intrusion, the purpose of destruction. However, Windows systems with multiple Svchost process is normal in the infected machine in the end the process which is a virus? »Here cite just one example to illustrate.</p>
<p>     Assume that Windows XP system was infected with the virus. Normal Svchost document exists in the &#8220;c: \ Windows \ system32&#8243; directory, if we find that the document appears in other directory should be careful of. The virus exists in the &#8220;c: \ Windows \ system32 \ Wins&#8221; directory, the use of process management to view Svchost process of the implementation of the file path can easily find the system infected with the virus.</p>
<p>     Windows comes with the task management system is not able to view the process of the path, you can use third-party process management software, these tools can easily see all the Svchost process of the implementation of the file path, once found it unusual for the implementation of the road The location should be an immediate detection and treatment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/svchost-process-the-application-skills/feed/</wfw:commentRss>
		</item>
		<item>
		<title>8 most commonly instructions in Vista</title>
		<link>http://www.ie16.com/8-most-commonly-instructions-in-vista/</link>
		<comments>http://www.ie16.com/8-most-commonly-instructions-in-vista/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 13:33:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Vista]]></category>

		<category><![CDATA[instructions]]></category>

		<guid isPermaLink="false">http://www.ie16.com/8-most-commonly-instructions-in-vista/</guid>
		<description><![CDATA[Windows Vista , you only need to press the Win + R out of &#8220;Run box&#8221;,
then enter the instructions and press enter.
1.Remote Assistance
Remote Assistance provides a way for you to get the help you need when
you run into problems with your compu... ]]></description>
			<content:encoded><![CDATA[<p>Windows Vista , you only need to press the Win + R out of &#8220;Run box&#8221;,</p>
<p>then enter the instructions and press enter.</p>
<p>1.Remote Assistance</p>
<p>Remote Assistance provides a way for you to get the help you need when</p>
<p>you run into problems with your computer. If you&#8217;re an experienced</p>
<p>user, you can even be the one to use Remote Assistance to directly help</p>
<p>your friends and family members.</p>
<p>instructions: <strong>msra.exe</strong></p>
<p>2.Computer Management</p>
<p>Computer Management is a collection of Windows administrative tools</p>
<p>that you can use to manage a local or remote computer. The tools are</p>
<p>organized into a single console, which makes it easy to view</p>
<p>administrative properties and to gain access to the tools that are</p>
<p>necessary to perform your computer-management tasks.</p>
<p>instructions:<strong>compmgmt.msc</strong></p>
<p>3.System Restore</p>
<p>System Restore is designed to automatically monitor and record changes</p>
<p>made to the core Windows system files and to the registry. System</p>
<p>Restore can then allow you to undo (or &#8220;roll back&#8221;) a change that</p>
<p>caused instability in your system. This is accomplished by periodically</p>
<p>recording a &#8220;Restore Point&#8221; (or System CheckPoint) that gives you the</p>
<p>ability to roll your system back to the point in time when your</p>
<p>computer was known to function properly.</p>
<p>instructions:<strong>rstrui.exe</strong></p>
<p>4.Disabled User Account Control (UAC)</p>
<p>User Account Control (UAC) is a new feature that helps prevent</p>
<p>malicious programs, also known as &#8220;malware,&#8221; from damaging a system.</p>
<p>UAC stops the automatic installation of unauthorized applications. UAC</p>
<p>also prevents unintended changes to system settings.</p>
<p>instructions:<strong>cmd.exe /k %windir%\System32\reg.exe ADD HKLM\ SOFTWARE\ </strong></p>
<p><strong>Microsoft\ Windows\ CurrentVersion\ Policies\ System /v EnableLUA /t </strong></p>
<p><strong>REG_DWORD /d 0 /f</strong><br />
if you want to return to normal User Account Control (UAC)</p>
<p>instructions: <strong>cmd.exe /k %windir%\System32\reg.exe ADD HKLM\ SOFTWARE\ </strong></p>
<p><strong>Microsoft\ Windows\ CurrentVersion\ Policies\ System /v EnableLUA /t </strong></p>
<p><strong>REG_DWORD /d 1 /f</strong></p>
<p>5.registry</p>
<p>instructions:<strong>regedit32.exe</strong> or regedit</p>
<p>6.vista Version</p>
<p>instructions: <strong>winver.exe</strong></p>
<p>7.Windows Task Manager</p>
<p>instructions:<strong> taskmgr.exe</strong></p>
<p>8.IP Configuration</p>
<p>instructions:  <strong>cmd.exe /k %windir%\system32\ipconfig.exe</strong><br />
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/8-most-commonly-instructions-in-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>To prevent the network from DoS attack strategy</title>
		<link>http://www.ie16.com/to-prevent-the-network-from-dos-attack-strategy/</link>
		<comments>http://www.ie16.com/to-prevent-the-network-from-dos-attack-strategy/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 08:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[DoS attack]]></category>

		<guid isPermaLink="false">http://www.ie16.com/to-prevent-the-network-from-dos-attack-strategy/</guid>
		<description><![CDATA[To prevent the network from DoS attack strategy
To prevent the network from DoS attack strategy
 While network security experts are in the focus on the development of anti-DoS attacks approaches, but with little success, because the use of the TCP DoS a... ]]></description>
			<content:encoded><![CDATA[<p>To prevent the network from DoS attack strategy</p>
<p>To prevent the network from DoS attack strategy</p>
<p> While network security experts are in the focus on the development of anti-DoS attacks approaches, but with little success, because the use of the TCP DoS attack the weakness of the agreement itself. Switch on the set, and install specialized DoS identification and prevention tool that can minimize the losses caused by DoS attacks.</p>
<p> The establishment of a comprehensive exchange of the three-tier network security system, which must be based on a three-tier switching and routing at the core of the intelligent network, a sound security strategy over the three-tier management tool.</p>
<p> LAN -</p>
<p> In the local area network layer, can take many preventive measures. For example, despite the complete elimination of IP packet is almost impossible to fake, but network management can build a filter, if the data within the network with the source address, by limiting the importation of data traffic, reduce internal fake IP attacks. Filters can also limit the external IP packet flow, to prevent counterfeiting of IP DoS attack is deemed intermediate system.</p>
<p> There are other ways: to close or restrict specific services, such as UDP services allow only limited in-house network of networks for diagnostic purposes.</p>
<p> However, these restrictions may have legitimate applications (such as the use of UDP as a transport mechanism of RealAudio) have a negative impact.</p>
<p> Network Transport Layer</p>
<p> Following the network transport layer over the lack of control can be supplemented.</p>
<p> Independent of the layers of wire-speed quality of service (QoS) and access control can be configured with intelligent software, independent of the level of QoS and access control function of the emergence of wire-speed multi-layer switch, to improve the network transmission equipment to protect the integrity of the data flow Capacity.</p>
<p> In traditional routers, authentication mechanisms (such as filtering with the fake address of the internal division) request flow at the edge routers, and in particular access control list in line with the standards. However, maintaining access control lists not only time-consuming, but also greatly increase the router overhead.</p>
<p> In contrast, wire-speed multi-layer switch can be flexible to achieve the various policy-based access control.</p>
<p> This is independent of the level of security access control decision-making and ability to network decision-making structure completely separate, so that members of the network management and effective deployment of the DoS prevention measures, without the use of sub-optimal routing or exchange of topology. The results, network management and members of the service providers can MAN, data center or enterprise network environment policy-based control standards to seamlessly integrate, not used regardless of the complexity of the core router-based services, Or relatively simple second-tier exchange. In addition, wire-speed processing of data in the background certification can be implemented, not the basic performance of delay.</p>
<p> Customizable filters and &#8220;confidence-neighbor&#8221; mechanism</p>
<p> Intelligent Multi-Access Control Another advantage is that can be customized to achieve simple filtering operations, such as customized according to specific criteria on the size of control system response. Multi-exchange division can be pushed to the limit specified the maximum bandwidth of the specific QoS profile, rather than be a DoS attack on the group developed a simple &#8220;through&#8221; or &#8220;abandoned&#8221; the decision-making. In this way, can prevent DoS attacks, may also reduce the discarded packets of legal risk.</p>
<p> Another advantage is access to customized routing strategy, specific support system between the &#8220;trust neighbor&#8221; relations, to prevent unauthorized use of internal routing.</p>
<p> Customized network configuration log</p>
<p> The only sign of a network user name and password, users are allowed to enter the pre-certification status. Web log from the user&#8217;s browser to Dynamic Host Configuration Protocol (DHCP) submitted to the switch, switch capture the user and send a request to the RADIUS server, authentication, certification only after the switch to allow the user&#8217;s traffic division Flows through the network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/to-prevent-the-network-from-dos-attack-strategy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuration Apache, achieving WEB services</title>
		<link>http://www.ie16.com/configuration-apache-achieving-web-services/</link>
		<comments>http://www.ie16.com/configuration-apache-achieving-web-services/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 05:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.ie16.com/configuration-apache-achieving-web-services/</guid>
		<description><![CDATA[In fact, now you have started the Linux WEB service, you simply need to do Linux system connected to the Internet, and then deposited in the Home &#8220;/ home / httpd&#8221; directory can be. However, in order to make this WEB server more efficient, we ... ]]></description>
			<content:encoded><![CDATA[<p>In fact, now you have started the Linux WEB service, you simply need to do Linux system connected to the Internet, and then deposited in the Home &#8220;/ home / httpd&#8221; directory can be. However, in order to make this WEB server more efficient, we need to make some settings, targeting specific needs of the fact that just four copies of the document. Following its two main httpd.conf and access.conf configuration files for more:</p>
<p>   1. Httpd.conf.</p>
<p>   This document is the main configuration file, mainly used to launch the server set up the basic environment, which means it is responsible for arranging WEB server how to run. Set the parameters for its relevance:</p>
<p>   ServerType standalone / inetd: This option is the role of designated manner in which the operation WEB server. These parameters that WEB standalone service process to a separate waiting process in the background listening whether the client&#8217;s request, if there is to generate a process of its services, its more efficient. Is the main server process interception set up a specific port address, to: Port [number] (default 80).</p>
<p>   Inetd relatively standalone mode and it is more secure, this mode is also running Apache RedHatLinux the default mode. If your version is not RedHat, would in / etc / inetd.conf file a new line by adding the following: httpd stream tcp nowait httpd / etc / httpd / bin / httpd-f / etc / httpd / conf / httpd.conf; Then / etc / services in the same document to add a new line: httpd 80/tcp httpd to.</p>
<p>   ErrorLog: used to record the document specified the wrong name and path. Formats such as: ErrorLog / var / httpd / error.log.</p>
<p>   ServerRoot: server will be used to specify the configuration and where to store the log files. Formats such as: ServerRoot / etc / httpd.</p>
<p>   Server Admin: WEB administrator set up the E-Mail address. Formats such as: Server Admin <a href="mailto:XXX@XXXX.com">XXX@XXXX.com</a>.</p>
<p>   2. Srm.conf</p>
<p>   This is Apache&#8217;s resource profile, role for the server you want to tell the WWW site to provide the resources and how to provide, the main parameters:</p>
<p>   DocumentRoot: the main document used to specify the address. Formats such as: DocumentRoot / home / httpd / html.</p>
<p>   DirectoryIndex: windows platform with the IIS installed, used to specify the name Home. As we all know, generally to Home &#8220;index.html&#8221; or &#8220;index.htm&#8221; as the file name. When these two is set to file name, as long as users sent WEB request to be transferred to &#8220;index.html&#8221; or &#8220;index.htm&#8221; named after the home page. Formats such as: DirecotryIndex index.html index.htm.</p>
<p>   After more than a simple configuration, you have the WEB server with the basic function. Next to do is restart WEB services to enable the configuration to take effect earlier, we can use the following command to complete:</p>
<p>   / etc / rc.d / init.d / httpd restart</p>
<p>   Finally, we take a look at Apache based on the security services. Apache server through the certification system can control which hosts can access certain sites. Specifically, it achieved in two ways:</p>
<p>   One is the address of the host-based authentication, but because the majority of current Internet users are using the dynamic address, so this way the number of no practical significance;</p>
<p>   Another way is based on the user name / password authentication, self-evident, in a way more suitable for today&#8217;s network status, and for specific user name / password authentication to achieve, not to discuss the scope of this paper, we can see the relevant information For further study.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/configuration-apache-achieving-web-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apache installation</title>
		<link>http://www.ie16.com/apache-installation/</link>
		<comments>http://www.ie16.com/apache-installation/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 05:54:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[Apache installation]]></category>

		<guid isPermaLink="false">http://www.ie16.com/apache-installation/</guid>
		<description><![CDATA[Apache installation
Generally speaking, all the Linux version of this package should include the installation, if you install Linux system does not install this package, from the installation CD or http://www.apache.org/ found on the website of its insta... ]]></description>
			<content:encoded><![CDATA[<p>Apache installation</p>
<p>Generally speaking, all the Linux version of this package should include the installation, if you install Linux system does not install this package, from the installation CD or <a href="http://www.apache.org/">http://www.apache.org/</a> found on the website of its installation file ( There are two versions of the Internet attention: one is to be re-compiled after downloading the source code, and the other is simply to extract the executable file can be used), then you run the installation.</p>
<p>   1. If you download is an executable file packages such as: apache_1.2.4.e.tar.gz (which, as you download the digital version may be, this is an example), which is relatively simple and more suitable for Linux compiler Not familiar with the primary users, simply: tar xvzf apache_1.2.3.4.tar.gz to complete the installation.</p>
<p>   2. If the download is the source code such as: apache_1.2.4.rpm, is to use rpm-ivh apache_1.2.4.rpm installation and implementation of the src directory &#8220;. / Configure&#8221;; then the implementation of &#8220;make&#8221; an order compile Apache; Then will be compiled into an executable file copy / etc / httpd / bin directory, then the Apache configuration files: httpd.conf, access.conf, srm.conf and mime.types copied to the / etc / httpd / conf directory , To complete the installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ie16.com/apache-installation/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
