From: Ken Coar Date: Mon, 21 Apr 1997 21:26:15 +0000 (+0000) Subject: A tad more cleanup, and addition of the FastCGI Q&A. X-Git-Tag: APACHE_1_2b9~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31b9bd0e413173ebab3e4a77d01a3d3686604eb8;p=apache A tad more cleanup, and addition of the FastCGI Q&A. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77954 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index a067539df1..dd550b3e84 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.29 $ ($Date: 1997/04/21 20:21:47 $) +$Revision: 1.30 $ ($Date: 1997/04/21 21:26:15 $)

If you are reading a text-only version of this FAQ, you may find numbers @@ -18,7 +18,6 @@ do not appear, and are not needed, for the hypertext version.

The Questions

- @@ -43,7 +42,6 @@ do not appear, and are not needed, for the hypertext version. - @@ -282,7 +283,7 @@ do not appear, and are not needed, for the hypertext version. Apache Week + >Apache Week available.


@@ -878,17 +879,38 @@ do not appear, and are not needed, for the hypertext version.
  • Why can't I publish to my Apache server using PUT on - Netscape Gold and other programs? + Netscape Gold and other programs? +

    Because you need to install and configure a script to handle - the uploaded files. This script is often called a "PUT" handler. + the uploaded files. This script is often called a "PUT" handler. There are several available, but they may have security problems. Using FTP uploads may be easier and more secure, at least for now. - For more information, see - Publishing Pages with - PUT in Apache Week. + For more information, see the Apache Week article + Publishing Pages with PUT. +

    +
  • +
  • + Why isn't FastCGI included with Apache any more? + +

    + The simple answer is that it was becoming too difficult to keep the + version being included with Apache synchronised with the master copy + at the + FastCGI web site. When a new version of Apache was released, the + version of the FastCGI module included with it would soon be out of date. +

    +

    + You can still obtain the FastCGI module for Apache from the master + FastCGI web site.

    +
    +