<?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>Infusion Technology Solutions Blog&#187; apache module</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/apache-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +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 Check if an Apache Module Has Been Loaded</title>
		<link>http://blog.infusiontechsolutions.com/how-to-check-if-an-apache-module-has-been-loaded/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-check-if-an-apache-module-has-been-loaded</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-check-if-an-apache-module-has-been-loaded/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:19:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache configuration]]></category>
		<category><![CDATA[apache directive]]></category>
		<category><![CDATA[apache documentation]]></category>
		<category><![CDATA[apache module]]></category>
		<category><![CDATA[configuration httpd]]></category>
		<category><![CDATA[configuration settings]]></category>
		<category><![CDATA[directive]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[ifmodule]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=146</guid>
		<description><![CDATA[Sometimes it is useful in the Apache configuration httpd.conf file to only apply configuration settings if a particular module has already been loaded. Or it is useful to load settings in the event an Apache module has not been loaded. Here is how to handle both cases: &#60;IfModule module_identifier&#62; # do these Apache settings if [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-check-if-an-apache-module-has-been-loaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

