problem with part of my site when using LiteSpeed

#1
I currently have LiteSpeed installed on a port, so I can test it out before going live. However, I have noticed 1 problem which has puzzled me.

I will upload 2 images of what it is, as that will explain it clearly. Basically part of the usergroup selection panel in the admincp of vbulletin forums is missing.

Any idea how to fix this?
 

Attachments

mistwang

LiteSpeed Staff
#2
We do not have much clue, we run the same version of vB, the admincp works fine.
Check the html source code, see if it is a partial page?
Check for PHP errors in lsws/logs/error.log and lsws/logs/stderr.log.
 

mistwang

LiteSpeed Staff
#3
I think it is a PHP problem, compare the configuration of PHP for LiteSpeed and Apache in phpinfo() page and use the same configuration for LiteSpeed.
 
#5
Anyway update on the problem:

doing a view source in LiteSpeed gives me this

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr" lang="en">
<head>
<script type="text/javascript">
<!--
// get out of any containing frameset
if (self.parent.frames.length != 0)
{
self.parent.location.replace(document.location.href);
}
// -->
</script>
<title>Gamerz Needs - For All Your Gaming Needs! Admin Control Panel</title>
</head>

<frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">

<frame src="index.php?do=nav" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
<frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
<frame src="index.php?do=head" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" />
<frame src="index.php?do=home" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" />
</frameset>
</frameset>

<noframes>
<body>
<p>Your browser does not support frames. Please get one that does!</p>
</body>
</noframes>
</html>
and in Apache

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html dir="ltr" lang="en">
<head>
<script type="text/javascript">
<!--
// get out of any containing frameset
if (self.parent.frames.length != 0)
{
self.parent.location.replace(document.location.href);
}
// -->
</script>
<title>Gamerz Needs - For All Your Gaming Needs! Admin Control Panel</title>
</head>

<frameset cols="195,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">

<frame src="index.php?do=nav" name="nav" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" border="no" />
<frameset rows="20,*" framespacing="0" border="0" frameborder="0" frameborder="no" border="0">
<frame src="index.php?do=head" name="head" scrolling="no" noresize="noresize" frameborder="0" marginwidth="10" marginheight="0" border="no" />
<frame src="index.php?do=home" name="main" scrolling="yes" frameborder="0" marginwidth="10" marginheight="10" border="no" />
</frameset>
</frameset>

<noframes>
<body>
<p>Your browser does not support frames. Please get one that does!</p>
</body>
</noframes>
</html>
Used both the latest version of both Fire Fox and Internet Explorer. The admincp works with apache, but does not work with LiteSpeed.

Not sure if the above helps solve the issue or not, but thought I would post it.
 
#7
Apache
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<title>Welcome to the vBulletin Admin Control Panel - Gamerz Needs - For All Your Gaming Needs! - vBulletin Admin Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="../cpstyles/vBulletin_3_Default/controlpanel.css" />
<style type="text/css">
.page { background-color:white; color:black; }
.time { color:silver; }
</style>
<script type="text/javascript">
<!--
var SESSIONHASH = "";
var IMGDIR_MISC = "../cpstyles/vBulletin_3_Default";
var CLEARGIFURL = "./clear.gif";
function set_cp_title()
{
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown' && typeof(parent.document.title) == 'string')
{
parent.document.title = (document.title != '' ? document.title : 'vBulletin');
}
}
//-->
</script>
<script type="text/javascript" src="../clientscript/yui/yahoo-dom-event.js"></script>

<script type="text/javascript" src="../clientscript/yui/connection.js"></script>
<script type="text/javascript" src="../clientscript/vbulletin_global.js"></script>
</head>
<body style="margin:0px" onload="set_cp_title();">
<div class="pagetitle">Welcome to the vBulletin Admin Control Panel</div>
<div style="margin:10px">
<!-- END CONTROL PANEL HEADER -->

<div id="admin_news" style="display: none;">
<!-- form started:11 queries executed -->
<form action="index.php?do=handlemessage" method="post" name="news" id="news">
<input type="hidden" name="do" value="handlemessage" />

<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="news_table">
</table>
</form>
<!-- form ended: 11 queries executed -->

</div>
<!-- form started:19 queries executed -->
<form action="index.php?do=home" method="post" name="cpform" id="cpform">
<input type="hidden" name="do" value="home" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="cpform_table">
<tr>
<td class="tcat" align="center" colspan="6">

<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>Welcome to the vBulletin Admin Control Panel</b>
</td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">Server Type</span></td>
<td class="alt2" align="left"><span class="smallfont">Linux</span></td>
<td class="alt1" align="left"><span class="smallfont">Data Usage</span></td>

<td class="alt2" align="left"><span class="smallfont">1,000.79 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Users to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="user.php?do=moderate">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">Web Server</span></td>
<td class="alt2" align="left"><span class="smallfont">Apache v2.2.6</span></td>

<td class="alt1" align="left"><span class="smallfont">Index Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">267.98 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Threads to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=posts">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP</span></td>

<td class="alt2" align="left"><span class="smallfont">5.2.4</span></td>
<td class="alt1" align="left"><span class="smallfont">Attachment Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">4.09 GB</span></td>
<td class="alt1" align="left"><span class="smallfont">Posts to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=posts#postlist">[View]</a> </span></td>

</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP Max Post Size</span></td>
<td class="alt2" align="left"><span class="smallfont">8.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Avatar Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">56.61 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Attachments to Moderate</span></td>

<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=attachments">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP Maximum Upload Size</span></td>
<td class="alt2" align="left"><span class="smallfont">8.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Profile Picture Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">11.48 MB</span></td>

<td class="alt1" align="left"><span class="smallfont">Events to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=events">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP Memory Limit</span></td>
<td class="alt2" align="left"><span class="smallfont">125.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Unique Members Today</span></td>

<td class="alt2" align="left"><span class="smallfont">3,334</span></td>
<td class="alt1" align="left"><span class="smallfont">New Threads Today</span></td>
<td class="alt2" align="left"><span class="smallfont">106</span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">MySQL Version</span></td>
<td class="alt2" align="left"><span class="smallfont">5.0.45-community</span></td>

