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
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
you can also grab the RSS feed or Subscribe to Techgurulive by Email
Not Getting
Related postsHow 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...
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...
































