PHP As CGI

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
tweaker
Forum Newbie
Posts: 10
Joined: Wed Feb 08, 2006 1:09 pm
Contact:

PHP As CGI

Post by tweaker »

I have a relatively simple question.

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.

Tweaker
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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)
Post Reply