<td class="alt1" align="left"><span class="smallfont">New Users Today</span></td>
<td class="alt2" align="left"><span class="smallfont">518</span></td>
<td class="alt1" align="left"><span class="smallfont">New Posts Today</span></td>
<td class="alt2" align="left"><span class="smallfont">1,041</span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">MySQL Packet Size</span></td>

<td class="alt2" align="left"><span class="smallfont">64.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">&nbsp;</span></td>
<td class="alt2" align="left"><span class="smallfont">&nbsp;</span></td>
<td class="alt1" align="left"><span class="smallfont">&nbsp;</span></td>
<td class="alt2" align="left"><span class="smallfont">&nbsp;</span></td>
</tr>
</table>
</form>
<!-- form ended: 19 queries executed -->


<!-- form started:19 queries executed -->
<form action="index.php?do=notes" method="post" name="cpform" id="cpform">
<input type="hidden" name="do" value="notes" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="cpform_table">
<tr>
<td class="tcat" align="center">
<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>Administrator Notes</b>
</td>

</tr>
<tr valign="top">
<td class="alt1" align="center"><textarea name="notes" style="width: 90%" rows="9"></textarea></td>
</tr>
<tr>
Will have to post this in sections as I have entered too many characters.
 
Last edited:
#8
Apache continued
<td class="tfoot" align="center"> <input type="submit" class="button" tabindex="1" value=" Save " accesskey="s" />
</td>
</tr>
</table>
</form>
<!-- form ended: 19 queries executed -->

<br />

<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder">
<tr>
<td class="tcat" align="center" colspan="2">
<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>Quick Administrator Links</b>
</td>
</tr>
<tr valign="top">
<td class="alt1">Server Load Averages</td>

<td class="alt1">1.25&nbsp;&nbsp;1.42&nbsp;&nbsp;1.44 | 654 Users Online (305 members and 349 guests)</td>
</tr>
<tr valign="top">
<td class="alt2">Quick User Finder</td>
<td class="alt2">
<form action="user.php?do=find" method="post" style="display:inline">
<input type="hidden" name="s" value="" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />

<input type="hidden" name="do" value="find" />
<input type="text" class="bginput" name="user[username]" size="30" tabindex="1" />
<input type="submit" value=" Find " class="button" tabindex="1" />
<input type="submit" class="button" value="Exact Match" tabindex="1" name="user[exact]" />
</form>
</td>
</tr>
<tr valign="top">
<td class="alt1">PHP Function Lookup</td>

<td class="alt1">
<form action="http://www.php.net/manual-lookup.php" method="get" style="display:inline">
<input type="text" class="bginput" name="function" size="30" tabindex="1" />
<input type="submit" value=" Find " class="button" tabindex="1" />
</form>
</td>
</tr>
<tr valign="top">
<td class="alt2">MySQL Language Lookup</td>

<td class="alt2">
<form action="http://www.mysql.com/search/" method="get" style="display:inline">
<input type="hidden" name="doc" value="1" />
<input type="hidden" name="m" value="o" />
<input type="text" class="bginput" name="q" size="30" tabindex="1" />
<input type="submit" value=" Find " class="button" tabindex="1" />
</form>
</td>
</tr>

<tr valign="top">
<td class="alt1">Useful Links</td>
<td class="alt1">
<form style="display:inline">
<select onchange="if (this.options[this.selectedIndex].value != '') { window.open(this.options[this.selectedIndex].value); } return false;" tabindex="1" class="bginput">
<option value="">-- Useful Links --</option> <optgroup label="vBulletin">
<option value="http://www.vbulletin.com/">Home Page (vBulletin.com)</option>

<option value="http://members.vbulletin.com/">Members' Area</option>
<option value="http://www.vbulletin.com/forum/">Community Forums</option>
<option value="http://www.vbulletin.com/docs/html/">Reference Manual</option>
</optgroup>
<optgroup label="PHP">
<option value="http://www.php.net/">Home Page (PHP.net)</option>
<option value="http://www.php.net/manual/">Reference Manual</option>

<option value="http://www.php.net/downloads.php">Download Latest Version</option>
</optgroup>
<optgroup label="MySQL">
<option value="http://www.mysql.com/">Home Page (MySQL.com)</option>
<option value="http://www.mysql.com/documentation/">Reference Manual</option>
<option value="http://www.mysql.com/downloads/">Download Latest Version</option>
</optgroup>

<optgroup label="Apache">
<option value="http://httpd.apache.org/">Home Page (Apache.org)</option>
<option value="http://httpd.apache.org/docs/">Reference Manual</option>
<option value="http://httpd.apache.org/download.cgi">Download Latest Version</option>
</optgroup>
</select>
</form>
</td>

</tr>
</table>

<!-- form started:21 queries executed -->
<form action="index.php?do=home" method="post" name="cpform" id="cpform">
<input type="hidden" name="do" value="home" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="cpform_table">
<tr>
<td class="tcat" align="center" colspan="2">
<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>vBulletin Developers &amp; Contributors</b>

</td>
</tr>
<colgroup span="2">
<col style="white-space: nowrap"></col>
<col></col>
</colgroup>
<tr valign="top">
<td class="alt1"><b>Software Developed By</b></td>
<td class="alt1">
<a href="http://www.jelsoft.com/" target="vbulletin">Jelsoft Enterprises Limited</a>

</td>
</tr>
<tr valign="top">
<td class="alt2"><b>Product Manager</b></td>
<td class="alt2">
<a href="http://www.vbulletin.com/forum/member.php?u=1034" target="vbulletin">Kier Darby</a>
</td>
</tr>
<tr valign="top">
<td class="alt1"><b>Business Development</b></td>

<td class="alt1">
<a href="http://www.vbulletin.com/forum/member.php?u=2" target="vbulletin">James Limm</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=22709" target="vbulletin">Ashley Busby</a>
</td>
</tr>
<tr valign="top">
<td class="alt2"><b>Software Development</b></td>
<td class="alt2">
<a href="http://www.vbulletin.com/forum/member.php?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=224" target="vbulletin">Freddie Bingham</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=1814" target="vbulletin">Scott MacVicar</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=37" target="vbulletin">Mike Sullivan</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=24628" target="vbulletin">Jerry Hutchings</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=42096" target="vbulletin">Andreas Kirbach</a>

