]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propagate the 1.3 FAQ fixes over here..
authorKen Coar <coar@apache.org>
Tue, 18 Apr 2000 20:54:03 +0000 (20:54 +0000)
committerKen Coar <coar@apache.org>
Tue, 18 Apr 2000 20:54:03 +0000 (20:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84995 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ-F.html
docs/manual/misc/FAQ-G.html
docs/manual/misc/FAQ-I.html

index 7f2d5f298f5845a8a3bee1f3e6a36f3b32b9f05c..6aa4ea9eb3e36bf4f1479f95d5e1a76384964887 100644 (file)
@@ -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
   <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:
     </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>
index e17e5e853b816ba78c5b2b903f3bd9604cc4def5..0edc6997e9645eb1404d66312f99b12413ce39a5 100644 (file)
@@ -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>
   <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
index d2e49ae9cfa12a05300559a0c4d0571d4275a580..751800846ebe5288cc5aa286730c3007c5052ecd 100644 (file)
@@ -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
   <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