Well, that certainly narrows it down.<br><br>Since you have a backup, can you take advantage of that 2 minutes and disable the core statistics module if it is enabled, and all 3rd party modules? Because then you could start enabling them one by one to see where the problem might be.<br>

<br>If you can&#39;t get in, what you can do is the following: assuming your modules are in ./sites/all/modules, then simply move them away, then your site will come up without them enabled.<br><br>Then you can sort of add them in one by one, to see which one is causing the problem.<br>

<br>Make sure php.ini has enough memory allocated, push it up to 64M to start if you have many modules, or even more:<br><br>memory_limit = 64M&nbsp;&nbsp; <br><br>Another tack is to use some kind of MySQL diagnostics to see what queries are killing you.<br>
<br>The devel module would help but only if you can get the site to run!<br><br>What happens when you disable all the modules and start adding them back one by one (how many are there?)<br><br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br>
<br><br><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 7:19 PM, cooper Quintin <span dir="ltr">&lt;<a href="mailto:cooperq@cooperq.com" target="_blank">cooperq@cooperq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>Victor Kane wrote:<br>
&gt; First of all, am I right in supposing that your test environment<br>
&gt; crashed on your laptop as a single Drupal instance?<br>
</div>Yes you are.<br>
<div>&gt;<br>
&gt; In other words, taken together the following:<br>
&gt;<br>
&gt; 1. Virtual server config<br>
</div>Yes, as a vhost entry in apache<br>
<div>&gt; 2. MySql string in settings.php &nbsp; (is that mysql or mysqli?)<br>
</div>Check<br>
&gt; 3. File system<br>
CHeck<br>
<div>&gt; 4. dns configurations (simply an entry in /etc/hosts on your laptop?)<br>
</div>Yup, thats how I did it<br>
<div>&gt;<br>
&gt; and installed anywhere, the server crashes?<br>
</div>Yes, exactly. But also installed on the very same server where it<br>
already works, it crashes the server as well.<br>
<div>&gt;<br>
&gt; Victor<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jan 27, 2009 at 8:41 AM, cooper Quintin &lt;<a href="mailto:cooperq@cooperq.com" target="_blank">cooperq@cooperq.com</a><br>
</div><div><div></div><div>&gt; &lt;mailto:<a href="mailto:cooperq@cooperq.com" target="_blank">cooperq@cooperq.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Victor Kane wrote:<br>
&gt; &nbsp; &nbsp; &gt; I&#39;m willing to help practically any Indymedia journalist :)<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; Let&#39;s take it a step at a time and solve this.<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; 1. What do you mean it &quot;crashes the server&quot;.<br>
&gt; &nbsp; &nbsp; What I mean by this is, about a minute or 2 after the first page<br>
&gt; &nbsp; &nbsp; request<br>
&gt; &nbsp; &nbsp; from the dev or testing branch, the server starts grinding to a halt.<br>
&gt; &nbsp; &nbsp; MySQL queries become very slow and the system load shoots up<br>
&gt; &nbsp; &nbsp; astronomically. &nbsp;Apache crashes and the entire system becomes slow and<br>
&gt; &nbsp; &nbsp; then unresponsive, requiring a hard reset. &nbsp;I will have to get back to<br>
&gt; &nbsp; &nbsp; you with the exact statistics after I have approval to run another<br>
&gt; &nbsp; &nbsp; test. &nbsp;(I can&#39;t just go about crashing our live server! ;)<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; 2. Describe how you set up the system in more detail,<br>
&gt; &nbsp; &nbsp; especially, how<br>
&gt; &nbsp; &nbsp; &gt; is the original setup, describe it in some detail.<br>
&gt; &nbsp; &nbsp; I should note again that I am running all of these on one server (with<br>
&gt; &nbsp; &nbsp; different databases for each and a seperate webroot for each, also to<br>
&gt; &nbsp; &nbsp; ari: I have made sure that the settings.php files each have the<br>
&gt; &nbsp; &nbsp; correct<br>
&gt; &nbsp; &nbsp; url set as the base url, also we have a vanilla htaccess file with one<br>
&gt; &nbsp; &nbsp; exception noted below.) &nbsp;so the operating environment is exactly the<br>
&gt; &nbsp; &nbsp; same for all 3, the only difference being that the test and<br>
&gt; &nbsp; &nbsp; development<br>
&gt; &nbsp; &nbsp; versions are checked out from the subversion repository and the live<br>
&gt; &nbsp; &nbsp; version is not, (it is still just the non version controlled file<br>
&gt; &nbsp; &nbsp; system.) &nbsp; The original setup is drupal core 5.15 checked out from<br>
&gt; &nbsp; &nbsp; CVS.<br>
&gt; &nbsp; &nbsp; We have the memcached module installed and a few other modules (I can<br>
&gt; &nbsp; &nbsp; post them if you think it is important.) &nbsp;The server has 3.5 Gigs of<br>
&gt; &nbsp; &nbsp; memory, and about 2 gigs are free during normal operation.<br>
&gt; &nbsp; &nbsp; &nbsp;Additionally<br>
&gt; &nbsp; &nbsp; we are currently using about 10% of our root partition&#39;s hard drive<br>
&gt; &nbsp; &nbsp; space (40/400G). &nbsp;We have about 8-9 established connections at any<br>
&gt; &nbsp; &nbsp; given<br>
&gt; &nbsp; &nbsp; time on port 80 (according to netstat -ntpa)<br>
&gt; &nbsp; &nbsp; Here again are the stats for the server: Server OS: CentOS 5 Drupal<br>
&gt; &nbsp; &nbsp; Version: 5.15 php 5.2.8 apache<br>
&gt; &nbsp; &nbsp; 2.2.3 mysql 5.0.45 memcached 1.2.5<br>
&gt;<br>
&gt; &nbsp; &nbsp; I suspected at first that it may have something to do with the way the<br>
&gt; &nbsp; &nbsp; server is configured so I tried running the test environment on my<br>
&gt; &nbsp; &nbsp; laptop (with an exact snapshot of the code and database) and my laptop<br>
&gt; &nbsp; &nbsp; crashed in the same spectacular manner as the server.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; Victor Kane<br>
&gt; &nbsp; &nbsp; &gt; <a href="http://awebfactory.com.ar" target="_blank">http://awebfactory.com.ar</a><br>
&gt; &nbsp; &nbsp; P.S. Here is the 1 line we have added to the .htaccess file:<br>
&gt; &nbsp; &nbsp; &nbsp;RewriteCond %{HTTP_HOST} ^secure\.<a href="http://adbusters.org" target="_blank">adbusters.org</a><br>
</div></div>&gt; &nbsp; &nbsp; &lt;<a href="http://adbusters.org" target="_blank">http://adbusters.org</a>&gt;\orders\shoes$ [NC]<br>
<div>&gt; &nbsp; &nbsp; &nbsp; &nbsp;RewriteRule ^(.*)$<br>
&gt; &nbsp; &nbsp; <a href="http://www.adbusters.org/category/culture_shop/ethical_alternatives/blackspot_shoes" target="_blank">http://www.adbusters.org/category/culture_shop/ethical_alternatives/blackspot_shoes</a><br>
&gt; &nbsp; &nbsp; [L,R=301<br>
</div>&gt; &nbsp; &nbsp; &lt;<a href="http://www.adbusters.org/category/culture_shop/ethical_alternatives/blackspot_shoes%5BL,R=301" target="_blank">http://www.adbusters.org/category/culture_shop/ethical_alternatives/blackspot_shoes%5BL,R=301</a>&gt;]<br>


<div>&gt;<br>
&gt; &nbsp; &nbsp; P.P.S &nbsp;Whats the best way to get a list of all my installed<br>
&gt; &nbsp; &nbsp; modules and<br>
&gt; &nbsp; &nbsp; versions for you guys?<br>
&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; Cooper Quintin<br>
&gt; &nbsp; &nbsp; Freelance Programmer, Indymedia Journalist<br>
&gt; &nbsp; &nbsp; <a href="http://CooperQ.com" target="_blank">http://CooperQ.com</a><br>
&gt; &nbsp; &nbsp; (510) 827-5382<br>
&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div>--<br>
<div><div></div><div>Cooper Quintin<br>
Freelance Programmer, Indymedia Journalist<br>
<a href="http://CooperQ.com" target="_blank">http://CooperQ.com</a><br>
(510) 827-5382<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>