stoddard 99/02/06 03:00:58
Modified: htdocs/manual/mod core.html directives.html Log: Update htdocs with new ScriptInterpreterSource directive. Revision Changes Path 1.144 +27 -0 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- core.html 1999/02/05 09:22:43 1.143 +++ core.html 1999/02/06 11:00:57 1.144 @@ -75,6 +75,7 @@ <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> @@ -2596,6 +2597,32 @@ <STRONG>See Also</STRONG>: <A HREF="../stopping.html">Stopping and Restarting Apache</A></P> +<P><HR> + +<H2><A NAME="scriptinterpretersource">ScriptInterpreterSource directive</A></H2> +<!--%plaintext <?INDEX {\tt ScriptInterpreterSource} directive> --> +<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> 1.54 +1 -0 apache-1.3/htdocs/manual/mod/directives.html Index: directives.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/directives.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- directives.html 1998/12/27 02:38:14 1.53 +++ directives.html 1999/02/06 11:00:57 1.54 @@ -186,6 +186,7 @@ <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>