From: Ken Coar Date: Fri, 23 Jan 1998 16:13:57 +0000 (+0000) Subject: mod_auth_msql isn't part of the distribution any more, so take X-Git-Tag: APACHE_1_3b5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149dbf20ff5b953a426a0d995ba7a28e623f4596;p=thirdparty%2Fapache%2Fhttpd.git mod_auth_msql isn't part of the distribution any more, so take out all references to it that assume it is. Plus some miscellaneous HTML cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79972 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 93ebbc65184..cd9e6c476a4 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.99 $ ($Date: 1998/01/23 00:36:30 $) + $Revision: 1.100 $ ($Date: 1998/01/23 16:13:50 $)

The latest version of this FAQ is always available from the main @@ -1803,11 +1803,12 @@ Linux newsgroup/mailing list. As a last-resort workaround, you can - comment out the #define USE_SHMGET_SCOREBOARD definition in the + comment out the #define USE_SHMGET_SCOREBOARD + definition in the LINUX section of src/conf.h and rebuild the server (prior to 1.3b4, simply - removing #define HAVE_SHMGET would have sufficed). This will - produce a server which is slower and less reliable. + removing #define HAVE_SHMGET would have sufficed). + This will produce a server which is slower and less reliable.


@@ -1892,8 +1893,8 @@

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 libmsql will use a full blown TCP/IP socket + to talk to the database, rather than a fast internal device. The libmsql, the mSQL FAQ, and the mod_auth_msql documentation warn you about this. If you have to use different hosts, check out the mod_auth_msql code for diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html index 2641092cea4..426e7758f26 100644 --- a/docs/manual/mod/index.html +++ b/docs/manual/mod/index.html @@ -42,8 +42,6 @@ Apache distribution. See also the complete alphabetical list of

User authentication using Berkeley DB files.
mod_auth_dbm
User authentication using DBM files. -
mod_auth_msql Apache 1.2.* and earlier -
User authentication using mSQL files.
mod_autoindex
Automatic directory listings.
mod_browser Apache 1.2.* only diff --git a/docs/manual/mod/mod_auth.html b/docs/manual/mod/mod_auth.html index c2db0344d13..c0286fe3951 100644 --- a/docs/manual/mod/mod_auth.html +++ b/docs/manual/mod/mod_auth.html @@ -115,8 +115,8 @@ regardless of the AuthAuthoritative setting. A common use for this is in conjunction with one of the database modules; such as mod_auth_db.c, mod_auth_dbm.c, mod_auth_msql.c and mod_auth_dbm.c, +mod_auth_msql.c, and mod_auth_anon.c. These modules supply the bulk of the user credential checking; but a few (administrator) related accesses fall through to a lower level with a diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html index 5e61f34af20..2ab6e88afab 100644 --- a/docs/manual/mod/mod_auth_anon.html +++ b/docs/manual/mod/mod_auth_anon.html @@ -156,7 +156,7 @@ allows users to share URLs.

Example

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 etc.) base access control system allows users in as 'guests' with the following properties: