<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Lighttpd on Cpanel VPS</title>
	<atom:link href="http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html</link>
	<description>Stuff that catches a Passionate Programmer's Eye</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:30:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gabe</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-136371</link>
		<dc:creator>gabe</dc:creator>
		<pubDate>Fri, 14 Aug 2009 21:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-136371</guid>
		<description>Hi how would i configure lighttpd to stream media using whm cpanel</description>
		<content:encoded><![CDATA[<p>Hi how would i configure lighttpd to stream media using whm cpanel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rico</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-136362</link>
		<dc:creator>rico</dc:creator>
		<pubDate>Tue, 23 Jun 2009 19:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-136362</guid>
		<description>I configured lighty 

IP:80

Apache too
But then apache not starts it says Addres already in Use.

Sure i try it to restart Apache the Same Error</description>
		<content:encoded><![CDATA[<p>I configured lighty </p>
<p>IP:80</p>
<p>Apache too<br />
But then apache not starts it says Addres already in Use.</p>
<p>Sure i try it to restart Apache the Same Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-136359</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-136359</guid>
		<description>Did you restart Apache after removing the IP you want Lighty to use?</description>
		<content:encoded><![CDATA[<p>Did you restart Apache after removing the IP you want Lighty to use?</p>
 <a href="http://coderseye.com/wp-content/plugins/cubepoints/cp_about.php?u=1&width=500&height=200" title="CubePoints - About" class="thickbox">?</a>]]></content:encoded>
	</item>
	<item>
		<title>By: rico</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-136356</link>
		<dc:creator>rico</dc:creator>
		<pubDate>Mon, 08 Jun 2009 01:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-136356</guid>
		<description>hey

this is not working lol.
i modified apaches httpd conf correctly to that remote ip but then lighty says that addr already on use. why ? that now</description>
		<content:encoded><![CDATA[<p>hey</p>
<p>this is not working lol.<br />
i modified apaches httpd conf correctly to that remote ip but then lighty says that addr already on use. why ? that now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-69027</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 26 Jun 2008 17:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-69027</guid>
		<description>I believe you would comment out that 0.0.0.0 line.</description>
		<content:encoded><![CDATA[<p>I believe you would comment out that 0.0.0.0 line.</p>
 <a href="http://coderseye.com/wp-content/plugins/cubepoints/cp_about.php?u=2&width=500&height=200" title="CubePoints - About" class="thickbox">?</a>]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Davis</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-69020</link>
		<dc:creator>Dustin Davis</dc:creator>
		<pubDate>Thu, 26 Jun 2008 16:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-69020</guid>
		<description>Thanks for taking the time to write this.

I&#039;ve got a VPS from Liquidweb with cPanel

I get hung up on step 6. In my httpd.conf is a slightly different location:

/etc/httpd/conf/httpd.conf

I have the following lines in my cofig file:
# Defined in /var/cpanel/cpanel.config: apache_port
Listen 0.0.0.0:80

I tried adding my base url after this line and all my sites stopped working. Do I replace the 0.0.0.0? Do I edit the /var/cpanel/cpanl.config file?</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to write this.</p>
<p>I&#8217;ve got a VPS from Liquidweb with cPanel</p>
<p>I get hung up on step 6. In my httpd.conf is a slightly different location:</p>
<p>/etc/httpd/conf/httpd.conf</p>
<p>I have the following lines in my cofig file:<br />
# Defined in /var/cpanel/cpanel.config: apache_port<br />
Listen 0.0.0.0:80</p>
<p>I tried adding my base url after this line and all my sites stopped working. Do I replace the 0.0.0.0? Do I edit the /var/cpanel/cpanl.config file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dingman</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-50568</link>
		<dc:creator>Jonathan Dingman</dc:creator>
		<pubDate>Mon, 24 Mar 2008 03:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-50568</guid>
		<description>Great tutorial, exactly what I was looking for.

As a side note, I&#039;m a strong supporter of LiquidWeb, glad to see another fan out there.

I&#039;ve been using LiquidWeb for coming on two years now, they&#039;ve been a great host.</description>
		<content:encoded><![CDATA[<p>Great tutorial, exactly what I was looking for.</p>
<p>As a side note, I&#8217;m a strong supporter of LiquidWeb, glad to see another fan out there.</p>
<p>I&#8217;ve been using LiquidWeb for coming on two years now, they&#8217;ve been a great host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: News Glutton &#187; Blog Archive &#187; Lighttpd on Cpanel VPS</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-32609</link>
		<dc:creator>News Glutton &#187; Blog Archive &#187; Lighttpd on Cpanel VPS</dc:creator>
		<pubDate>Thu, 03 Jan 2008 23:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-32609</guid>
		<description>[...] cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at &#8230; (link) [...]</description>
		<content:encoded><![CDATA[<p>[...] cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at &#8230; (link) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It&#8217;s My Life &#187; [Links]Nov 12, 2007</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-23764</link>
		<dc:creator>It&#8217;s My Life &#187; [Links]Nov 12, 2007</dc:creator>
		<pubDate>Mon, 12 Nov 2007 18:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-23764</guid>
		<description>[...] Lighttpd on Cpanel VPS Tags: none Related posts: [...]</description>
		<content:encoded><![CDATA[<p>[...] Lighttpd on Cpanel VPS Tags: none Related posts: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ligesh</title>
		<link>http://coderseye.com/2007/lighttpd-on-cpanel-vps.html/comment-page-1#comment-6432</link>
		<dc:creator>ligesh</dc:creator>
		<pubDate>Sat, 26 May 2007 03:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/lighttpd-on-cpanel-vps.html#comment-6432</guid>
		<description>If you need a CP that supports both lighty and apache natively, you can check out http://lxlabs.com/software/lxadmin-sse/

 Thanks.</description>
		<content:encoded><![CDATA[<p>If you need a CP that supports both lighty and apache natively, you can check out <a href="http://lxlabs.com/software/lxadmin-sse/" rel="nofollow">http://lxlabs.com/software/lxadmin-sse/</a></p>
<p> Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->