<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/xml/tags/apache</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 14:07:32 GMT</pubDate>
<item>
<title>(XML) Minimal Apache Ant build.xml - jerryvig</title>
<link>http://snipplr.com/view/58419/minimal-apache-ant-buildxml/</link>
<description><![CDATA[ <p>This is a minimal apache ant build.xml file that will quickly do all the things that you will generally want to do, including compiling and building a simple Java project to class files and jars. It provides targets to compile the class files and jars and to run the main class. The fields marked "My Project Name Here" and "My Main Class Here" are the fields that need to be modified for your project. To start create a directory for your project with subdirectories "lib" and "src" and place the build.xml file in the same directory. Place the Java sources in the "src" directory. Type "ant build" to compile and "ant run" to test and run the main class. 


build  build.xml  lib   src</p> ]]></description>
<pubDate>Sat, 03 Sep 2011 16:56:40 GMT</pubDate>
<guid>http://snipplr.com/view/58419/minimal-apache-ant-buildxml/</guid>
</item>
<item>
<title>(XML) Spring-Apache Commons DBCP Pool Configuration - hkarakose</title>
<link>http://snipplr.com/view/49777/springapache-commons-dbcp-pool-configuration/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Feb 2011 03:04:55 GMT</pubDate>
<guid>http://snipplr.com/view/49777/springapache-commons-dbcp-pool-configuration/</guid>
</item>
<item>
<title>(XML) Rewrite underscores to hyphens for SEO URL - LeeRJohnson</title>
<link>http://snipplr.com/view/40574/rewrite-underscores-to-hyphens-for-seo-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Sep 2010 12:04:08 GMT</pubDate>
<guid>http://snipplr.com/view/40574/rewrite-underscores-to-hyphens-for-seo-url/</guid>
</item>
<item>
<title>(XML) htaccess one-liner for MT URL restructuring - ches</title>
<link>http://snipplr.com/view/3315/htaccess-oneliner-for-mt-url-restructuring/</link>
<description><![CDATA[ <p>Build URLs for subcategories, e.g. 'cat-child-support.html' becomes '/family-law/child-support/'</p> ]]></description>
<pubDate>Wed, 18 Jul 2007 13:45:46 GMT</pubDate>
<guid>http://snipplr.com/view/3315/htaccess-oneliner-for-mt-url-restructuring/</guid>
</item>
<item>
<title>(XML) Setting Up A Virtual Host (vhost) on Mac OS X and Gracefully Restarting Apache Web Server - jonhenshaw</title>
<link>http://snipplr.com/view/1058/setting-up-a-virtual-host-vhost-on-mac-os-x-and-gracefully-restarting-apache-web-server/</link>
<description><![CDATA[ <p>A great way to work on website in Mac OS X is to set up a vhost. Doing so is very easy. In System Preferences click on Sharing and then make sure you have Personal Web Sharing turned on. Then, open or create your vhosts.conf file (/private/etc/httpd/users/vhosts.conf). Enter the VirtualHost information (see snippet below). The ServerName can be anything and the DocumentRoot should be the path to the folder where you want to build the website. Lastly, open the Terminal and enter the command below. It will restart Apache and will enable your new vhost.</p> ]]></description>
<pubDate>Mon, 11 Sep 2006 17:49:11 GMT</pubDate>
<guid>http://snipplr.com/view/1058/setting-up-a-virtual-host-vhost-on-mac-os-x-and-gracefully-restarting-apache-web-server/</guid>
</item>
</channel>
</rss>