Older version of Php causing memory usage highs with 3.2?
-
Earlier this week I got notice from my web host, LunarPages, that my site was running high on CPU and memory. After spending hours on my robot.txt and .htaccess, and disabling almost all of my plugins the CPU went down, but the memory stayed high.
Then while messing more with the .htaccess I realized that the server most likely isn’t running Php 5.2.4. At some previous point in time they’d had me add this to .htaccess….
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
I deleted it by accident and when I went to my site there was a blank page with the line about my server running php version 4.4.9
I put the php5 line back in and the site is back up, but I’m wondering if this is what is causing my issues.
Thoughts?
And thanks in advance!
Lori
- The topic ‘Older version of Php causing memory usage highs with 3.2?’ is closed to new replies.