<?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>SupportSages &#187; lighttpd</title>
	<atom:link href="http://www.supportsages.com/blog/tag/lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportsages.com/blog</link>
	<description>Technical Support and Server Management : Musings in the fox hole.</description>
	<lastBuildDate>Fri, 16 Jul 2010 02:47:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>lxadmin aka Kloxo not listening in a centos after a default installation. Please help!</title>
		<link>http://www.supportsages.com/blog/2009/05/lxadmin-aka-kloxo-not-listening-in-a-centos-after-a-default-installation-please-help/</link>
		<comments>http://www.supportsages.com/blog/2009/05/lxadmin-aka-kloxo-not-listening-in-a-centos-after-a-default-installation-please-help/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:06:25 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[kloxo]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[lxadmin]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=361</guid>
		<description><![CDATA[Klaxo was installed without any errors. But still inside the server Klaxo and the stuffs were working, but from a browser in the WWW, it isn't and hows cannot be found or page cannot be displayed errors

telnet ip.ip.ip.ip 7777 was working from inside the server, but not from outside network. It was showing,
<code>
telnet  ip.ip.ip.ip 7777
Trying  ip.ip.ip.ip...
telnet: Unable to connect to remote host: No route to host</code>

It was returning the same for every port, except 22. In a normal situation, if the port 22 also was not working, the issue could have been network related, but in this case ...]]></description>
			<content:encoded><![CDATA[<p>Klaxo was installed without any errors. But still inside the server Klaxo and the stuffs were working, but from a browser in the WWW, it isn&#8217;t and hows cannot be found or page cannot be displayed errors</p>
<p>telnet ip.ip.ip.ip 7777 was working from inside the server, but not from outside network. It was showing,<br />
<code><br />
telnet  ip.ip.ip.ip 7777<br />
Trying  ip.ip.ip.ip...<br />
telnet: Unable to connect to remote host: No route to host</code></p>
<p>It was returning the same for every port, except 22. In a normal situation, if the port 22 also was not working, the issue could have been network related, but in this case port 22 was working fine. So the issue was not related to networking, but &#8230;&#8230; ? Guess what ?</p>
<p>Yes. Any seasoned administrator should have guessed the answer to be the firewall and yes that was right. The iptables ruleset had a line which says,</p>
<p><code>REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited</code></p>
<p>Deleted that line and things went smooth after that.</p>
<p>Don&#8217;t forget to run save the iptables rules, by executing the commands below,<br />
<code><br />
[root@server ~]# iptables -D RH-Firewall-1-INPUT  10<br />
[root@server ~]# /etc/init.d/iptables save<br />
Saving firewall rules to /etc/sysconfig/iptables:          [  OK  ]<br />
[root@server ~]# iptables-save</code></p>
<p align="left"><a  class="tt" href="http://twitter.com/home/?status=lxadmin+aka+Kloxo+not+listening+in+a+centos+after+a+default+installation.+Please+help%21+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F361" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=lxadmin+aka+Kloxo+not+listening+in+a+centos+after+a+default+installation.+Please+help%21+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F361" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/05/lxadmin-aka-kloxo-not-listening-in-a-centos-after-a-default-installation-please-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix blank lxadmin page</title>
		<link>http://www.supportsages.com/blog/2009/05/how-to-fix-blank-lxadmin-page/</link>
		<comments>http://www.supportsages.com/blog/2009/05/how-to-fix-blank-lxadmin-page/#comments</comments>
		<pubDate>Fri, 01 May 2009 13:30:47 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[hypervm]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[lxadmin]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=129</guid>
		<description><![CDATA[There could be lots of reasons why this could happen. But for this client when I checked the lxadmin logs at <em>/usr/local/lxlabs/lxadmin/log/lighttpd_error.log</em> , it showed me, 

<blockquote>
2009-05-01 05:27:39: (mod_cgi.c.998) CGI failed: Permission denied /usr/local/lxlabs/lxadmin/file/phpsuexec.sh mod_cgi.c.1001: aborted
2009-05-01 05:27:51: (mod_cgi.c.998) CGI failed: Permission denied /usr/local/lxlabs/lxadmin/file/phpsuexec.sh mod_cgi.c.1001: aborted</blockquote>

To fix this, please run

<blockquote>/script/fixweb</blockquote>

]]></description>
			<content:encoded><![CDATA[<p>There could be lots of reasons why this could happen. But for this client when I checked the lxadmin logs at <em>/usr/local/lxlabs/lxadmin/log/lighttpd_error.log</em> , it showed me, </p>
<blockquote><p>
2009-05-01 05:27:39: (mod_cgi.c.998) CGI failed: Permission denied /usr/local/lxlabs/lxadmin/file/phpsuexec.sh mod_cgi.c.1001: aborted<br />
2009-05-01 05:27:51: (mod_cgi.c.998) CGI failed: Permission denied /usr/local/lxlabs/lxadmin/file/phpsuexec.sh mod_cgi.c.1001: aborted</p></blockquote>
<p>To fix this, please run</p>
<blockquote><p>/script/fixweb</p></blockquote>
<p align="left"><a  class="tt" href="http://twitter.com/home/?status=How+to+fix+blank+lxadmin+page+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F129" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=How+to+fix+blank+lxadmin+page+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F129" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/05/how-to-fix-blank-lxadmin-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
