<!--#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><Directory /home/*/public_html/cgi-bin><BR>
- Options ExecCGI<BR>
- SetHandler cgi-script<BR>
- </Directory></CODE>
- </DD>
- </DL>
- </P>
- </LI>
+ <LI>Place the cgi-bin directory underneath the public_html directory:
+ <P></p>
+ <DL>
+ <DD><CODE><Directory /home/*/public_html/cgi-bin><BR>
+ Options ExecCGI<BR>
+ SetHandler cgi-script<BR>
+ </Directory></CODE>
+ </DD>
+ </DL>
+ <p></P>
+ </LI>
</OL>
<HR>
</LI>
<!--#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
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
<!--#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