</td>
</tr>
<tr valign="top">
<td class="alt1"><b>Graphics Development</b></td>
<td class="alt1">
<a href="http://www.vbulletin.com/forum/member.php?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.meshweaver.com" target="vbulletin">Fabio Passaro</a>
</td>
</tr>
<tr valign="top">
<td class="alt2"><b>Other Contributions From</b></td>

<td class="alt2">
<a href="http://www.vbulletin.com/forum/member.php?u=2026" target="vbulletin">Jake Bunce</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=65" target="vbulletin">Doron Rosenberg</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=219" target="vbulletin">Overgrow</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=2751" target="vbulletin">Kevin Schumacher</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=5755" target="vbulletin">Chen Avinadav</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=11606" target="vbulletin">Floris Fiedeldij Dop</a>,
<a href="http://www.vbulletin-germany.com/forum/member.php?u=2" target="vbulletin">Stephan 'pogo' Pogodalla</a>,
<a href="http://www.vbulletin-germany.com/forum/member.php?u=274" target="vbulletin">Michael 'Mystics' K&ouml;nig</a>,
<a href="http://www.vikjavev.com/hovudsida/umtestside.php" target="vbulletin">Torstein H&oslash;nsi</a>,
<a href="http://www.famfamfam.com/lab/icons/silk/" target="vbulletin">Mark James</a>

</td>
</tr>
<tr valign="top">
<td class="alt1"><b>Copyright Enforcement By</b></td>
<td class="alt1">
<a href="http://www.piratereports.com/" target="vbulletin">Pirate Reports</a>
</td>
</tr>
</table>
</form>
<!-- form ended: 21 queries executed -->

<p class="smallfont" align="center">
<!--vBulletin&reg; v3.6.8, Copyright &copy;2000-2008, Jelsoft Enterprises Ltd.<br />-->
<script type="text/javascript">
<!--
if (typeof(vb_version) != "undefined")
{
var this_vb_version = "3.6.8 Patch Level 2";
if (isNewerVersion(this_vb_version, vb_version))
{
document.writeln('<a href="http://www.vbulletin.com/forum/showthread.ph' + 'p?p=' + vb_announcementid + '" target="_blank">' + construct_phrase(latest_string, vb_version) + '</a><br />' + construct_phrase(current_string, this_vb_version.bold()));
}
else
{
document.write(construct_phrase('Your version of vBulletin (%1$s) is up-to-date.', this_vb_version));
}
}
// -->
</script>
</p>

<script type="text/javascript">
<!--
var current_version = "3.6.8 Patch Level 2";
var latest_string = "Latest version available: %1$s";
var current_string = "You are currently running vBulletin version %1$s";
var download_string = "Click here to download vBulletin %1$s from the Members' Area";
var newer_version_string = "There is a newer version of vBulletin available to download";
var dismissed_news = "1,8,11,13,15,18,24,31,34";
var dismiss_string = "Dismiss";
var vbulletin_news_string = "vBulletin News: %1$s";
var news_header_string = "For Your Information";
var show_all_news_link = "index.php?do=home&showallnews=1";
var show_all_news_string = "Show All News";
var view_string = "View...";
var stylevar_left = "left";
var stylevar_right = "right";
var done_table = false;
var local_extension = '.php';
//-->
</script>
<script type="text/javascript" src="http://version.vbulletin.com/versioncheck.js"></script>
<script type="text/javascript" src="http://version.vbulletin.com/version.js?v=368&amp;id=VBF9CA2D0C"></script>
<script type="text/javascript" src="../clientscript/vbulletin_cphome_scripts.js"></script>


<!-- START CONTROL PANEL FOOTER -->
<p align="center"><a href="http://www.vbulletin.com/" target="_blank" class="copyright">vBulletin&reg; v3.6.8 Patch Level 2, Copyright &copy;2000-2008, Jelsoft Enterprises Ltd.</a></p>
</div>
</body>
</html>
Will have to post this in sections as I have entered too many characters.
 
Last edited:
#9
LiteSpeed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<title>Welcome to the vBulletin Admin Control Panel - Gamerz Needs - For All Your Gaming Needs! - vBulletin Admin Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="../cpstyles/vBulletin_3_Default/controlpanel.css" />
<style type="text/css">
.page { background-color:white; color:black; }
.time { color:silver; }
</style>
<script type="text/javascript">
<!--
var SESSIONHASH = "";
var IMGDIR_MISC = "../cpstyles/vBulletin_3_Default";
var CLEARGIFURL = "./clear.gif";
function set_cp_title()
{
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown' && typeof(parent.document.title) == 'string')
{
parent.document.title = (document.title != '' ? document.title : 'vBulletin');
}
}
//-->
</script>
<script type="text/javascript" src="../clientscript/yui/yahoo-dom-event.js"></script>

<script type="text/javascript" src="../clientscript/yui/connection.js"></script>
<script type="text/javascript" src="../clientscript/vbulletin_global.js"></script>
</head>
<body style="margin:0px" onload="set_cp_title();">
<div class="pagetitle">Welcome to the vBulletin Admin Control Panel</div>
<div style="margin:10px">
<!-- END CONTROL PANEL HEADER -->

<div id="admin_news" style="display: none;">
<!-- form started:11 queries executed -->
<form action="index.php?do=handlemessage" method="post" name="news" id="news">
<input type="hidden" name="do" value="handlemessage" />

<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="news_table">
</table>
</form>
<!-- form ended: 11 queries executed -->

</div>
<!-- form started:19 queries executed -->
<form action="index.php?do=home" method="post" name="cpform" id="cpform">
<input type="hidden" name="do" value="home" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="cpform_table">
<tr>
<td class="tcat" align="center" colspan="6">

<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>Welcome to the vBulletin Admin Control Panel</b>
</td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">Server Type</span></td>
<td class="alt2" align="left"><span class="smallfont">Linux</span></td>
<td class="alt1" align="left"><span class="smallfont">Data Usage</span></td>

<td class="alt2" align="left"><span class="smallfont">1,000.79 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Users to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="user.php?do=moderate">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">Web Server</span></td>
<td class="alt2" align="left"><span class="smallfont">litespeed</span></td>

