<?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</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/apache/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 Force SSL Connections with a Website</title>
		<link>http://blog.infusiontechsolutions.com/how-to-force-ssl-connections-with-a-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-force-ssl-connections-with-a-website</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-force-ssl-connections-with-a-website/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 03:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[host request]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[linux servers]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[port 443]]></category>
		<category><![CDATA[request uri]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[rewriterule]]></category>
		<category><![CDATA[ssl connections]]></category>
		<category><![CDATA[website directory]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=178</guid>
		<description><![CDATA[You can force visitors of your website to use SSL connections (HTTPS) if your web server uses Apache for its web services. Most web hosting providers use Apache for their Linux servers. To automatically redirect someone to the SSL (HTTPS) version of your website place the following at the top level of your website directory [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-force-ssl-connections-with-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Parse error: syntax error, unexpected $end</title>
		<link>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-parse-error-syntax-error-unexpected-end</link>
		<comments>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 22:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache error log]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[error syntax error]]></category>
		<category><![CDATA[parse error syntax error unexpected end]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php web]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=160</guid>
		<description><![CDATA[The following error may appear in your Apache error log file or displayed on a PHP web page: Parse Error: syntax error, unexpected $end in ….. scripts.php on line … If you are running PHP 5 then that means you probably need to enable the PHP configuration file option &#8220;short_open_tag&#8221;. In your php.ini file enable [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>How to Install an ipsCA SSL Certificate in OS X</title>
		<link>http://blog.infusiontechsolutions.com/how-to-install-an-ipsca-ssl-certificate-in-os-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-an-ipsca-ssl-certificate-in-os-x</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-install-an-ipsca-ssl-certificate-in-os-x/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 04:19:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ca]]></category>
		<category><![CDATA[certificate authority]]></category>
		<category><![CDATA[certificate request]]></category>
		<category><![CDATA[csr]]></category>
		<category><![CDATA[educational institutions]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[ipsca]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ssl certificate]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=132</guid>
		<description><![CDATA[ipsCA is a company that sells SSL certificates. Their SSL certificates are recognized by all the major browsers so you don&#8217;t need to worry about manually installing additional Certificate Authority (CA) certificates into your users&#8217; web browsers like you have to do with CA companies whose certificates are not included by default in the major [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-install-an-ipsca-ssl-certificate-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10.5 Leopard &#8211; Change the Version of Apache that Starts Up</title>
		<link>http://blog.infusiontechsolutions.com/105-leopard-change-the-version-of-apache-that-starts-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=105-leopard-change-the-version-of-apache-that-starts-up</link>
		<comments>http://blog.infusiontechsolutions.com/105-leopard-change-the-version-of-apache-that-starts-up/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 18:36:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache 1.3]]></category>
		<category><![CDATA[apache 2]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[server admin]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/105-leopard-change-the-version-of-apache-that-starts-up/</guid>
		<description><![CDATA[A clean install of MacOS X 10.5 Leopard will result in Apache 2 being the default version of Apache that starts up when you enable the web service. If you performed an upgrade to Leopard from a Tiger install then Apache version 1.3 will be the default version of Apache that starts up. MacOS X [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/105-leopard-change-the-version-of-apache-that-starts-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

