############################################################################## # # Common Gateway Interface (CGI) support # ############################################################################## LoadModule = mod_cgi.php #ParseExt = cgi CGI $SCRIPT_FILENAME # This option is only here if you plan to use the CGI version of PHP. # There is a bug still unfixed in PHP-CGI that forbids passing the PATH_INFO # server var to the scripts. Disable it if it gets fixed one day. #CGIFilterPathInfo = 1 # Use CGINoHeader to specify a list of HTTP response headers that will be # blocked by the server (not forwarded to the client browser) #CGINoHeader = X-Powered-By # Every file in a directory defined as CGIScriptsDir will be considered as a # CGI script and will be executed by mod_cgi #CGIScriptsDir = /usr/lib/cgi-bin #Alias = /cgi-bin/ /usr/lib/cgi-bin/ # CGIScriptNoExec defines the behavior of mod_cgi if a file in a CGIScriptsDir # does not have the executable bit set. Possibles values are : # "error" : throws an internal server error # "raw" : sends the raw content of the file #CGIScriptNoExec = error