<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
<P>
- $Revision: 1.99 $ ($Date: 1998/01/23 00:36:30 $)
+ $Revision: 1.100 $ ($Date: 1998/01/23 16:13:50 $)
</P>
<P>
The latest version of this FAQ is always available from the main
<A HREF="http://www.linuxhq.com/HOWTO/META-FAQ.html"
>Linux newsgroup/mailing list</A>.
As a last-resort workaround, you can
- comment out the <CODE>#define USE_SHMGET_SCOREBOARD</CODE> definition in the
+ comment out the <CODE>#define USE_SHMGET_SCOREBOARD</CODE>
+ definition in the
<SAMP>LINUX</SAMP> section of
<SAMP>src/conf.h</SAMP> and rebuild the server (prior to 1.3b4, simply
- removing <CODE>#define HAVE_SHMGET</CODE> would have sufficed). This will
- produce a server which is slower and less reliable.
+ removing <CODE>#define HAVE_SHMGET</CODE> would have sufficed).
+ This will produce a server which is slower and less reliable.
</P>
<HR>
</LI>
</A>
<P>
You have probably configured the Host by specifying a FQHN,
- and thus the libmsql will use a full blown tcp/ip socket to talk to
- the database, rather than a fast internal device. The
+ and thus the <SAMP>libmsql</SAMP> will use a full blown TCP/IP socket
+ to talk to the database, rather than a fast internal device. The
<SAMP>libmsql</SAMP>, the mSQL FAQ, and the <SAMP>mod_auth_msql</SAMP>
documentation warn you about this. If you have to use different
hosts, check out the <SAMP>mod_auth_msql</SAMP> code for
<dd>User authentication using Berkeley DB files.
<dt><A HREF="mod_auth_dbm.html">mod_auth_dbm</A>
<dd>User authentication using DBM files.
-<dt><A HREF="mod_auth_msql.html">mod_auth_msql</A> Apache 1.2.* and earlier
-<dd>User authentication using mSQL files.
<dt><A HREF="mod_autoindex.html">mod_autoindex</A>
<dd>Automatic directory listings.
<dt><A HREF="mod_browser.html">mod_browser</A> Apache 1.2.* only
A common use for this is in conjunction with one of the database
modules; such as <a
href="mod_auth_db.html"><code>mod_auth_db.c</code></a>, <a
-href="mod_auth_dbm.html"><code>mod_auth_dbm.c</code></a>, <a
-href="mod_auth_msql.html"><code>mod_auth_msql.c</code></a> and <a
+href="mod_auth_dbm.html"><code>mod_auth_dbm.c</code></a>,
+<code>mod_auth_msql.c</code>, and <a
href="mod_auth_anon.html"><code>mod_auth_anon.c</code></a>. These modules
supply the bulk of the user credential checking; but a few
(administrator) related accesses fall through to a lower level with a
<h2><a name="Example">Example</A></h2>
The example below (when combined with the Auth directives
-of a htpasswd-file based (or GDM, mSQL etc) base access
+of a htpasswd-file based (or GDM, mSQL <EM>etc.</EM>) base access
control system allows users in as 'guests' with the
following properties:
<ul>