<?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>Webmonkey &#187; Apache</title>
    <atom:link href="http://www.webmonkey.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Apache 2.4: A Major Update for the Web&#8217;s Most Popular Server</title>
        <link>http://www.webmonkey.com/2012/02/apache-2-4-a-major-update-for-the-webs-most-popular-server/</link>
        <comments>http://www.webmonkey.com/2012/02/apache-2-4-a-major-update-for-the-webs-most-popular-server/#comments</comments>
        <pubDate>Tue, 21 Feb 2012 15:44:14 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=54504</guid>
        		<category><![CDATA[servers]]></category>
		<category><![CDATA[Apache]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2012/02/apachefeather-200x90.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2012/02/apachefeather.jpg" alt="Apache 2.4: A Major Update for the Web&#8217;s Most Popular Server" /></div>The Apache Software Foundation has announced the release of version 2.4 of its namesake Apache HTTP Server. The new version is the first major release for Apache since 2005. During that time several new servers, including the increasingly popular Nginx server, have emerged to challenge Apache&#8217;s dominance. However, while Nginx may have surpassed Microsoft IIS [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img src="http://www.webmonkey.com/wp-content/uploads/2012/02/apachefeather.jpg" alt="" title="apachefeather" width="300" height="90" class="alignleft size-full wp-image-54505" />The Apache Software Foundation has announced the release of <a href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_celebrates">version 2.4 of its namesake Apache HTTP Server</a>. The new version is the first major release for Apache since 2005. During that time several new servers, including the increasingly popular <a href="http://wiki.nginx.org/Main">Nginx server</a>, have emerged to challenge Apache&#8217;s dominance. However, while Nginx may have <a href="http://www.webmonkey.com/2012/01/open-source-upstart-nginx-surpasses-microsoft-server/">surpassed Microsoft IIS to become the second most used server on the web</a>, it still trails well behind Apache, which powers nearly 400 million web sites.</p>
<p>To upgrade your servers to the latest release, head over to the <a href="http://httpd.apache.org/">Apache HTTP Server Project</a> and download a copy of Apache 2.4.</p>
<p>Much of the focus in Apache 2.4 is on performance. The Apache Software Foundation blog <a href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_celebrates">touts</a> reduced memory usage and better concurrency among the improvements in this release. Apache 2.4 also offers better support for asynchronous read/write operations and much more powerful Multi-Processing Module (MPM) support. Multiple MPMs can now be built as loadable modules at compile time and the MPM of choice can be configured at run time, making Apache 2.4 considerably more flexible than its predecessors.</p>
<p>There have also been numerous updates for Apache&#8217;s various modules, as well as a host of new modules that are available with this release &#8212; including mod_proxy_fcgi, a FastCGI protocol backend for mod_proxy. </p>
<p>For a complete rundown of everything that&#8217;s new in Apache 2.4, be sure to <a href="http://httpd.apache.org/docs/trunk/new_features_2_4.html">check out the documentation</a>.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2012/02/apache-2-4-a-major-update-for-the-webs-most-popular-server/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Apache</title>
        <link>http://www.webmonkey.com/2010/02/apache/</link>
        <comments>http://www.webmonkey.com/2010/02/apache/#comments</comments>
        <pubDate>Mon, 15 Feb 2010 20:45:47 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://stag.wired.com/primate/?p=31</guid>
        		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[wiki]]></category>
        <description><![CDATA[Apache is a freely available, and highly popular, open-source web server. Originally, Apache was designed for Unix. Now versions are available for most operating systems including Windows, OSX and Linux. There are also numerous add-ons and tailored versions of the server using the Apache module API. The name Apache comes from its origins as a [...]]]></description>

            <content:encoded><![CDATA[<!-- wpautop disabled --><p>Apache is a freely available, and highly popular, open-source web server.

</p><p>Originally, Apache was designed for Unix. Now versions are available for most operating systems including Windows, OSX and Linux. There are also numerous add-ons and tailored versions of the server using the Apache module <a href="/2010/02/API" title="Reference:API">API</a>. The name Apache comes from its origins as a series of &#8220;patch files.&#8221;

</p><p>Read Webmonkey&#8217;s <a href="/2010/02/Apache_for_Beginners" title="Tutorial:Apache for Beginners"> Apache for Beginners</a> article for more details about Apache.

</p><p>Information and downloads can be found at <a href="http://www.apache.org/" class="external text" title="http://www.apache.org/" rel="nofollow">the Apache Software Foundation website</a>.



</p><div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/apache/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>
