Lines Matching refs:cgi
757 ; cgi.force_redirect configuration below
782 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
786 ; http://php.net/cgi.force-redirect
787 ;cgi.force_redirect = 1
789 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
791 ;cgi.nph = 1
793 ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
797 ; http://php.net/cgi.redirect-status-env
798 ;cgi.redirect_status_env =
800 ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
802 ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
806 ; http://php.net/cgi.fix-pathinfo
807 ;cgi.fix_pathinfo=1
809 ; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside
811 ;cgi.discard_path=1
825 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
830 ; http://php.net/cgi.rfc2616-headers
831 ;cgi.rfc2616_headers = 0
833 ; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #!
837 ; http://php.net/cgi.check-shebang-line
838 ;cgi.check_shebang_line=1