<?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>TechiePark &#187; Apache</title>
	<atom:link href="http://www.techiepark.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:00: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>How to enable GZIP Compression in Apache Server to Speed up Website</title>
		<link>http://www.techiepark.com/tutorials/how-to-enable-gzip-compression-in-apache-server-to-speed-up-website/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-enable-gzip-compression-in-apache-server-to-speed-up-website/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 09:56:54 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[gzip compression]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[speed up website]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=736</guid>
		<description><![CDATA[Compression is a simple and effective way to speed up your site. Modern browsers supports gzip compressed content and are capable of uncompressing gzip data into plain text. The gzip module configuration depends on your Apache Server version: Apache 1.3 uses mod_gzip while Apache 2.x uses mod_deflate. mod_gzip configuration for Apache 1.3.x: &#60;IfModule mod_gzip.c&#62; mod_gzip_on [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-enable-gzip-compression-in-apache-server-to-speed-up-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Open Source WAMP Based web-server softwares for Windows</title>
		<link>http://www.techiepark.com/resources/open-source-wamp-based-web-server-softwares-for-windows/</link>
		<comments>http://www.techiepark.com/resources/open-source-wamp-based-web-server-softwares-for-windows/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:07:34 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=644</guid>
		<description><![CDATA[WAMPs are packages of independently-created programs installed on computers that use a Microsoft Windows operating system. &#8220;WAMP&#8221; is an acronym formed from the initials of the operating system (Windows) and the components: Apache, MySQL and PHP (or Perl or Python). Here I&#8217;m listing few such open source WAMP packages. 1. WampServer WampServer is a Windows [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/resources/open-source-wamp-based-web-server-softwares-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Directory Listing PHP Script</title>
		<link>http://www.techiepark.com/resources/simple-directory-listing-php-script/</link>
		<comments>http://www.techiepark.com/resources/simple-directory-listing-php-script/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 05:58:35 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=633</guid>
		<description><![CDATA[Simple Directory Listing Simple Directory Listing is a single file php script which functions as directory listing in an apache http server. This script provides many useful functions like - Copy/Move, rename, delete directories Download files(pass through the php script) Read/Edit files Create a file/folder Upload files Set a particular folder as a &#8220;virtual root&#8221; [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/resources/simple-directory-listing-php-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Add &#8211; Remove the WWW Prefix from Domain Name Using .htaccess</title>
		<link>http://www.techiepark.com/tutorials/how-to-add-remove-the-www-prefix-from-domain-name-using-htaccess/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-add-remove-the-www-prefix-from-domain-name-using-htaccess/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 10:46:44 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=567</guid>
		<description><![CDATA[To avoid duplicate content problem with search engines, you have to redirect all pages to one common URL. This you can achieve using mod_rewrite of apache and .htaccess. To redirect any URL starting with www.domain.tld to domain.tld, you have to add the following code to .htaccess file. Do a 301 redirect for all http requests [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-add-remove-the-www-prefix-from-domain-name-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Xml sitemap Generators</title>
		<link>http://www.techiepark.com/resources/xml-sitemap-generators/</link>
		<comments>http://www.techiepark.com/resources/xml-sitemap-generators/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:52:42 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=527</guid>
		<description><![CDATA[What are Sitemaps? Source : sitemaps.org Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/resources/xml-sitemap-generators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Open Source Caching Solutions</title>
		<link>http://www.techiepark.com/software-tools/java-open-source-caching-solutions/</link>
		<comments>http://www.techiepark.com/software-tools/java-open-source-caching-solutions/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:02:27 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Caching Solutions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=523</guid>
		<description><![CDATA[1. OSCache &#8211; OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It provides both in memory and persistent on disk caches, and can allow your site to have graceful error tolerance (eg if an [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/software-tools/java-open-source-caching-solutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache Tomcat monitor for OutofMemory Errors and other errors</title>
		<link>http://www.techiepark.com/software-tools/apache-tomcat-monitor-for-outofmemory-errors-and-other-errors/</link>
		<comments>http://www.techiepark.com/software-tools/apache-tomcat-monitor-for-outofmemory-errors-and-other-errors/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:09:57 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[outofmemory]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=516</guid>
		<description><![CDATA[Monitor4Tomcat &#8211; is a set of scripts that can be used to restart Tomcat when exceptions or other errors have occurred in the application. These scripts can help your Apache Tomcat application to continue to run in the face of OutOfMemory exceptions or other un-expected exceptions. The script will check for OutOfMemory exceptions in the [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/software-tools/apache-tomcat-monitor-for-outofmemory-errors-and-other-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Cache Control Using Apache 2.x and mod_expires</title>
		<link>http://www.techiepark.com/tutorials/website-cache-control-using-apache-2-x-and-mod_expires/</link>
		<comments>http://www.techiepark.com/tutorials/website-cache-control-using-apache-2-x-and-mod_expires/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 06:12:02 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[mod expires]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=509</guid>
		<description><![CDATA[mod_expires &#8211; This module controls the setting of the Expires HTTP header in server responses. The expiration date can set to be relative to either the time the source file was last modified, or to the time of the client access. The Expires HTTP header is an instruction to the client about the document&#8217;s validity [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/website-cache-control-using-apache-2-x-and-mod_expires/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install Tomcat Administration apps</title>
		<link>http://www.techiepark.com/tutorials/how-to-install-tomcat-administration-apps/</link>
		<comments>http://www.techiepark.com/tutorials/how-to-install-tomcat-administration-apps/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:08:41 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=405</guid>
		<description><![CDATA[1. To download tomcat admin apps click here and unzip or untar the file containing the administration web app files and do following. 2. Go to the location apache-tomcat-5.5.28-admin\apache-tomcat-5.5.28\conf\Catalina\localhost and move admin.xml to C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost 3. Go to the location &#8220;apache-tomcat-5.5.28-admin\apache-tomcat-5.5.28\server\webapps\&#8221; and copy admin folder to C:\Program Files\Apache Software Foundation\Tomcat 5.5\server\webapps 4. [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-to-install-tomcat-administration-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating a Certificate Signing Request (CSR) for Jakarta Tomcat</title>
		<link>http://www.techiepark.com/tutorials/generating-a-certificate-signing-request-csr-for-jakarta-tomcat/</link>
		<comments>http://www.techiepark.com/tutorials/generating-a-certificate-signing-request-csr-for-jakarta-tomcat/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 04:58:05 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=288</guid>
		<description><![CDATA[Step 1: Prepare your Tomcat server If you are not using JDK 1.4 or higher, you must download and install &#8220;Java Secure Socket Extensions&#8221; JSSE. You can download JSSE from http://java.sun.com/products/jsse/. Step 2: Generate a Private Key Use the keytool command to create the private key file: keytool -genkey -keyalg RSA -keystore yourdomainname.key The following [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/generating-a-certificate-signing-request-csr-for-jakarta-tomcat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

