Need to determine how php files are being rendered in a LAMP configuration (CGI, FastCGI, or mod-php)
Posted
by
Chris Williams
on Server Fault
See other posts from Server Fault
or by Chris Williams
Published on 2009-09-09T20:38:43Z
Indexed on
2010/12/25
4:55 UTC
Read the original article
Hit count: 390
How do I determine how our php files are being rendered in a simple LAMP configuration?
phpinfo shows:
-- Configure Command --
--enable-force-cgi-redirect
--enable-fastcgi
-- Server API --
CGI/FastCGI
-- cgi-fcgi --
Directive Local Value Master Value
cgi.check_shebang_line 1 1
cgi.fix_pathinfo 1 1
cgi.force_redirect 1 1
cgi.nph 0 0
cgi.redirect_status_env no value no value
cgi.rfc2616_headers 0 0
fastcgi.logging 1 1
© Server Fault or respective owner