Commit 8bc2e946 authored by Ken Coar's avatar Ken Coar
Browse files

	Propagate the 1.3 FAQ fixes over here..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84995 13f79535-47bb-0310-9956-ffa450edef68
parent da4736d6
Loading
Loading
Loading
Loading
+7 −7
Changes for docs/manual/misc/FAQ-F.html: 7 added lines, 7 removed lines.
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  <!--#include virtual="header.html" -->
  <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
  <P>
  $Revision: 1.3 $ ($Date: 2000/04/18 17:52:31 $)
  $Revision: 1.4 $ ($Date: 2000/04/18 20:54:03 $)
  </P>
  <P>
  The latest version of this FAQ is always available from the main
@@ -520,13 +520,13 @@
  <P>
  Remember that CGI execution does not need to be restricted only to
  cgi-bin directories.  You can <A HREF="#CGIoutsideScriptAlias">allow
  cgi execution in arbitrary parts of your filesystem</A>.
  CGI script execution in arbitrary parts of your filesystem</A>.
  </P>
  <P>
  There are many ways to give each user directory a cgi-bin directory
  such that anything requested as 
  <SAMP>http://example.com/~user/cgi-bin/program</SAMP> will be
  executed as a CGI program.
  executed as a CGI script.
  Two alternatives are:
  <OL>
   <LI>Place the cgi-bin directory next to the public_html directory:
@@ -538,15 +538,15 @@
    </P>
    </LI>
    <LI>Place the cgi-bin directory underneath the public_html directory:
    <P>
     <P></p>
     <DL>
      <DD><CODE>&lt;Directory /home/*/public_html/cgi-bin&gt;<BR>
    Options ExecCGI<BR> 
    SetHandler cgi-script<BR>
       &nbsp;&nbsp;&nbsp;&nbsp;Options ExecCGI<BR>
       &nbsp;&nbsp;&nbsp;&nbsp;SetHandler cgi-script<BR>
       &lt;/Directory&gt;</CODE>
      </DD>
     </DL>
    </P>
     <p></P>
    </LI>
   </OL>
  <HR> 
+4 −4
Changes for docs/manual/misc/FAQ-G.html: 4 added lines, 4 removed lines.
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  <!--#include virtual="header.html" -->
  <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
  <P>
  $Revision: 1.2 $ ($Date: 2000/04/18 17:52:31 $)
  $Revision: 1.3 $ ($Date: 2000/04/18 20:54:03 $)
  </P>
  <P>
  The latest version of this FAQ is always available from the main
@@ -90,7 +90,7 @@
        for Web page authentication?</A>
   </LI>
   <LI><A HREF="#prompted-twice">Why does Apache ask for my password
	      twice before serving a file?
	twice before serving a file?</a>
   </LI>
  </OL>
 </LI>
@@ -364,11 +364,11 @@
  <HR>
 </LI>
 <LI><A NAME="prompted-twice"><STRONG>Why does Apache ask for my password
	      twice before serving a file?</STRONG>
	      twice before serving a file?</STRONG></a>
  <P>
  If the hostname under which you are accessing the server is
  different than the hostname specified in the 
  <A HREF="../mod/core.html#servername"<CODE>ServerName</CODE></A>
  <A HREF="../mod/core.html#servername"><CODE>ServerName</CODE></A>
  directive, then depending on the setting of the
  <A HREF="../mod/core.html#usecanonicalname"><CODE>UseCanonicalName</CODE></A>
  directive, Apache will redirect you to a new hostname when
+1 −1
Changes for docs/manual/misc/FAQ-I.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  <!--#include virtual="header.html" -->
  <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
  <P>
  $Revision: 1.6 $ ($Date: 2000/04/18 17:52:32 $)
  $Revision: 1.7 $ ($Date: 2000/04/18 20:54:03 $)
  </P>
  <P>
  The latest version of this FAQ is always available from the main