]> granicus.if.org Git - apache/commit
This Win32 patch adds the key HKCR/filetype/shell/execcgi/command as the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Jun 2000 04:15:02 +0000 (04:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Jun 2000 04:15:02 +0000 (04:15 +0000)
commitad6759a65777387f4ecd8e794dc142ef5bfed10d
tree05508a9259e71ac7a93bef45c18be37c00b0d550
parenta8dfe7949387077b7e209c4c998672ece8fcb194
  This Win32 patch adds the key HKCR/filetype/shell/execcgi/command as the
  preference over the HKCR/filetype/shell/open/command for registry-based
  script execution, allowing two behaviors to coexist peacefully (the pipe
  based console behavior and the Win32 shell behavior.)

  The new ScriptInterpreterSource registry-strict directive dismisses bth
  the HKCR/filetype/shell/open/command and the shebang processing for
  administrators who are interested in explicit authorization of file type
  execution allowed in the context of subscriber-created scripts.  The net
  result: only HKCR/filetype/shell/execcgi/command processing is permitted.

  Docs to follow shortly.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85625 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
modules/http/http_core.c