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