<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>cPanel Forums - cPanel and WHM Optimization</title>
		<link>http://forums.cpanel.net/</link>
		<description>Learn how to minimize memory consumption, conserve resources and further optimize a cPanel and WHM server.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 10:23:45 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>180</ttl>
		<image>
			<url>http://forums.cpanel.net/images/misc/rss.jpg</url>
			<title>cPanel Forums - cPanel and WHM Optimization</title>
			<link>http://forums.cpanel.net/</link>
		</image>
		<item>
			<title>EasyApache and parallel build with make -jN</title>
			<link>http://forums.cpanel.net/f189/easyapache-parallel-build-make-jn-138289.html</link>
			<pubDate>Tue, 17 Nov 2009 17:39:01 GMT</pubDate>
			<description><![CDATA[Is it possible to make EasyApache run make like "make -j4" on systems with 4 CPU cores? It could really speedup rebuilds.]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Is it possible to make EasyApache run make like &quot;make -j4&quot; on systems with 4 CPU cores? It could really speedup rebuilds.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-whm-optimization.html">cPanel and WHM Optimization</category>
			<dc:creator>den_svart</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f189/easyapache-parallel-build-make-jn-138289.html</guid>
		</item>
		<item>
			<title>Nagios on cPanel, not parsing index.php</title>
			<link>http://forums.cpanel.net/f189/nagios-cpanel-not-parsing-index-php-138137.html</link>
			<pubDate>Mon, 16 Nov 2009 11:04:24 GMT</pubDate>
			<description>Hello, 
 
I previously installed nagios 2.x some years ago on a plain RHEL 4. server... now i needed to setup this on a cPanel with CentOS 5.3.. 
 
I did all steps from the officiall guide: Fedora Quickstart (http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html) 
 
Everything seems to be...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello,<br />
<br />
I previously installed nagios 2.x some years ago on a plain RHEL 4. server... now i needed to setup this on a cPanel with CentOS 5.3..<br />
<br />
I did all steps from the officiall guide: <a href="http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html" target="_blank">Fedora Quickstart</a><br />
<br />
Everything seems to be fine, configuring, compiling and installing, started the service and it was ok, however, when I go to <a href="http://IP/nagios/" target="_blank">http://IP/nagios/</a> it shows a index.php, it is not parsing the php file.<br />
<br />
This is what I got from httpd.conf:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">[root@my.server.com:~]grep nagios /etc/httpd/conf/httpd.conf<br />
# Include /etc/httpd/conf.d/nagios.conf<br />
[root@my.server.com:~]cat /etc/httpd/conf.d/nagios.conf<br />
# SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER<br />
# Last Modified: 11-26-2005<br />
#<br />
# This file contains examples of entries that need<br />
# to be incorporated into your Apache web server<br />
# configuration file.&nbsp; Customize the paths, etc. as<br />
# needed to fit your system.<br />
<br />
ScriptAlias /nagios/cgi-bin &quot;/usr/local/nagios/sbin&quot;<br />
<br />
&lt;Directory &quot;/usr/local/nagios/sbin&quot;&gt;<br />
#&nbsp; SSLRequireSSL<br />
&nbsp;  Options ExecCGI<br />
&nbsp;  AllowOverride None<br />
&nbsp;  Order allow,deny<br />
&nbsp;  Allow from all<br />
#&nbsp; Order deny,allow<br />
#&nbsp; Deny from all<br />
#&nbsp; Allow from 127.0.0.1<br />
&nbsp;  AuthName &quot;Nagios Access&quot;<br />
&nbsp;  AuthType Basic<br />
&nbsp;  AuthUserFile /usr/local/nagios/etc/htpasswd.users<br />
&nbsp;  Require valid-user<br />
&lt;/Directory&gt;<br />
<br />
Alias /nagios &quot;/usr/local/nagios/share&quot;<br />
<br />
&lt;Directory &quot;/usr/local/nagios/share&quot;&gt;<br />
#&nbsp; SSLRequireSSL<br />
&nbsp;  Options None<br />
&nbsp;  AllowOverride None<br />
&nbsp;  Order allow,deny<br />
&nbsp;  Allow from all<br />
#&nbsp; Order deny,allow<br />
#&nbsp; Deny from all<br />
#&nbsp; Allow from 127.0.0.1<br />
&nbsp;  AuthName &quot;Nagios Access&quot;<br />
&nbsp;  AuthType Basic<br />
&nbsp;  AuthUserFile /usr/local/nagios/etc/htpasswd.users<br />
&nbsp;  Require valid-user<br />
&lt;/Directory&gt;<br />
<br />
[root@my.server.com:~]</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Any ideas about what could be the issue?<br />
Have anyone setup nagios 3.0 on a cPanel server?<br />
<br />
Thanks!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-whm-optimization.html">cPanel and WHM Optimization</category>
			<dc:creator>sh4ka</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f189/nagios-cpanel-not-parsing-index-php-138137.html</guid>
		</item>
		<item>
			<title>WHM Loading but Nothing !</title>
			<link>http://forums.cpanel.net/f189/whm-loading-but-nothing-137113.html</link>
			<pubDate>Wed, 04 Nov 2009 20:21:13 GMT</pubDate>
			<description>I have been waiting for WHM to load for about three minutes but nothing... 
 
I have managed to get into Service Status and here are the details: 
 
 
Code: 
--------- 
cpsrvd  	up  	 
exim (exim-4.69-23.1_cpanel_maildir) 	up 	 
ftpd 	up</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have been waiting for WHM to load for about three minutes but nothing...<br />
<br />
I have managed to get into Service Status and here are the details:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">cpsrvd&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; up&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
exim (exim-4.69-23.1_cpanel_maildir)&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
ftpd&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
httpd (2.0.63)&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
imap&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
mysql (4.1.22-standard)&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
named (9.2.4)&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
pop&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
syslogd&nbsp; &nbsp; &nbsp; &nbsp;  up&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Server Load&nbsp; &nbsp; &nbsp; &nbsp;  0.13 (1 cpu)&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Memory Used&nbsp; &nbsp; &nbsp; &nbsp;  31.7 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Swap Used&nbsp; &nbsp; &nbsp; &nbsp;  0.01 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Disk /dev/sda6 (/)&nbsp; &nbsp; &nbsp; &nbsp;  13 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Disk /dev/sda7 (/tmp)&nbsp; &nbsp; &nbsp; &nbsp;  3 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Disk /dev/sda8 (/home)&nbsp; &nbsp; &nbsp; &nbsp;  9 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Disk /dev/sda1 (/boot)&nbsp; &nbsp; &nbsp; &nbsp;  12 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Disk /dev/sda2 (/usr)&nbsp; &nbsp; &nbsp; &nbsp;  43 %&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Disk /dev/sda3 (/var)&nbsp; &nbsp; &nbsp; &nbsp;  64 %</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->There doesn't look to be anything untoward ?  Here is top:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">top - 20:21:19 up 24 days,&nbsp; 4:32,&nbsp; 1 user,&nbsp; load average: 0.01, 0.06, 0.08<br />
Tasks: 107 total,&nbsp;  1 running, 105 sleeping,&nbsp;  0 stopped,&nbsp;  1 zombie<br />
Cpu(s):&nbsp; 0.0% us,&nbsp; 1.5% sy,&nbsp; 0.0% ni, 98.5% id,&nbsp; 0.0% wa,&nbsp; 0.0% hi,&nbsp; 0.0% si<br />
Mem:&nbsp;  1032160k total,&nbsp;  976608k used,&nbsp; &nbsp; 55552k free,&nbsp;  227112k buffers<br />
Swap:&nbsp; 2096440k total,&nbsp; &nbsp; &nbsp; 144k used,&nbsp; 2096296k free,&nbsp;  442128k cached</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->There looks to be a lot of sleeping tasks...can I kill these ?  If so, how !</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-whm-optimization.html">cPanel and WHM Optimization</category>
			<dc:creator>bgqs</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f189/whm-loading-but-nothing-137113.html</guid>
		</item>
	</channel>
</rss>
