<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Serbian Cafe</title>
	<atom:link href="http://serbiancafe.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://serbiancafe.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 03 Aug 2009 20:21:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Apache&#8217;s ProxyPass on Ubuntu by roger ruby gems rdocs</title>
		<link>http://serbiancafe.wordpress.com/2006/10/20/apaches-proxypass-on-ubuntu/#comment-328</link>
		<dc:creator>roger ruby gems rdocs</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2006/10/20/apaches-proxypass-on-ubuntu/#comment-328</guid>
		<description>I needed a2enmod proxy_http as well</description>
		<content:encoded><![CDATA[<p>I needed a2enmod proxy_http as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leopard fixes by Hatem Nassrat</title>
		<link>http://serbiancafe.wordpress.com/2007/10/28/leopard-fixes/#comment-326</link>
		<dc:creator>Hatem Nassrat</dc:creator>
		<pubDate>Sat, 11 Apr 2009 18:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2007/10/28/leopard-fixes/#comment-326</guid>
		<description>I am using tiger, an I found this problem. I am an iTerm user, but I found its annoyingly slow with their latest update, its eating up all my CPU !!!.

Anyways, I found that Terminal.app will not run and will give the anoying:

    &quot;The administrator has set your shell to an illegal value”

Message if the shell is set to anything other than /bin/bash. Since I installed bash 3.2 using fink, I was using /usr/bin/bash (which is a symlink to /sw/bin/bash). So what I did to fix this was (of course using iterm, since term doesnt open).

   sudo mv /bin/bash{,.old}
   sudo ln -s /usr/bin/bash /bin/bash

Then I went into &quot;NetInfo Manager&quot; and changed my shell back to &quot;/bin/bash&quot;, and everything is cool again.

I am not sure when this issue started apparing, since I was using iTerm, but I am suspecting this was brooken in some Apple updae of some sort.</description>
		<content:encoded><![CDATA[<p>I am using tiger, an I found this problem. I am an iTerm user, but I found its annoyingly slow with their latest update, its eating up all my CPU !!!.</p>
<p>Anyways, I found that Terminal.app will not run and will give the anoying:</p>
<p>    &#8220;The administrator has set your shell to an illegal value”</p>
<p>Message if the shell is set to anything other than /bin/bash. Since I installed bash 3.2 using fink, I was using /usr/bin/bash (which is a symlink to /sw/bin/bash). So what I did to fix this was (of course using iterm, since term doesnt open).</p>
<p>   sudo mv /bin/bash{,.old}<br />
   sudo ln -s /usr/bin/bash /bin/bash</p>
<p>Then I went into &#8220;NetInfo Manager&#8221; and changed my shell back to &#8220;/bin/bash&#8221;, and everything is cool again.</p>
<p>I am not sure when this issue started apparing, since I was using iTerm, but I am suspecting this was brooken in some Apple updae of some sort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on lighttpd configuration files for multiple rails apps by greenpossum</title>
		<link>http://serbiancafe.wordpress.com/2005/12/05/lighttpd-configuration-files-for-multiple-rails-apps/#comment-325</link>
		<dc:creator>greenpossum</dc:creator>
		<pubDate>Wed, 21 Jan 2009 02:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2005/12/05/lighttpd-configuration-files-for-multiple-rails-apps/#comment-325</guid>
		<description>Thanks for this tip.

But I found that I had to use the $HTTP[&quot;host&quot;] matching against the virtual host name instead of $HTTP[&quot;url&#039;] matching against the first part of the path to make it work. Otherwise I got a 404 like Ryan did. Looking at the logs, it seems that aside from the top page, and maybe static pages (I don&#039;t know), the other requests went to the main host, not the virtual host. The condition log showed some requests for dispatch.cgi which were not matched by the virtual host.

I don&#039;t know if the lighttpd version has anything to do with it, I&#039;m running 1.4.20. I could have sworn it was working with &quot;url&quot; before a recent update.

If you use &quot;host&quot; matching, then be sure to specify &quot;ProxyPreserveHost on&quot; on the Apache side, otherwise lighttpd doesn&#039;t get the original Host: header.</description>
		<content:encoded><![CDATA[<p>Thanks for this tip.</p>
<p>But I found that I had to use the $HTTP["host"] matching against the virtual host name instead of $HTTP["url'] matching against the first part of the path to make it work. Otherwise I got a 404 like Ryan did. Looking at the logs, it seems that aside from the top page, and maybe static pages (I don&#8217;t know), the other requests went to the main host, not the virtual host. The condition log showed some requests for dispatch.cgi which were not matched by the virtual host.</p>
<p>I don&#8217;t know if the lighttpd version has anything to do with it, I&#8217;m running 1.4.20. I could have sworn it was working with &#8220;url&#8221; before a recent update.</p>
<p>If you use &#8220;host&#8221; matching, then be sure to specify &#8220;ProxyPreserveHost on&#8221; on the Apache side, otherwise lighttpd doesn&#8217;t get the original Host: header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix /tmp 100% usage problems by Bookmarks about Mysql</title>
		<link>http://serbiancafe.wordpress.com/2008/07/23/how-to-fix-tmp-100-usage-problems/#comment-324</link>
		<dc:creator>Bookmarks about Mysql</dc:creator>
		<pubDate>Sat, 23 Aug 2008 22:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/?p=33#comment-324</guid>
		<description>[...] - bookmarked by 6 members originally found by GecoBit on 2008-08-08  How to fix /tmp 100% usage problems  http://serbiancafe.wordpress.com/?p=33 - bookmarked by 3 members originally found by JoyceRamgatie [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 6 members originally found by GecoBit on 2008-08-08  How to fix /tmp 100% usage problems  <a href="http://serbiancafe.wordpress.com/?p=33" rel="nofollow">http://serbiancafe.wordpress.com/?p=33</a> &#8211; bookmarked by 3 members originally found by JoyceRamgatie [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache&#8217;s ProxyPass on Ubuntu by Stephan Wehner</title>
		<link>http://serbiancafe.wordpress.com/2006/10/20/apaches-proxypass-on-ubuntu/#comment-323</link>
		<dc:creator>Stephan Wehner</dc:creator>
		<pubDate>Thu, 26 Jun 2008 06:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2006/10/20/apaches-proxypass-on-ubuntu/#comment-323</guid>
		<description>Thanks that helped. It seems to me that

ProxyPass        /  http://www.metak.com

should have a slash at the end

ProxyPass        /  http://www.metak.com/

since otherwise links to a page page.html become http://www.metak.compage.html (slash missing).

Stephan</description>
		<content:encoded><![CDATA[<p>Thanks that helped. It seems to me that</p>
<p>ProxyPass        /  <a href="http://www.metak.com" rel="nofollow">http://www.metak.com</a></p>
<p>should have a slash at the end</p>
<p>ProxyPass        /  <a href="http://www.metak.com/" rel="nofollow">http://www.metak.com/</a></p>
<p>since otherwise links to a page page.html become <a href="http://www.metak.compage.html" rel="nofollow">http://www.metak.compage.html</a> (slash missing).</p>
<p>Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding services to Linux startup by siva</title>
		<link>http://serbiancafe.wordpress.com/2005/12/17/adding-services-to-linux-startup/#comment-322</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Fri, 09 May 2008 18:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2005/12/17/adding-services-to-linux-startup/#comment-322</guid>
		<description>Thanks for the thread. It is really helpful.  Appreciated it.</description>
		<content:encoded><![CDATA[<p>Thanks for the thread. It is really helpful.  Appreciated it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim syntax coloring on CentOS by jcisio</title>
		<link>http://serbiancafe.wordpress.com/2007/07/22/vim-syntax-coloring-on-centos/#comment-321</link>
		<dc:creator>jcisio</dc:creator>
		<pubDate>Wed, 09 Apr 2008 17:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2007/07/22/vim-syntax-coloring-on-centos/#comment-321</guid>
		<description>You save me. I&#039;ve just bought a CentOS VPS.</description>
		<content:encoded><![CDATA[<p>You save me. I&#8217;ve just bought a CentOS VPS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding services to Linux startup by serbiancafe</title>
		<link>http://serbiancafe.wordpress.com/2005/12/17/adding-services-to-linux-startup/#comment-320</link>
		<dc:creator>serbiancafe</dc:creator>
		<pubDate>Fri, 28 Mar 2008 14:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2005/12/17/adding-services-to-linux-startup/#comment-320</guid>
		<description>You are welcome.

For level 3 the command would be:
cd /etc/rc.d/rc3.d/
ln -s /etc/rc.d/init.d/lighttpd</description>
		<content:encoded><![CDATA[<p>You are welcome.</p>
<p>For level 3 the command would be:<br />
cd /etc/rc.d/rc3.d/<br />
ln -s /etc/rc.d/init.d/lighttpd</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding services to Linux startup by jain</title>
		<link>http://serbiancafe.wordpress.com/2005/12/17/adding-services-to-linux-startup/#comment-319</link>
		<dc:creator>jain</dc:creator>
		<pubDate>Fri, 28 Mar 2008 09:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2005/12/17/adding-services-to-linux-startup/#comment-319</guid>
		<description>Can you exactly tell me the name of the link file 
i.e ln -s /etc.rc.d/init.d/lighttpd S

or exactly how you did it

thanks in advance</description>
		<content:encoded><![CDATA[<p>Can you exactly tell me the name of the link file<br />
i.e ln -s /etc.rc.d/init.d/lighttpd S</p>
<p>or exactly how you did it</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 7.10 (Gutsy Gibbon) works great on Gateway 200ARC installed on external USB hard disk by jarav</title>
		<link>http://serbiancafe.wordpress.com/2007/10/22/ubuntu-710-gutsy-gibbon-works-great-on-gateway-200arc-installed-on-external-usb-hard-disk/#comment-292</link>
		<dc:creator>jarav</dc:creator>
		<pubDate>Tue, 20 Nov 2007 07:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://serbiancafe.wordpress.com/2007/10/22/ubuntu-710-gutsy-gibbon-works-great-on-gateway-200arc-installed-on-external-usb-hard-disk/#comment-292</guid>
		<description>Thank you. Removing the internal hard disk in my laptop is out of the question. Let me see whether i can disable it in the bios.</description>
		<content:encoded><![CDATA[<p>Thank you. Removing the internal hard disk in my laptop is out of the question. Let me see whether i can disable it in the bios.</p>
]]></content:encoded>
	</item>
</channel>
</rss>