You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by sl...@apache.org on 2001/08/23 00:32:10 UTC

cvs commit: httpd-docs-1.3/htdocs/manual windows.html

slive       01/08/22 15:32:10

  Modified:    htdocs/manual windows.html
  Log:
  Add a couple windows configuration notes.
  
  PR: 6289, 5786
  
  Revision  Changes    Path
  1.51      +10 -1     httpd-docs-1.3/htdocs/manual/windows.html
  
  Index: windows.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/windows.html,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -d -b -u -r1.50 -r1.51
  --- windows.html	2001/07/11 19:49:13	1.50
  +++ windows.html	2001/08/22 22:32:10	1.51
  @@ -93,7 +93,7 @@
   <H2><A NAME="down">Downloading Apache for Windows</A></H2>
   
   <P>Information on the latest version of Apache can be found on the
  -   Apache web server at <A HREF="http://www.apache.org/httpd">
  +   Apache web server at <A HREF="http://httpd.apache.org/">
      http://www.apache.org/httpd</A>.  This will
      list the current release, any more recent alpha or beta-test releases,
      together with details of mirror web and anonymous FTP sites.</P>
  @@ -362,6 +362,15 @@
            Applications), such as those used by Microsoft's IIS, and other
            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>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org