<td class="alt1" align="left"><span class="smallfont">Index Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">267.98 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Threads to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=posts">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP</span></td>

<td class="alt2" align="left"><span class="smallfont">5.2.5</span></td>
<td class="alt1" align="left"><span class="smallfont">Attachment Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">4.09 GB</span></td>
<td class="alt1" align="left"><span class="smallfont">Posts to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=posts#postlist">[View]</a> </span></td>

</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP Max Post Size</span></td>
<td class="alt2" align="left"><span class="smallfont">8.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Avatar Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">56.61 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Attachments to Moderate</span></td>

<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=attachments">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP Maximum Upload Size</span></td>
<td class="alt2" align="left"><span class="smallfont">8.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Profile Picture Usage</span></td>
<td class="alt2" align="left"><span class="smallfont">11.48 MB</span></td>

<td class="alt1" align="left"><span class="smallfont">Events to Moderate</span></td>
<td class="alt2" align="left"><span class="smallfont">0 <a href="../belkin/moderate.php?do=events">[View]</a> </span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">PHP Memory Limit</span></td>
<td class="alt2" align="left"><span class="smallfont">125.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">Unique Members Today</span></td>

<td class="alt2" align="left"><span class="smallfont">3,334</span></td>
<td class="alt1" align="left"><span class="smallfont">New Threads Today</span></td>
<td class="alt2" align="left"><span class="smallfont">107</span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">MySQL Version</span></td>
<td class="alt2" align="left"><span class="smallfont">5.0.45-community</span></td>

<td class="alt1" align="left"><span class="smallfont">New Users Today</span></td>
<td class="alt2" align="left"><span class="smallfont">518</span></td>
<td class="alt1" align="left"><span class="smallfont">New Posts Today</span></td>
<td class="alt2" align="left"><span class="smallfont">1,041</span></td>
</tr>
<tr valign="top" align="center">
<td class="alt1" align="left"><span class="smallfont">MySQL Packet Size</span></td>

<td class="alt2" align="left"><span class="smallfont">64.00 MB</span></td>
<td class="alt1" align="left"><span class="smallfont">&nbsp;</span></td>
<td class="alt2" align="left"><span class="smallfont">&nbsp;</span></td>
<td class="alt1" align="left"><span class="smallfont">&nbsp;</span></td>
<td class="alt2" align="left"><span class="smallfont">&nbsp;</span></td>
</tr>
</table>
</form>
<!-- form ended: 19 queries executed -->


<!-- form started:19 queries executed -->
<form action="index.php?do=notes" method="post" name="cpform" id="cpform">
<input type="hidden" name="do" value="notes" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="cpform_table">
<tr>
<td class="tcat" align="center">
<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>Administrator Notes</b>
</td>

</tr>
<tr valign="top">
<td class="alt1" align="center"><textarea name="notes" style="width: 90%" rows="9"></textarea></td>
</tr>
<tr>
Will have to post this in section as I have entered too many characters.
 
Last edited:
#10
LiteSpeed continued

<td class="tfoot" align="center"> <input type="submit" class="button" tabindex="1" value=" Save " accesskey="s" />
</td>
</tr>
</table>
</form>
<!-- form ended: 19 queries executed -->

<br />

<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder">
<tr>
<td class="tcat" align="center" colspan="2">
<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>Quick Administrator Links</b>
</td>
</tr>
<tr valign="top">
<td class="alt1">Server Load Averages</td>

<td class="alt1">1.71&nbsp;&nbsp;1.45&nbsp;&nbsp;1.39 | 644 Users Online (308 members and 336 guests)</td>
</tr>
<tr valign="top">
<td class="alt2">Quick User Finder</td>
<td class="alt2">
<form action="user.php?do=find" method="post" style="display:inline">
<input type="hidden" name="s" value="" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />

<input type="hidden" name="do" value="find" />
<input type="text" class="bginput" name="user[username]" size="30" tabindex="1" />
<input type="submit" value=" Find " class="button" tabindex="1" />
<input type="submit" class="button" value="Exact Match" tabindex="1" name="user[exact]" />
</form>
</td>
</tr>
<tr valign="top">
<td class="alt1">PHP Function Lookup</td>

<td class="alt1">
<form action="http://www.php.net/manual-lookup.php" method="get" style="display:inline">
<input type="text" class="bginput" name="function" size="30" tabindex="1" />
<input type="submit" value=" Find " class="button" tabindex="1" />
</form>
</td>
</tr>
<tr valign="top">
<td class="alt2">MySQL Language Lookup</td>

<td class="alt2">
<form action="http://www.mysql.com/search/" method="get" style="display:inline">
<input type="hidden" name="doc" value="1" />
<input type="hidden" name="m" value="o" />
<input type="text" class="bginput" name="q" size="30" tabindex="1" />
<input type="submit" value=" Find " class="button" tabindex="1" />
</form>
</td>
</tr>

<tr valign="top">
<td class="alt1">Useful Links</td>
<td class="alt1">
<form style="display:inline">
<select onchange="if (this.options[this.selectedIndex].value != '') { window.open(this.options[this.selectedIndex].value); } return false;" tabindex="1" class="bginput">
<option value="">-- Useful Links --</option> <optgroup label="vBulletin">
<option value="http://www.vbulletin.com/">Home Page (vBulletin.com)</option>

<option value="http://members.vbulletin.com/">Members' Area</option>
<option value="http://www.vbulletin.com/forum/">Community Forums</option>
<option value="http://www.vbulletin.com/docs/html/">Reference Manual</option>
</optgroup>
<optgroup label="PHP">
<option value="http://www.php.net/">Home Page (PHP.net)</option>
<option value="http://www.php.net/manual/">Reference Manual</option>

<option value="http://www.php.net/downloads.php">Download Latest Version</option>
</optgroup>
<optgroup label="MySQL">
<option value="http://www.mysql.com/">Home Page (MySQL.com)</option>
<option value="http://www.mysql.com/documentation/">Reference Manual</option>
<option value="http://www.mysql.com/downloads/">Download Latest Version</option>
</optgroup>

<optgroup label="Apache">
<option value="http://httpd.apache.org/">Home Page (Apache.org)</option>
<option value="http://httpd.apache.org/docs/">Reference Manual</option>
<option value="http://httpd.apache.org/download.cgi">Download Latest Version</option>
</optgroup>
</select>
</form>
</td>

