]> granicus.if.org Git - apache/commitdiff
Update links that were either broken of just slightly off
authorDaniel Gruno <humbedooh@apache.org>
Fri, 10 Aug 2012 07:32:38 +0000 (07:32 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 10 Aug 2012 07:32:38 +0000 (07:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371585 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml
docs/manual/mod/mod_info.xml
docs/manual/mod/mod_ldap.xml
docs/manual/mod/mod_privileges.xml
docs/manual/mod/mpm_common.xml

index 1f1ba060d4058d421cda27e805428bba161770af..73b85bca52dc87263ca62108e8a0e01c18d69115 100644 (file)
@@ -79,9 +79,8 @@
     for Mac OS X and Windows (although the Windows version fails when
     used with a query string -- see "<a href="#msie" >Working with MS
     Internet Explorer</a>" below for a workaround), <a
-    href="http://www.mozilla.org">Mozilla</a>, <a
-    href="http://channels.netscape.com/ns/browsers/download.jsp">
-    Netscape</a> 7, <a href="http://www.opera.com/">Opera</a>, and <a
+    href="http://www.mozilla.org">Mozilla</a>, Netscape 7, 
+    <a href="http://www.opera.com/">Opera</a>, and <a
     href="http://www.apple.com/safari/">Safari</a>. <a
     href="http://lynx.isc.org/">lynx</a> does <strong>not</strong>
     support digest authentication. Since digest authentication is not as
index eba76012270dfeda3deeb15131046499c076a699..c773189dd3e2d0af2f2327ec9cfd5af82d7f72b9 100644 (file)
@@ -171,8 +171,8 @@ information displayed by the server-info handler</description>
 
     <highlight language="config">
 AddModuleInfo mod_deflate.c 'See &lt;a \
-    href="http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html"&gt;\
-    http://www.apache.org/docs/&httpd.docs;/mod/mod_deflate.html&lt;/a&gt;'
+    href="http://httpd.apache.org/docs/&httpd.docs;/mod/mod_deflate.html"&gt;\
+    http://httpd.apache.org/docs/&httpd.docs;/mod/mod_deflate.html&lt;/a&gt;'
     </highlight>
 </usage>
 
index ee2a93a69cd70006d8862b6576971b72d7a6889b..ffc0c3b6abc2c46b9afb10ec00fb499c1a6a6159 100644 (file)
@@ -46,7 +46,7 @@ by other LDAP modules</description>
     linked to <glossary>APR</glossary>. As of this writing, APR-util supports:
     <a href="http://www.openldap.org/">OpenLDAP SDK</a> (2.x or later),
     <a href="http://developer.novell.com/ndk/cldap.htm">Novell LDAP
-    SDK</a>, <a href="http://www.mozilla.org/directory/csdk.html">
+    SDK</a>, <a href="https://wiki.mozilla.org/LDAP_C_SDK">
     Mozilla LDAP SDK</a>, native Solaris LDAP SDK (Mozilla based),
     native Microsoft LDAP SDK, or the
     <a href="http://www.iplanet.com/downloads/developer/">iPlanet
index 2c8ec846722ecf953752f961d1f159a587279484..be3a6e4ac29c205fb00db14b314158ea1ffed516 100644 (file)
@@ -34,7 +34,7 @@ OpenSolaris platforms</compatibility>
 <summary>
 <p>This module enables different Virtual Hosts to run with different
 Unix <var>User</var> and <var>Group</var> IDs, and with different
-<a href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+<a href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
 >Solaris Privileges</a>.  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 (<module>prefork</module> or custom MPM).</compatibility>
     under which the server will process requests to a virtualhost.
     The userid is set before the request is processed and reset afterwards
     using <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >Solaris Privileges</a>.  Since the setting applies to the
     <em>process</em>, this is not compatible with threaded MPMs.</p>
     <p><var>Unix-userid</var> is one of:</p>
@@ -211,7 +211,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
     under which the server will process requests to a virtualhost.
     The group is set before the request is processed and reset afterwards
     using <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >Solaris Privileges</a>.  Since the setting applies to the
     <em>process</em>, this is not compatible with threaded MPMs.</p>
     <p><var>Unix-group</var> is one of:</p>
@@ -246,7 +246,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
 <usage>
     <p>Determines whether the virtual host processes requests with
     security enhanced by removal of <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >Privileges</a> 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
@@ -273,7 +273,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
 <usage>
     <p>Determines whether the virtual host is allowed to run fork and exec,
     the <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >privileges</a> required to run subprocesses.  If this is set to
     <var>Off</var> 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 (<module>prefork</module> or custom MPM).</compatibility>
 <usage>
     <p>This server-wide directive determines whether Apache will run with
     the <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >privileges</a> required to run
-    <a href="http://www.sun.com/bigadmin/content/dtrace/">dtrace</a>.
+    <a href="http://sosc-dr.sun.com/bigadmin/content/dtrace/">dtrace</a>.
     Note that <var>DTracePrivileges On</var> will not in itself
     activate DTrace, but <var>DTracePrivileges Off</var> will prevent
     it working.</p>
@@ -325,7 +325,7 @@ and when <module>mod_privileges</module> is compiled with the
 
 <usage>
     <p><directive>VHostPrivs</directive> can be used to assign arbitrary <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >privileges</a> to a virtual host.  Each <var>privilege-name</var>
     is the name of a Solaris privilege, such as <var>file_setid</var>
     or <var>sys_nfs</var>.</p>
@@ -357,7 +357,7 @@ and when <module>mod_privileges</module> is compiled with the
 
 <usage>
     <p><directive>VHostCGIPrivs</directive> can be used to assign arbitrary <a
-    href="http://www.sun.com/bigadmin/features/articles/least_privilege.jsp"
+    href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
     >privileges</a> to subprocesses created by a virtual host, as discussed
     under <directive>VHostCGIMode</directive>.  Each <var>privilege-name</var>
     is the name of a Solaris privilege, such as <var>file_setid</var>
index 4d6ecb9f95957d34b216d96a21a7e7c5f1925e07..8ee82374590645334097dd87be0455dc1b5443d1 100644 (file)
@@ -99,7 +99,7 @@ after a crash</description>
     <p>There are already two modules, <code>mod_whatkilledus</code> and
     <code>mod_backtrace</code> that make use of this hook. Please have a
     look at Jeff Trawick's <a
-    href="http://www.apache.org/~trawick/exception_hook.html"
+    href="http://people.apache.org/~trawick/exception_hook.html"
     >EnableExceptionHook site</a> for more information about these.</p>
 </usage>
 </directivesynopsis>