<?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>LinuxZone.Org &#187; Web</title>
	<atom:link href="http://www.linuxzone.org/index.php/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxzone.org</link>
	<description>Linux Blog</description>
	<lastBuildDate>Fri, 18 Dec 2009 17:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to have Tomcat bind to port 80 and still run as a non-root user</title>
		<link>http://www.linuxzone.org/index.php/2008/07/how-to-have-tomcat-bind-to-port-80-and-still-run-as-a-non-root-user/</link>
		<comments>http://www.linuxzone.org/index.php/2008/07/how-to-have-tomcat-bind-to-port-80-and-still-run-as-a-non-root-user/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tomcat JSVC]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=21</guid>
		<description><![CDATA[In order to have Tomcat listen on port 80, you either have to have it running as root (which by the way is not a very good idea), or configure a wrapper like JSCV. Here is how you do it (This is an example using tomcat 6 please adapt to your install): # cd /opt/apache-tomcat-6.0.16/bin/ [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/07/how-to-have-tomcat-bind-to-port-80-and-still-run-as-a-non-root-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic VirtualHost using mod_vhost_alias</title>
		<link>http://www.linuxzone.org/index.php/2008/03/dynamic-virtualhosts-using-mod_vhost_alias/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/dynamic-virtualhosts-using-mod_vhost_alias/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 22:51:52 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[dynamic virtualhost]]></category>
		<category><![CDATA[mod_vhost_alias]]></category>
		<category><![CDATA[virtual host]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=18</guid>
		<description><![CDATA[I was looking into a solution for a customer and mod_vhost_alias came in handy. Lets say you want to host blogs for several people and you want to host them on the following subdomain format: blogname.crazyblogs.com. Instead of having a separate virtual host for each one, you can do something like this: &#60;VirtualHost 123.111.222.123:80&#62; UseCanonicalName [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/dynamic-virtualhosts-using-mod_vhost_alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caching with mod_file_cache</title>
		<link>http://www.linuxzone.org/index.php/2008/03/caching-with-mod_file_cache/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/caching-with-mod_file_cache/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 06:11:12 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=9</guid>
		<description><![CDATA[One of my co-workers today was working with mod_file_cache, and I thought I would put it in my blog. Customer had a lot of static files that were called a lot and wanted to reduce I/O wait without paying for a CDN. We thought mod_file_cache was the best solution. The process is pretty straight forward [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/caching-with-mod_file_cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Urchin Migration</title>
		<link>http://www.linuxzone.org/index.php/2008/02/urchin-migration/</link>
		<comments>http://www.linuxzone.org/index.php/2008/02/urchin-migration/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 02:37:48 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[urchin]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=7</guid>
		<description><![CDATA[I worked on a few Urchin migrations this month so I&#8217;m posting the steps. Very simple and straight forward: 1. First copy '/usr/local/urchin/data' directory from the old server to the same location on the new server. 2. On the old server, run: /usr/local/urchin/util/uconf-export -f filename and copy the output file to the new server 3. [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/02/urchin-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat 6 Intall</title>
		<link>http://www.linuxzone.org/index.php/2008/02/tomcat-6-intall/</link>
		<comments>http://www.linuxzone.org/index.php/2008/02/tomcat-6-intall/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 07:14:43 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://linuxzone.org/wordpress/?p=5</guid>
		<description><![CDATA[This is a step by step stand alone installation of Tomcat 6 JDK Install: fetch JDK @ http://java.sun.com/ # sh jdk-6u4-linux-i586-rpm.bin accept license set java home and path: # JAVA_HOME=/usr/java/jdk1.6.0_04/ # export JAVA_HOME # PATH=$JAVA_HOME/bin:$PATH # export PATH # which java Make it happen at boot time: # cd /etc/profile.d # vi /etc/profile.d/jdk.sh add the [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/02/tomcat-6-intall/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
