]> granicus.if.org Git - apache/commitdiff
Update htdocs with new ScriptInterpreterSource directive.
authorBill Stoddard <stoddard@apache.org>
Sat, 6 Feb 1999 11:00:57 +0000 (11:00 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 6 Feb 1999 11:00:57 +0000 (11:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82759 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/directives.html

index adc2870fcf54a32c03c50676a9585f743d254828..9ad12429aceca6aecbda381d1cc28645af3e355c 100644 (file)
@@ -75,6 +75,7 @@ always available.
 <LI><A HREF="#rlimitnproc">RLimitNPROC</A>
 <LI><A HREF="#satisfy">Satisfy</A>
 <LI><A HREF="#scoreboardfile">ScoreBoardFile</A>
+<LI><A HREF="#scriptinterpretersource">ScriptInterpreterSource</A>
 <LI><A HREF="#sendbuffersize">SendBufferSize</A>
 <LI><A HREF="#serveradmin">ServerAdmin</A>
 <LI><A HREF="#serveralias">ServerAlias</A>
@@ -2598,6 +2599,32 @@ release. (Prior to 1.3b4, <CODE>HAVE_SHMGET</CODE> would have sufficed.)<P>
 
 <P><HR>
 
+<H2><A NAME="scriptinterpretersource">ScriptInterpreterSource directive</A></H2>
+<!--%plaintext &lt;?INDEX {\tt ScriptInterpreterSource} directive&gt; -->
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> ScriptInterpreterSource <EM>'registry' or 'script'</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>ScriptInterpreterSource script</CODE>
+<BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> directory, .htaccess<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> core (Windows only)<P>
+
+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.
+<P><HR>
+
 <H2><A NAME="sendbuffersize">SendBufferSize directive</A></H2>
 <!--%plaintext &lt;?INDEX {\tt SendBufferSize} directive&gt; -->
 <A
index cffa57fef85557edd49ebf195f7bfe0b8caea78b..1cc2813d803feb36f7dcfd26cc796f2b0e992c64 100644 (file)
@@ -186,6 +186,7 @@ of the terms used in their descriptions available.
 <LI><A HREF="mod_actions.html#script">Script</A>
 <LI><A HREF="mod_alias.html#scriptalias">ScriptAlias</A>
 <LI><A HREF="mod_alias.html#scriptaliasmatch">ScriptAliasMatch</A>
+<LI><A HREF="core.html#scriptinterpretersource">ScriptInterpreterSource</A>
 <LI><A HREF="mod_cgi.html#scriptlog">ScriptLog</A>
 <LI><A HREF="mod_cgi.html#scriptlogbuffer">ScriptLogBuffer</A>
 <LI><A HREF="mod_cgi.html#scriptloglength">ScriptLogLength</A>