</tr>
</table>

<!-- form started:21 queries executed -->
<form action="index.php?do=home" method="post" name="cpform" id="cpform">
<input type="hidden" name="do" value="home" />
<input type="hidden" name="adminhash" value="b5272d4e5d7a2eab8b00f9c9a71ee4e7" />
<br />
<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder" id="cpform_table">
<tr>
<td class="tcat" align="center" colspan="2">
<div style="float:right"><a class="helplink" href="#" onclick="js_open_help('index', 'home', ''); return false;">Help <img src="../cpstyles/vBulletin_3_Default/cp_help.gif" alt="" border="0" title="Click for help on these options" style="vertical-align:middle" /></a></div>
<b>vBulletin Developers &amp; Contributors</b>

</td>
</tr>
<colgroup span="2">
<col style="white-space: nowrap"></col>
<col></col>
</colgroup>
<tr valign="top">
<td class="alt1"><b>Software Developed By</b></td>
<td class="alt1">
<a href="http://www.jelsoft.com/" target="vbulletin">Jelsoft Enterprises Limited</a>

</td>
</tr>
<tr valign="top">
<td class="alt2"><b>Product Manager</b></td>
<td class="alt2">
<a href="http://www.vbulletin.com/forum/member.php?u=1034" target="vbulletin">Kier Darby</a>
</td>
</tr>
<tr valign="top">
<td class="alt1"><b>Business Development</b></td>

<td class="alt1">
<a href="http://www.vbulletin.com/forum/member.php?u=2" target="vbulletin">James Limm</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=22709" target="vbulletin">Ashley Busby</a>
</td>
</tr>
<tr valign="top">
<td class="alt2"><b>Software Development</b></td>
<td class="alt2">
<a href="http://www.vbulletin.com/forum/member.php?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=224" target="vbulletin">Freddie Bingham</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=1814" target="vbulletin">Scott MacVicar</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=37" target="vbulletin">Mike Sullivan</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=24628" target="vbulletin">Jerry Hutchings</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=42096" target="vbulletin">Andreas Kirbach</a>

</td>
</tr>
<tr valign="top">
<td class="alt1"><b>Graphics Development</b></td>
<td class="alt1">
<a href="http://www.vbulletin.com/forum/member.php?u=1034" target="vbulletin">Kier Darby</a>,
<a href="http://www.meshweaver.com" target="vbulletin">Fabio Passaro</a>
</td>
</tr>
<tr valign="top">
<td class="alt2"><b>Other Contributions From</b></td>

<td class="alt2">
<a href="http://www.vbulletin.com/forum/member.php?u=2026" target="vbulletin">Jake Bunce</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=65" target="vbulletin">Doron Rosenberg</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=219" target="vbulletin">Overgrow</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=2751" target="vbulletin">Kevin Schumacher</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=5755" target="vbulletin">Chen Avinadav</a>,
<a href="http://www.vbulletin.com/forum/member.php?u=11606" target="vbulletin">Floris Fiedeldij Dop</a>,
<a href="http://www.vbulletin-germany.com/forum/member.php?u=2" target="vbulletin">Stephan 'pogo' Pogodalla</a>,
<a href="http://www.vbulletin-germany.com/forum/member.php?u=274" target="vbulletin">Michael 'Mystics' K&ouml;nig</a>,
<a href="http://www.vikjavev.com/hovudsida/umtestside.php" target="vbulletin">Torstein H&oslash;nsi</a>,
<a href="http://www.famfamfam.com/lab/icons/silk/" target="vbulletin">Mark James</a>

</td>
</tr>
<tr valign="top">
<td class="alt1"><b>Copyright Enforcement By</b></td>
<td class="alt1">
<a href="http://www.piratereports.com/" target="vbulletin">Pirate Reports</a>
</td>
</tr>
</table>
</form>
<!-- form ended: 21 queries executed -->

<p class="smallfont" align="center">
<!--vBulletin&reg; v3.6.8, Copyright &copy;2000-2008, Jelsoft Enterprises Ltd.<br />-->
<script type="text/javascript">
<!--
if (typeof(vb_version) != "undefined")
{
var this_vb_version = "3.6.8 Patch Level 2";
if (isNewerVersion(this_vb_version, vb_version))
{
document.writeln('<a href="http://www.vbulletin.com/forum/showthread.ph' + 'p?p=' + vb_announcementid + '" target="_blank">' + construct_phrase(latest_string, vb_version) + '</a><br />' + construct_phrase(current_string, this_vb_version.bold()));
}
else
{
document.write(construct_phrase('Your version of vBulletin (%1$s) is up-to-date.', this_vb_version));
}
}
// -->
</script>
</p>

<script type="text/javascript">
<!--
var current_version = "3.6.8 Patch Level 2";
var latest_string = "Latest version available: %1$s";
var current_string = "You are currently running vBulletin version %1$s";
var download_string = "Click here to download vBulletin %1$s from the Members' Area";
var newer_version_string = "There is a newer version of vBulletin available to download";
var dismissed_news = "1,8,11,13,15,18,24,31,34";
var dismiss_string = "Dismiss";
var vbulletin_news_string = "vBulletin News: %1$s";
var news_header_string = "For Your Information";
var show_all_news_link = "index.php?do=home&showallnews=1";
var show_all_news_string = "Show All News";
var view_string = "View...";
var stylevar_left = "left";
var stylevar_right = "right";
var done_table = false;
var local_extension = '.php';
//-->
</script>
<script type="text/javascript" src="http://version.vbulletin.com/versioncheck.js"></script>
<script type="text/javascript" src="http://version.vbulletin.com/version.js?v=368&amp;id=VBF9CA2D0C"></script>
<script type="text/javascript" src="../clientscript/vbulletin_cphome_scripts.js"></script>


<!-- START CONTROL PANEL FOOTER -->
<p align="center"><a href="http://www.vbulletin.com/" target="_blank" class="copyright">vBulletin&reg; v3.6.8 Patch Level 2, Copyright &copy;2000-2008, Jelsoft Enterprises Ltd.</a></p>
</div>
</body>
</html>

