From 77622894d38466d22cbb11e88e1bc5e4768ecbf6 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 22 Aug 2001 22:34:50 +0000 Subject: [PATCH] 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 --- docs/manual/platform/windows.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 21c2585e75..d02ec2984a 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -288,6 +288,17 @@ There are two ways you can run Apache: Windows servers. More information is available. Note that Apache CANNOT load ISAPI Filters. +
  • When running CGI scripts, the method Apache uses to find the + interpreter for the script is configurable using the + ScriptInterpreterSource directive. +
  • Since it is often difficult to manage files with names like + .htaccess under windows, you may find it useful + to change the name of this configuration file using the + AccessFilename + directive. + +

    Running Apache for Windows as a Service

    -- 2.50.1