So I decided to move over from prefork to worker but with no luck.
Keep in mind, Im still quite new at this so this is a guide ive used:
http://www.failover.co/blog/quick-setup ... pm-and-apcI followed each to the dot but everytime i try to load a php file, it gives a not found error. Everything else works fine though (static html, images, etc)
Running ubuntu 10.04 LTS 32 bit..
Error logs in apache:
File does not exist: /srv/www/neomallers.com/public_html/counter/cgi-bin/php5
From the looks of it, it seems as if it's trying to load php5 off the public docs folder? Im not sure..
As an aside, I've tried a bunch of other guides as well but one or all of the following happens
(1) php file becomes downloable (not good!)
(2) not found error
Any help would be greatly appreciated! Thanks!!