I am trying to install Zen Cart v1.3.8a on a Linux system with Centos Rel 5. The installer thinks PHP is running in CGI mode and not in FastCGI whereas all the info in phpinfo() seems to indicate that PHP is in fact running in FastCGI mode.
Does anyone know why the installer is raising the "PHP API Mode = cgi-fcgi" warning?
Thanks,
Nishi
PHP API Mode = cgi-fcgi <Click here for more info>
'More info' says
"PHP running as cgi not recommended unless server is Windows"
Running PHP as CGI can be problematic on some Linux/Unix servers.
Windows servers, however, "always" run PHP as a cgi module, in which case this warning can be ignored.
Here are parts of phpinfo():
- 'Configure Command' section in phpinfo() output shows that php is compiled with '--enable-fastcgi'
- 'Server API' section shows CGI/FastCGI
- 'Environment' section
-- TARGET /usr/bin/php-cgi
-- SERVER_SOFTWARE lighttpd/1.4.18
- 'PHP Variables' section
-- _SERVER["TARGET"] /usr/bin/php-cgi
-- _SERVER["SERVER_SOFTWARE"] lighttpd/1.4.18
# php -v
PHP 5.2.1 (cli) (built: Feb 7 2008 03:57:23)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
# php-cgi -v
PHP 5.2.1 (cgi-fcgi) (built: Feb 7 2008 03:55:08)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies







