You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@locus.apache.org on 2000/04/18 22:54:04 UTC

cvs commit: apache-2.0/htdocs/manual/misc FAQ-F.html FAQ-G.html FAQ-I.html

coar        00/04/18 13:54:04

  Modified:    htdocs/manual/misc FAQ-F.html FAQ-G.html FAQ-I.html
  Log:
  	Propagate the 1.3 FAQ fixes over here..
  
  Revision  Changes    Path
  1.4       +14 -14    apache-2.0/htdocs/manual/misc/FAQ-F.html
  
  Index: FAQ-F.html
  ===================================================================
  RCS file: /home/cvs/apache-2.0/htdocs/manual/misc/FAQ-F.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FAQ-F.html	2000/04/18 17:52:31	1.3
  +++ FAQ-F.html	2000/04/18 20:54:03	1.4
  @@ -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:
  @@ -537,17 +537,17 @@
       </DL>
       </P>
       </LI>
  -   <LI>Place the cgi-bin directory underneath the public_html directory:
  -    <P>
  -    <DL>
  -    <DD><CODE>&lt;Directory /home/*/public_html/cgi-bin&gt;<BR>
  -    Options ExecCGI<BR> 
  -    SetHandler cgi-script<BR>
  -    &lt;/Directory&gt;</CODE>
  -    </DD>
  -    </DL>
  -    </P>
  -   </LI>
  +    <LI>Place the cgi-bin directory underneath the public_html directory:
  +     <P></p>
  +     <DL>
  +      <DD><CODE>&lt;Directory /home/*/public_html/cgi-bin&gt;<BR>
  +       &nbsp;&nbsp;&nbsp;&nbsp;Options ExecCGI<BR>
  +       &nbsp;&nbsp;&nbsp;&nbsp;SetHandler cgi-script<BR>
  +       &lt;/Directory&gt;</CODE>
  +      </DD>
  +     </DL>
  +     <p></P>
  +    </LI>
      </OL>
     <HR> 
    </LI>
  
  
  
  1.3       +4 -4      apache-2.0/htdocs/manual/misc/FAQ-G.html
  
  Index: FAQ-G.html
  ===================================================================
  RCS file: /home/cvs/apache-2.0/htdocs/manual/misc/FAQ-G.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FAQ-G.html	2000/04/18 17:52:31	1.2
  +++ FAQ-G.html	2000/04/18 20:54:03	1.3
  @@ -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.7       +3 -3      apache-2.0/htdocs/manual/misc/FAQ-I.html
  
  Index: FAQ-I.html
  ===================================================================
  RCS file: /home/cvs/apache-2.0/htdocs/manual/misc/FAQ-I.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FAQ-I.html	2000/04/18 17:52:32	1.6
  +++ FAQ-I.html	2000/04/18 20:54:03	1.7
  @@ -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
  @@ -231,8 +231,8 @@
     <HR>
    </LI>
    <LI><A NAME="conditional-logging">
  -       	<STRONG>How do I keep certain requests from appearing
  -        in my logs?</STRONG></A> 
  +      <STRONG>How do I keep certain requests from appearing
  +      in my logs?</STRONG></A> 
     <P>
     The maximum flexibility for removing unwanted information from
     log files is obtained by post-processing the logs, or using