Also php.ini and PHP configuration are identical to the working one. There are no errors logged in lsws logs.


hopefully with the above source code you will be able to identify the problem, as my trial is running out, and I have yet to use it while it still has this problem/bug.
 
Last edited:
#12
Okay I will upload a text file of each, (actually a zip of each, as even the txt is to big to upload to here)

Okay attached is both the apache and the Litespeed source of the link you requested above.

hopefully this time you will be able to debug the problem.
 

Attachments

mistwang

LiteSpeed Staff
#13
The output of LiteSpeed shows that the PHP has crashed.

I have met a problem like that once. Are you using Zend ExtensionManager? Please make sure the additional extension configuration directory and its configuration files inside are readable by nobody user.

If that is not your problem, you have to use "strace -p <lsphp_pid>" to trace the crashing PHP process.
 
#14
1. PHP is compiled as a separate install in /usr/lsphp5 with the following parameters to match cPanel's install of easyapache:

/configure --enable-bcmath --enable-calendar --enable-discard-path --enable-exif --enable-force-cgi-redirect --enable-ftp --enable-gd-native-ttf --enable-libxml --enable-magic-quotes --enable-mbstring --enable-pdo=shared --enable-soap --enable-sockets --enable-wddx --enable-zip --prefix=/usr/lsphp5 --with-bz2 --with-curl=/opt/curlssl/ --with-curlwrappers --with-freetype-dir=/usr --with-gd --with-gettext --with-imap=/opt/php_with_imap_client/ --with-imap-ssl=/usr --with-jpeg-dir=/usr --with-kerberos --with-libexpat-dir=/usr --with-libxml-dir=/opt/xml2 --with-libxml-dir=/opt/xml2/ --with-mcrypt=/opt/libmcrypt/ --with-mhash=/opt/mhash/ --with-mime-magic --with-mm=/opt/mm/ --with-mysql --with-mysqli --with-openssl=/usr --with-openssl-dir=/usr --with-pdo-mysql=shared --with-pdo-sqlite=shared --with-png-dir=/usr --with-pspell --with-sqlite=shared --with-ttf --with-xmlrpc --with-xpm-dir=/usr/X11R6 --with-xsl=/opt/xslt/ --with-zlib --with-zlib-dir=/usr --with-config-file-path=/usr/lsphp5/lib --with-litespeed

2. There are no log entries in /usr/local/lsws/logs when the forums admin panel is opened. Even with debug logging toggled on.

3. I have added this vhost manually, with/without chroot in lsws virtual hosts. Whatever I try changing, no change. All else seems to be working but usergroups in admin panel. htaccess inheritance turned on, rewrites turned on, Symlinks IfOwnerMatch on as well.

What additional information will you need now?
 

mistwang

LiteSpeed Staff
#15
You really need to "strace" the lsphp process to see what is going on, if you run LiteSpeed in chroot jail, there might be missing libraries that required by lsphp. so, try it without chroot.

And when using with cPanel, I don't think it is a easy task to make chroot lsws work properly, it is possible, just so many things could go wrong, we do not recommend.
 
#16
chrooting is off from the beginning

whatever I do... all same. I am starting to wonder if it has anything to do with VBSEO rewrites:

