]> granicus.if.org Git - apache/commitdiff
Add a couple windows notes.
authorJoshua Slive <slive@apache.org>
Wed, 22 Aug 2001 22:34:50 +0000 (22:34 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 22 Aug 2001 22:34:50 +0000 (22:34 +0000)
PR: 6289, 5786

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90514 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html

index 21c2585e75ea7f37914be3d4d2a9f752440a47d0..d02ec2984a6c41c57e7ab1389ee6eff83f1ac75e 100644 (file)
@@ -288,6 +288,17 @@ There are two ways you can run Apache:
          Windows servers. <A HREF="../mod/mod_isapi.html">More information
          is available.</A>  Note that Apache <em>CANNOT</em> load ISAPI
                 Filters.
+  <LI>When running CGI scripts, the method Apache uses to find the
+        interpreter for the script is configurable using the
+        <a href="../mod/core.html#scriptinterpretersource"
+        >ScriptInterpreterSource</a> directive.
+   <LI>Since it is often difficult to manage files with names like
+        <code>.htaccess</code> under windows, you may find it useful
+        to change the name of this configuration file using the
+        <a href="../mod/core.html#accessfilename">AccessFilename</a>
+        directive.
+
+
 </UL>
 
 <H2><A NAME="service">Running Apache for Windows as a Service</A></H2>