<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Hosting Guides</title>
	<atom:link href="http://webhosting.e-guides.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://webhosting.e-guides.org</link>
	<description>Webhosting</description>
	<lastBuildDate>Sat, 06 Aug 2011 08:30:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>lighttpd</title>
		<link>http://webhosting.e-guides.org/lighttpd/</link>
		<comments>http://webhosting.e-guides.org/lighttpd/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 08:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitions]]></category>

		<guid isPermaLink="false">http://webhosting.e-guides.org/lighttpd/</guid>
		<description><![CDATA[lighttpd (pronounced &#8220;lighty&#8221;) is an open-source web server more optimized for speed-critical environments than common products while remaining standards-compliant, secure and flexible. It was originally written by Jan Kneschke as a proof-of-concept of the c10k problem &#8211; how to handle &#8230; <a href="http://webhosting.e-guides.org/lighttpd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>lighttpd</b> (pronounced &#8220;lighty&#8221;) is an open-source web server more optimized for speed-critical environments than common products while remaining standards-compliant, secure and flexible. It was originally written by Jan Kneschke as a proof-of-concept of the c10k problem &#8211; how to handle 10,000 connections in parallel on one server, but has gained worldwide popularity.</p>
<p><span id="more-8"></span>
<p>The low memory footprint (compared to other web servers), small CPU load and speed optimizations make lighttpd suitable for servers that are suffering load problems, or for serving static media separately from dynamic content. lighttpd is free software/open source, and is distributed under the BSD license. It runs natively on Unix-like operating systems as well as Microsoft Windows.</p>
<p>lighttpd supports the FastCGI, SCGI and CGI interfaces to external programs, permitting web applications written in any programming language to be used with this server. As a particularly popular language, PHP performance has received special attention. Lighttpd&#8217;s FastCGI can be configured to support PHP with opcode caches (like APC) properly and efficiently. Additionally, it has received attention from its popularity within the Python, Perl, Ruby and Lua communities. It is a popular web server for the Catalyst and Ruby on Rails web frameworks. Lighttpd does not support ISAPI.</p>
<h3>Features</h3>
<ul>
<li>Load-balancing FastCGI, SCGI and HTTP proxy support
<li><code>chroot</code> support
<li><code>select()</code>-/<code>poll()</code>-/<code>epoll()</code> based web server
<li>Support for more efficient event notification schemes like <code>kqueue</code> and <code>epoll</code>
<li>Conditional rewrites (mod_rewrite)
<li>SSL and TLS support, via OpenSSL.
<li>Authentication against an LDAP server
<li>RRDtool statistics
<li>Rule-based downloading with possibility of a script handling only authentication
<li>Server Side Includes support (but not server-side CGI <sup>[6]</sup>)
<li>Flexible virtual hosting
<li>Modules support
<li>Cache Meta Language (currently being replaced by mod_magnet) using the Lua programming language
<li>Minimal WebDAV support
<li>Servlet (AJP) support (in versions 1.5.x and up)
<li>HTTP compression using mod_compress and the newer mod_deflate (1.5.x)
<li>Light-weight (less than 1 MB)
<li>Single-process design with only several threads. No processes or threads started per connection. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webhosting.e-guides.org/lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache</title>
		<link>http://webhosting.e-guides.org/apache/</link>
		<comments>http://webhosting.e-guides.org/apache/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 08:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitions]]></category>

		<guid isPermaLink="false">http://webhosting.e-guides.org/apache/</guid>
		<description><![CDATA[The Apache HTTP Server, commonly referred to as Apache, is web server software notable for playing a key role in the initial growth of the World Wide Web. In 2009 it became the first web server software to surpass the &#8230; <a href="http://webhosting.e-guides.org/apache/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <b>Apache HTTP Server</b>, commonly referred to as <b>Apache</b>, is web server software notable for playing a key role in the initial growth of the World Wide Web. In 2009 it became the first web server software to surpass the 100 million website milestone. Apache was the first viable alternative to the Netscape Communications Corporation web server (currently known as Oracle iPlanet Web Server), and has since evolved to rival other web servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.</p>
<p><span id="more-7"></span>
<p>&nbsp;
<p>Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The application is available for a wide variety of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released under the Apache License, Apache is open-source software.
<p>Apache was originally based on NCSA HTTPd code. The NCSA code has since been removed from Apache, as part of a rewrite.
<p>Since April 1996 Apache has been the most popular HTTP server software in use. As of May 2011 Apache was estimated to serve 63% of all websites and 66% of the million busiest.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhosting.e-guides.org/apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web server</title>
		<link>http://webhosting.e-guides.org/web-server/</link>
		<comments>http://webhosting.e-guides.org/web-server/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 07:19:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitions]]></category>

		<guid isPermaLink="false">http://webhosting.e-guides.org/web-server/</guid>
		<description><![CDATA[Web server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet. &#160; The most common use of web servers is to host web &#8230; <a href="http://webhosting.e-guides.org/web-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Web server</b> can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet.</p>
<p><span id="more-6"></span>
<p>&nbsp;
<p>The most common use of web servers is to host web sites but there are other uses like data storage or for running enterprise applications.
<p>The primary function of a web server is to deliver web pages on the request to clients. This means delivery of HTML documents and any additional content that may be included by a document, such as images, style sheets and scripts.
<p>A client, commonly a web browser or web crawler, initiates communication by making a request for a specific resource using HTTP and the server responds with the content of that resource or an error message if unable to do so. The resource is typically a real file on the server&#8217;s secondary memory, but this is not necessarily the case and depends on how the web server is implemented.
<p>While the primary function is to serve content, a full implementation of HTTP also includes ways of receiving content from clients. This feature is used for submitting web forms, including uploading of files.
<p>Many generic web servers also support server-side scripting, e.g., Apache HTTP Server and PHP. This means that the behaviour of the web server can be scripted in separate files, while the actual server software remains unchanged. Usually, this function is used to create HTML documents &#8220;on-the-fly&#8221; as opposed to returning fixed documents. This is referred to as dynamic and static content respectively. The former is primarily used for retrieving and/or modifying information from databases. The latter is, however, typically much faster and more easily cached.
<p>Web servers are not always used for serving the world wide web. They can also be found embedded in devices such as printers, routers, webcams and serving only a local network. The web server may then be used as a part of a system for monitoring and/or administrating the device in question. This usually means that no additional software has to be installed on the client computer, since only a web browser is required (which now is included with most operating systems).</p>
]]></content:encoded>
			<wfw:commentRss>http://webhosting.e-guides.org/web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web hosting</title>
		<link>http://webhosting.e-guides.org/web-hosting/</link>
		<comments>http://webhosting.e-guides.org/web-hosting/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 07:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitions]]></category>

		<guid isPermaLink="false">http://webhosting.e-guides.org/web-hosting/</guid>
		<description><![CDATA[A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own or &#8230; <a href="http://webhosting.e-guides.org/web-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A <b>web hosting service</b> is a type of Internet hosting service that allows individuals and organizations to make their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own or lease for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation or Housing as it is commonly called in Latin America or France..</p>
<p><span id="more-5"></span>
<p>The scope of web hosting services varies greatly. The most basic is web page and small-scale file hosting, where files can be uploaded via File Transfer Protocol (FTP) or a Web interface. The files are usually delivered to the Web &#8220;as is&#8221; or with little processing. Many Internet service providers (ISPs) offer this service free to their subscribers. People can also obtain Web page hosting from other, alternative service providers. Personal web site hosting is typically free, advertisement-sponsored, or inexpensive. Business web site hosting often has a higher expense.
<p>Single page hosting is generally sufficient only for personal web pages. A complex site calls for a more comprehensive package that provides database support and application development platforms (e.g. PHP, Java, Ruby on Rails, ColdFusion, and ASP.NET). These facilities allow the customers to write or install scripts for applications like forums and content management. For e-commerce, SSL is also highly recommended.
<p>The host may also provide an interface or control panel for managing the Web server and installing scripts as well as other modules and service applications like e-mail. Some hosts specialize in certain software or services (e.g. e-commerce). They are commonly used by larger companies to outsource network infrastructure to a hosting company.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhosting.e-guides.org/web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