-------------------------------------------------------
2008-01-22 06:46:33.495 INFO [78.0.145.243:4603-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/index.php' => Result URI: 'vbseo.php?vbseourl=admincp/index.php'
2008-01-22 06:46:33.515 INFO [78.0.145.243:4604-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/index.php' => Result URI: 'vbseo.php?vbseourl=admincp/index.php'
2008-01-22 06:46:33.535 INFO [78.0.145.243:4605-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/index.php' => Result URI: 'vbseo.php?vbseourl=admincp/index.php'
2008-01-22 06:46:35.024 INFO [78.0.145.243:4608-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/newsproxy.php' => Result URI: 'vbseo.php?vbseourl=admincp/newsproxy.php'
2008-01-22 06:46:47.301 INFO [78.0.145.243:4611-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/user.php' => Result URI: 'vbseo.php?vbseourl=admincp/user.php'
2008-01-22 06:46:51.634 INFO [78.0.145.243:4612-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/user.php' => Result URI: 'vbseo.php?vbseourl=admincp/user.php'
2008-01-22 06:46:52.023 INFO [78.0.145.243:4613-0#gamerzneeds.net] [REWRITE] Source URI: 'admincp/user.php' => Result URI: 'vbseo.php?vbseourl=admincp/user.php'
-------------------------------------------------------

Probably not, as those are only INFO level log entries, but I really don't know where to look anymore.
 

mistwang

LiteSpeed Staff
#17
That's possible, admincp should be excluded from vbSEO, seems it has the rule to execlude it according to the posts from other users in the past.

But, anyway, it should not cause PHP to crash, so you need to strace lsphp to find out why PHP crashed in the middle of that request. Just put LiteSpeed on another port so you are the only one who can access it. access the admincp page, then find out the PID of the lsphp process with "ps -ef | grep lsphp", then "strace -p <pid_of_lsphp>", send the request , check the strace output. I believe there should be missing module need to be used by that script.
 
#18
I'm still having problems, we are still stumped by this. Vbseo works with litespeed the same way it does with apache when refferring to the docs, so there is no missing modules for the script. Have you got any other ideas?

Also I just got this: Your license key will expire in 3 days, renew your license key before it expires, hurry up!

Is there a possiblity you can extend that so we can sort this problem/bug out with my installation and then I can finally test it live on my server so I can see the performance difference on my server.


Matt,

here is the strace output:

[root@server ~]# strace -p 6010
Process 6010 attached - interrupt to quit
select(1, [0], NULL, NULL, {0, 889000}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = ? ERESTARTNOHAND (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG|WSTOPPED) = 4279
waitpid(-1, 0xbffff654, WNOHANG|WSTOPPED) = 0
sigreturn() = ? (mask now [])
time(NULL) = 1201092544
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5953, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}
Process 6010 detached
[root@server ~]# ps -ef | grep lsphp
nobody 4290 5978 0 06:42 ? 00:00:01 lsphp
nobody 4403 6010 0 06:44 ? 00:00:00 lsphp
root 4924 3950 0 06:49 pts/0 00:00:00 grep lsphp
nobody 5978 5952 0 Jan22 ? 00:01:23 lsphp
nobody 6010 5953 0 Jan22 ? 00:01:15 lsphp
[root@server ~]# strace -p 5978
Process 5978 attached - interrupt to quit
select(1, [0], NULL, NULL, {0, 439000}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}) = 0 (Timeout)
kill(5952, SIG_0) = 0
select(1, [0], NULL, NULL, {1, 0}
Process 5978 detached
[root@server ~]#
 
Last edited:

mistwang

LiteSpeed Staff
#19
You have to trace a PHP process that proces the request that has problem, those are idle processes.
You can apply another trial, we allow trial for maximum 30-days for each server, and we offer 30-days money back as well.
 
#20
We think it may be a problem with maybe the httaccess file. I will post both my root httaccess and the forums httaccess and see if you can see any problem with them.

root httaccess
Code:
RewriteEngine On 

RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} !^www\.gamerzneeds\.net
RewriteRule (.*) http://www.gamerzneeds.net/$1 [L,R=301]
RewriteRule ^forumz?(/.*)?$ http://www.gamerzneeds.net/forums/? [L,R=301]

RewriteRule ^vote-([0-9]*).html index.php?page=Vote&id=$1 [L,NS]
RewriteRule ^poll-([0-9]*).html index.php?page=Poll&id=$1 [L,NS]
RewriteRule ^poll-([0-9]*)-(.*).html index.php?page=Poll&id=$1 [L,NS]
RewriteRule ^poll.reportcomment.([0-9]*)-([0-9]*).html index.php?page=Poll&id=$2&op=reportcomment&commentid=$1 [L,NS]

RewriteRule ^polls.html index.php?page=Polls [L,NS]
RewriteRule ^login.html index.php?page=Login [L,NS]
RewriteRule ^changepw.html index.php?page=Password [L,NS]
RewriteRule ^activate/(.*) activate.php?key=$1 [L,NS]
RewriteRule ^archive-([^/]*)-([^/]*).html index.php?page=Archive&archive_month=$1&tag=$2 [L,NS]
RewriteRule ^archive-([^/]*).html index.php?page=Archive&archive_month=$1 [L,NS]
RewriteRule ^archive.html index.php?page=Archive [L,NS]

RewriteRule ^faq-([0-9]*)-(.*).html index.php?page=FAQ&id=$1 [L,NS]

RewriteRule ^articles.html index.php?page=Articles [L,NS]
RewriteRule ^article-([0-9]*).html index.php?page=Articles&action=showarticle&id=$1 [L,NS]
RewriteRule ^article-([0-9]*)-(.*).html index.php?page=Articles&action=showarticle&id=$1 [L,NS]
RewriteRule ^articlenav-(.*)-page-(.*).html index.php?page=Articles&action=showarticle&id=$1&nav=$2 [L,NS]
RewriteRule ^articletype-(.*)-(.*).html index.php?page=Articles&action=cat&type=$1&p=$2 [L,NS]
RewriteRule ^articlesearch.html index.php?page=Search&exec=Search&t=articles [L,NS]
RewriteRule ^articles-(.*).html index.php?page=Articles&action=cat&type=$1 [L,NS]
RewriteRule ^([^/]*)-([0-9]*)-articlenav.html index.php?page=Articles&action=cat&type=$1&nav=$2 [L,NS]
RewriteRule ^([^/]*)-([0-9]*)-articlenav-(.*).html index.php?page=Articles&action=cat&type=$1&nav=$2&p=$3 [L,NS]
RewriteRule ^article.reportcomment.([0-9]*)-([0-9]*).html index.php?page=Articles&action=showarticle&id=$2&op=reportcomment&commentid=$1 [L,NS]

RewriteRule ^cheats.html index.php?page=Cheats [L,NS]
RewriteRule ^cheatlist-(.*)-(.*)-(.*).html index.php?page=Cheats&start=$1&cat=$2&nav=$3 [L,NS]
RewriteRule ^cheat-([0-9]*)-(.*).html index.php?page=Cheats&action=show&game=$1&platform=$2 [L,NS]

RewriteRule ^companylist-(.*)-(.*).html index.php?page=Companies&start=$1&nav=$2 [L,NS]
RewriteRule ^company-(.*).html index.php?page=Companies&action=show&t=$1 [L,NS]
RewriteRule ^companies.html index.php?page=Companies [L,NS]

RewriteRule ^linklist-([0-9]*)-([0-9]*).html index.php?page=Links&action=cat&cat_id=$1&nav=$2 [L,NS]
RewriteRule ^link-([0-9]*).html index.php?page=Links&action=out&id=$1 [L,NS]
RewriteRule ^links.html index.php?page=Links [L,NS]
RewriteRule ^linkcat-([0-9]*).html index.php?page=Links&action=cat&cat_id=$1 [L,NS]
RewriteRule ^linknav-([0-9]*)-([0-9]*).html index.php?page=Links&action=cat&cat_id=$1&nav=$2 [L,NS]
RewriteRule ^([0-9]*)-([0-9]*)-linknav-(.*).html index.php?page=Links&action=cat&cat_id=$1&nav=$2&orderby=$3 [L,NS]
RewriteRule ^linksearch.html index.php?page=Search&exec=Search&t=links [L,NS]

RewriteRule ^videolist-(.*)-(.*).html index.php?page=Video&action=cat&cat_id=$1&nav=$2 [L,NS]
RewriteRule ^video-([0-9]*).html index.php?page=Video&action=showvideo&id=$1 [L,NS]
RewriteRule ^video-([0-9]*)-(.*).html index.php?page=Video&action=showvideo&id=$1 [L,NS]
RewriteRule ^video.html index.php?page=Video [L,NS]
RewriteRule ^videos.html index.php?page=Video [L,NS]
RewriteRule ^videocat-([0-9]*).html index.php?page=Video&action=cat&cat_id=$1 [L,NS]
RewriteRule ^([0-9]*)-([0-9]*)-videonav.html index.php?page=Video&action=cat&cat_id=$1&nav=$2 [L,NS]
RewriteRule ^video.reportcomment.([0-9]*)-([0-9]*).html index.php?page=Video&action=showvideo&id=$2&op=reportcomment&commentid=$1 [L,NS]
RewriteRule ^videosearch.html index.php?page=Search&exec=Search&t=video [L,NS]
RewriteRule ^([0-9]*)-([0-9]*)-videonav-(.*).html index.php?page=Video&action=cat&cat_id=$1&nav=$2&orderby=$3 [L,NS]

RewriteRule ^medialist-(.*)-(.*).html index.php?page=Media&action=cat&cat_id=$1&nav=$2 [L,NS]
RewriteRule ^media-(.*).html index.php?page=Media&action=showfile&id=$1 [L,NS]
RewriteRule ^media.html index.php?page=Media [L,NS]
RewriteRule ^mediacat-(.*).html index.php?page=Media&action=cat&cat_id=$1 [L,NS]
RewriteRule ^([0-9]*)-([0-9]*)-medianav.html index.php?page=Media&action=cat&cat_id=$1&nav=$2 [L,NS]
RewriteRule ^media.reportcomment.([0-9]*)-([0-9]*).html index.php?page=Media&action=showfile&id=$2&op=reportcomment&commentid=$1 [L,NS]
RewriteRule ^mediasearch.html index.php?page=Search&exec=Search&t=screenshots [L,NS]

RewriteRule ^gamestatadd-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&add=$2 [L,NS]
RewriteRule ^gamestatrem-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&remove=$2 [L,NS]
RewriteRule ^gamemedia-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=Media&nav=$2 [L,NS]
RewriteRule ^gamelist-([^/]*)-([^/]*)-([0-9]*)-([^/]*).html index.php?page=Games&start=$1&cat=$2&nav=$3&genre=$4 [L,NS]
RewriteRule ^games.html index.php?page=Games [L,NS]
RewriteRule ^game-([0-9]*).html index.php?page=Games&action=showgame&id=$1 [L,NS]
RewriteRule ^game-([0-9]*)-(.*).html index.php?page=Games&action=showgame&id=$1 [L,NS]

RewriteRule ^game.articles-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=articles [L,NS]
RewriteRule ^game.faq-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=faq [L,NS]
RewriteRule ^game.achievements-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=achievements [L,NS]
RewriteRule ^game.files-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=files [L,NS]
RewriteRule ^game.media-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=media [L,NS]
RewriteRule ^game.video-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=video [L,NS]
RewriteRule ^game.cheats-(.*)-(.*).html index.php?page=Games&action=showgame&id=$1&show=cheats [L,NS]

RewriteRule ^topgames.html index.php?page=Top+Games [L,NS]
RewriteRule ^topgames-(.*).html index.php?page=Top+Games&cat=$1 [L,NS]

RewriteRule ^upcoming-(.*).html index.php?page=Upcoming+Games&cat=$1 [L,NS]
RewriteRule ^upcoming.html index.php?page=Upcoming+Games [L,NS]

RewriteRule ^members.html index.php?page=Members [L,NS]
RewriteRule ^memberlist-(.*)-([0-9]*)-(.*).html index.php?page=Members&start=$1&nav=$2&country=$3 [L,NS]
RewriteRule ^system-(.*) index.php?page=Console&p=$1 [L,NS]
RewriteRule ^online.html index.php?page=Online [L,NS]
RewriteRule ^usercp.html index.php?page=User+CP [L,NS]
RewriteRule ^editprofile-do.html index.php?page=Edit+Profile&edit=do [L,NS]
RewriteRule ^editprofile.html index.php?page=Edit+Profile [L,NS]
RewriteRule ^inbox.html index.php?page=User+CP&action=messages [L,NS]
RewriteRule ^myblog.html index.php?page=User+CP&action=blog [L,NS]
RewriteRule ^myblog-edit-([0-9]*).html index.php?page=User+CP&action=blog&op=edit&id=$1 [L,NS]
RewriteRule ^myblog-remove-([0-9]*).html index.php?page=User+CP&action=blog&op=remove&id=$1 [L,NS]
RewriteRule ^myblog-removeyes-([0-9]*).html index.php?page=User+CP&action=blog&op=remove&id=$1&exec=remove [L,NS]
RewriteRule ^myblog-add.html index.php?page=User+CP&action=blog&op=add [L,NS]

RewriteRule ^search.html index.php?page=Search&exec=Search [L,NS]
RewriteRule ^gamesearch.html index.php?page=Search&exec=Search&t=games [L,NS]
RewriteRule ^cheatsearch.html index.php?page=Search&exec=Search&t=cheats [L,NS]
RewriteRule ^filesearch.html index.php?page=Search&exec=Search&t=file [L,NS]
RewriteRule ^forumsearch.html index.php?page=Search&exec=Search&t=forums [L,NS]

RewriteRule ^contact.html index.php?page=Contact [L,NS]
RewriteRule ^contact-thanks.html index.php?page=Contact&action=thanks [L,NS]
RewriteRule ^logout.html index.php?page=Logout [L,NS]
RewriteRule ^logout-yes.html index.php?page=Logout&logmeout=1 [L,NS]
RewriteRule ^profile-(.*).html index.php?page=User+Profile&u=$1 [L,NS]
RewriteRule ^allshouts.html shoutbox_all.php [L,NS]
RewriteRule ^company-(.*).html index.php?page=Company&action=show&t=$1 [L,NS]
RewriteRule ^register.html index.php?page=Register [L,NS]

RewriteRule ^pages.html index.php?page=Page [L,NS]
RewriteRule ^page-(.*).html index.php?page=Page&action=showpage&id=$1 [L,NS]
RewriteRule ^page-(.*)-(.*).html index.php?page=Page&action=showpage&id=$1 [L,NS]
RewriteRule ^pagenav-(.*).html index.php?page=Page&orderby=$1 [L,NS]

RewriteRule ^blognav-([0-9]*).html index.php?page=Blogs&nav=$1 [L,NS]
RewriteRule ^blogs.html index.php?page=Blogs [L,NS]
RewriteRule ^blog-([0-9]*).html index.php?page=Blogs&action=show&id=$1 [L,NS]
RewriteRule ^blog-([0-9]*)-(.*).html index.php?page=Blogs&action=show&id=$1 [L,NS]
post too long, will post the rest in the next post.
 
Top