This Howtos posted under: IT-Tips, Linux | Total Visitors Till Now: 25

How do I install PHP as a CGI?

./configure –without-apache –without-apxs –with-other-options

It will tell you that as you are building it without Apache support, it is building it as a CGI binary.

Then do make ; make install and it should then be installed (/usr/local/bin/php by default)


  Posted by admin on August 16, 2008 at 12:06 pm

Be the first to comment - What do you think?  Tags: , , , ,

Coolsearchinfo - A free Social Bookmarking Site

Liked this article? To continue getting our latest free Howtos and Tutorials,
you can also grab the RSS feed or Subscribe to Techgurulive by Email

Not Getting



Related posts
  • How to Install and Configure APC for PHP on Linux
    APC is the Alternative PHP Cache, which is a free, open, and robust framework for caching and optimizing PHP intermediate code. What this means is that APC reads your PHP...