<?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>BLOGS@DiGiTSS &#187; Apache</title>
	<atom:link href="http://blogs.digitss.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:32:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<script type="text/javascript">
if (typeof Meebo == 'undefined') {
Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
(function(q){

	var args = arguments;
	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild); s=d.createElement('script');
	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
	b.insertBefore(s, b.firstChild);

})({network:'blogsdigitss_pi49bi'});	}</script>	<item>
		<title>mod_proxy &amp; mod_vhost_alias to host multiple domains on Web-Server and running Apache+IIS together</title>
		<link>http://blogs.digitss.com/apache/mod_proxy-mod_vhost_alias-to-host-multiple-domains-on-web-server-and-running-apache-iis-together/</link>
		<comments>http://blogs.digitss.com/apache/mod_proxy-mod_vhost_alias-to-host-multiple-domains-on-web-server-and-running-apache-iis-together/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 10:10:55 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=366</guid>
		<description><![CDATA[mod_proxy and mod_vhost_alias are two very important extensions/modules for Apache web-server. When it comes to hosting multiple websites on same Web-Server using Apache or requirement to run Apache and IIS together then mod_proxy and mod_vhost_alias  are key to succeed.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/mod_proxy-mod_vhost_alias-to-host-multiple-domains-on-web-server-and-running-apache-iis-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache on Windows 2008</title>
		<link>http://blogs.digitss.com/apache/installing-apache-on-windows-2008/</link>
		<comments>http://blogs.digitss.com/apache/installing-apache-on-windows-2008/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 14:36:32 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=322</guid>
		<description><![CDATA[It's not a easy drive when you are installing deploying your open-source application on Microsoft Windows 2008 Server. There was a nasty UAC - User Account Control which makes it difficult to configure Apache if we don't know about UAC on Windows 2008.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/installing-apache-on-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating 2048-bit CSR with OpenSSL</title>
		<link>http://blogs.digitss.com/apache/openssl/generating-2048-bit-csr-with-openssl/</link>
		<comments>http://blogs.digitss.com/apache/openssl/generating-2048-bit-csr-with-openssl/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:37:27 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[csr]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=321</guid>
		<description><![CDATA[As computer processing power is increasing everyday, so breaking 1024-bit private key algorithms will be possible by 2011. So we will need to generate minimum 2048-bit RSA Private Keys for new SSL Certificates or renewals.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/openssl/generating-2048-bit-csr-with-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster Page Loads with Apache mod_deflate output filtering</title>
		<link>http://blogs.digitss.com/apache/faster-page-loads-with-apache-mod_deflate-output-filtering/</link>
		<comments>http://blogs.digitss.com/apache/faster-page-loads-with-apache-mod_deflate-output-filtering/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 11:41:05 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=299</guid>
		<description><![CDATA[Apache 2.x is having module mod_deflate (mod_deflate.so) which can compress output irrespective of what scripting language you are using or even if you are serving a static but rich content website. If you are using PHP then there are ways available which can compress the output with buffering help but in that you need to write some code to make it happen but here we just need to enable mod_deflate module and add some configuration parameter and output compression will be taken care of by this module based on configuration provided.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/faster-page-loads-with-apache-mod_deflate-output-filtering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RSA server certificate CommonName (CN) does NOT match server name!?</title>
		<link>http://blogs.digitss.com/apache/openssl/rsa-server-certificate-commonname-cn-does-not-match-server-name/</link>
		<comments>http://blogs.digitss.com/apache/openssl/rsa-server-certificate-commonname-cn-does-not-match-server-name/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 18:32:16 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=245</guid>
		<description><![CDATA[SSL Library Error: 185073780 error:0B080074:x509 certificate]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/openssl/rsa-server-certificate-commonname-cn-does-not-match-server-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Allow only HTTPS access with .htaccess</title>
		<link>http://blogs.digitss.com/apache/allow-only-https-access-with-htaccess/</link>
		<comments>http://blogs.digitss.com/apache/allow-only-https-access-with-htaccess/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:58:11 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[https]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=233</guid>
		<description><![CDATA[If you want any of your web-directory to be accessed only via Secure HTTP (HTTPS) protocol then placing following code in ".htaccess" will make sure that any URL or Web-address will be converted from Http to Https.]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/allow-only-https-access-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to generate Certificate Signing Request (CSR) file with Apache OpenSSL</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/</link>
		<comments>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 19:57:46 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[csr]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/</guid>
		<description><![CDATA[When it comes to use SSL over apache, OpenSSL is there for us to do everything we want. XAMPP and WAMP both comes with OpenSSL compiled version of Apache, so it becomes quite handy to use it. But how to get SSL certificate for your website?For getting SSL certificate you need to ask your hosting [...]]]></description>
		<wfw:commentRss>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
