<?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>web development helpdesk &#187; apache</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>POIFS, HSSF or XSSF?</title>
		<link>http://helpdesk.objects.com.au/java/poifs-hssf-or-xssf?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=poifs-hssf-or-xssf</link>
		<comments>http://helpdesk.objects.com.au/java/poifs-hssf-or-xssf#comments</comments>
		<pubDate>Sun, 21 Nov 2010 23:51:36 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[HSSF]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OLE2]]></category>
		<category><![CDATA[OOXML]]></category>
		<category><![CDATA[POI]]></category>
		<category><![CDATA[POIFS]]></category>
		<category><![CDATA[SS]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[XLS]]></category>
		<category><![CDATA[XLSX]]></category>
		<category><![CDATA[XSSF]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1676</guid>
		<description><![CDATA[The Apache POI project helps you read and write Microsoft OLE2 and Office Open XML (OOXML) documents. OLE2 includes Excel (XLS), Word (DOC) and Powerpoint (PPT) files. Office Open XML Format is the new standards based XML file format found in Microsoft Office 2007 and 2008. This includes XLSX, DOCX and PPTX files. Use POIFS [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/poifs-hssf-or-xssf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable PHP on Mac Leopard</title>
		<link>http://helpdesk.objects.com.au/application-server/enable-php-on-mac-leopard?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-php-on-mac-leopard</link>
		<comments>http://helpdesk.objects.com.au/application-server/enable-php-on-mac-leopard#comments</comments>
		<pubDate>Mon, 06 Sep 2010 08:12:20 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[application server]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macos]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1567</guid>
		<description><![CDATA[Leopard (10.5) was the first release of MacOS that included PHP 5 support. However by default it is disabled. To enable it you need to uncomment (remove the #) from the following line in /private/etc/apache2/httpd.conf. #LoadModule php5_module libexec/apache2/libphp5.so Then restart apache sudo /usr/sbin/apachectl restart Related posts: How to stop logging to catalina.out with Tomcat 6.0 [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/application-server/enable-php-on-mac-leopard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading ResultSet into a List</title>
		<link>http://helpdesk.objects.com.au/java/reading-resultset-into-a-list?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reading-resultset-into-a-list</link>
		<comments>http://helpdesk.objects.com.au/java/reading-resultset-into-a-list#comments</comments>
		<pubDate>Sun, 11 Oct 2009 03:12:38 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[jdbc DBUtil]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[ResultSet]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1309</guid>
		<description><![CDATA[The DBUtil library from Apache provides a set of class for doing a variety of standard database tasks. eg. To make a query becomes as simple as the following, providing the result set as a List of arrays where each list elements contains a row. QueryRunner runner = new QueryRunner(); ArrayListHandler handler = new ArrayListHandler(); [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/reading-resultset-into-a-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is web server document root on Mac?</title>
		<link>http://helpdesk.objects.com.au/java/where-is-web-server-document-root-on-mac?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=where-is-web-server-document-root-on-mac</link>
		<comments>http://helpdesk.objects.com.au/java/where-is-web-server-document-root-on-mac#comments</comments>
		<pubDate>Wed, 06 May 2009 02:41:01 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=942</guid>
		<description><![CDATA[By default you can find the document root for Apache on a Mac (Leopard) in the following location. /Library/WebServer/Documents/ Related posts: How to insert new root Node in XML DOM Document? To insert a new root node into an existing DOM... How do I create a DOM Document from an XML file? DocumentBuilderFactory factory = [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/where-is-web-server-document-root-on-mac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I hide Apache version details?</title>
		<link>http://helpdesk.objects.com.au/html/how-do-i-hide-apache-version-details?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-hide-apache-version-details</link>
		<comments>http://helpdesk.objects.com.au/html/how-do-i-hide-apache-version-details#comments</comments>
		<pubDate>Sun, 22 Feb 2009 02:52:35 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ServerSignature]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=809</guid>
		<description><![CDATA[Apache installations often announce lots of information about what they are running such as what OS is being used, the version of Apache, and what Apache Modules are loaded. To disable this, add the following to your httpd.conf ServerSignature Off Related posts: How to determine Fedora Core version number You can find the Fedora core [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/html/how-do-i-hide-apache-version-details/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

