From c30c8fe67074982523a21ed03e847b6d040850ba Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 10 Aug 2012 07:33:10 +0000 Subject: [PATCH] Update links that were either broken of just slightly off git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1371586 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_digest.xml | 5 ++--- docs/manual/mod/mod_info.xml | 4 ++-- docs/manual/mod/mod_ldap.xml | 2 +- docs/manual/mod/mod_privileges.xml | 20 ++++++++++---------- docs/manual/mod/mpm_common.xml | 2 +- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml index 875f651268..e4a681cb03 100644 --- a/docs/manual/mod/mod_auth_digest.xml +++ b/docs/manual/mod/mod_auth_digest.xml @@ -79,9 +79,8 @@ for Mac OS X and Windows (although the Windows version fails when used with a query string -- see "Working with MS Internet Explorer" below for a workaround), Mozilla, - Netscape 7, Opera, and Mozilla, + Netscape 7, Opera, and Safari. lynx does not support digest authentication. Since digest authentication is not as diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index eba7601227..c773189dd3 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -171,8 +171,8 @@ information displayed by the server-info handler AddModuleInfo mod_deflate.c 'See <a \ - href="http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html">\ - http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html</a>' + href="http://httpd.apache.org/docs/&httpd.docs;/mod/mod_deflate.html">\ + http://httpd.apache.org/docs/&httpd.docs;/mod/mod_deflate.html</a>' diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index ee2a93a69c..ffc0c3b6ab 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -46,7 +46,7 @@ by other LDAP modules linked to APR. As of this writing, APR-util supports: OpenLDAP SDK (2.x or later), Novell LDAP - SDK, + SDK, Mozilla LDAP SDK, native Solaris LDAP SDK (Mozilla based), native Microsoft LDAP SDK, or the iPlanet diff --git a/docs/manual/mod/mod_privileges.xml b/docs/manual/mod/mod_privileges.xml index 2c8ec84672..960f3cf1ea 100644 --- a/docs/manual/mod/mod_privileges.xml +++ b/docs/manual/mod/mod_privileges.xml @@ -34,7 +34,7 @@ OpenSolaris platforms

This module enables different Virtual Hosts to run with different Unix User and Group IDs, and with different -Solaris Privileges. In particular, it offers a solution to the problem of privilege separation between different Virtual Hosts, first promised by the abandoned perchild MPM. It also offers other security @@ -174,7 +174,7 @@ non-threaded MPMs (prefork or custom MPM). under which the server will process requests to a virtualhost. The userid is set before the request is processed and reset afterwards using Solaris Privileges. Since the setting applies to the process, this is not compatible with threaded MPMs.

Unix-userid is one of:

@@ -211,7 +211,7 @@ non-threaded MPMs (prefork or custom MPM). under which the server will process requests to a virtualhost. The group is set before the request is processed and reset afterwards using Solaris Privileges. Since the setting applies to the process, this is not compatible with threaded MPMs.

Unix-group is one of:

@@ -246,7 +246,7 @@ non-threaded MPMs (prefork or custom MPM).

Determines whether the virtual host processes requests with security enhanced by removal of Privileges that are rarely needed in a webserver, but which are available by default to a normal Unix user and may therefore be required by modules and applications. It is recommended that @@ -270,10 +270,10 @@ subprocesses, and the privileges available to subprocesses. Available on Solaris 10 and OpenSolaris with non-threaded MPMs (prefork or custom MPM). - +m

Determines whether the virtual host is allowed to run fork and exec, the privileges required to run subprocesses. If this is set to Off the virtualhost is denied the privileges and will not be able to run traditional CGI programs or scripts under the traditional @@ -303,9 +303,9 @@ non-threaded MPMs (prefork or custom MPM).

This server-wide directive determines whether Apache will run with the privileges required to run - dtrace. + dtrace. Note that DTracePrivileges On will not in itself activate DTrace, but DTracePrivileges Off will prevent it working.

@@ -325,7 +325,7 @@ and when mod_privileges is compiled with the

VHostPrivs can be used to assign arbitrary privileges to a virtual host. Each privilege-name is the name of a Solaris privilege, such as file_setid or sys_nfs.

@@ -357,7 +357,7 @@ and when mod_privileges is compiled with the

VHostCGIPrivs can be used to assign arbitrary privileges to subprocesses created by a virtual host, as discussed under VHostCGIMode. Each privilege-name is the name of a Solaris privilege, such as file_setid diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 2ddbc8ebbd..853003c257 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -99,7 +99,7 @@ after a crash

There are already two modules, mod_whatkilledus and mod_backtrace that make use of this hook. Please have a look at Jeff Trawick's EnableExceptionHook site for more information about these.

-- 2.40.0