When I do <? phpinfo(); ?> and get my screen of information it shows in row number 4 Server API is CGI. When I look at it from another server I built it says Server API is Apache 2.0 Handler.
What am I missing here? I want to have that second server setup just like the other one is where the API is CGI. It's got to be something simple.
I'm using PHP Version 4.3.9 on both boxes and apapche 2.0.52.
Follow the instructions to set it up as CGI. Something of note: running as CGI will make it run a bit slower and you will have access to a few less features (of which I can't remember which, but I do remember some features being unavailable to CGI)