Commit 83cac4f2 authored by Joshua Slive's avatar Joshua Slive
Browse files

Add a couple windows notes.

PR: 6289, 5786


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90514 13f79535-47bb-0310-9956-ffa450edef68
parent 1a993541
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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>