From: Bill Stoddard Date: Sat, 6 Feb 1999 11:00:57 +0000 (+0000) Subject: Update htdocs with new ScriptInterpreterSource directive. X-Git-Tag: 1.3.5~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f623bf01a220a91d85b49082d8ec1258487f55b;p=apache Update htdocs with new ScriptInterpreterSource directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82759 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index adc2870fcf..9ad12429ac 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -75,6 +75,7 @@ always available.
  • RLimitNPROC
  • Satisfy
  • ScoreBoardFile +
  • ScriptInterpreterSource
  • SendBufferSize
  • ServerAdmin
  • ServerAlias @@ -2598,6 +2599,32 @@ release. (Prior to 1.3b4, HAVE_SHMGET would have sufficed.)


    +

    ScriptInterpreterSource directive

    + +Syntax: ScriptInterpreterSource 'registry' or 'script'
    +Default: ScriptInterpreterSource script +
    +Context: directory, .htaccess
    +Status: core (Windows only)

    + +This directive is used to control how Apache 1.3.5 and later finds the interpreter +used to run CGI scripts. The default technique is to use the interpreter pointed to by +the #! line in the script. Setting ScriptInterpreterSource registry will cause the +Windows Registry to be searched using the script file extension (e.g., .pl) as a search key. +


    +

    SendBufferSize directive

    Script
  • ScriptAlias
  • ScriptAliasMatch +
  • ScriptInterpreterSource
  • ScriptLog
  • ScriptLogBuffer
  • ScriptLogLength