You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/08/10 09:32:39 UTC

svn commit: r1371585 - in /httpd/httpd/trunk/docs/manual/mod: mod_auth_digest.xml mod_info.xml mod_ldap.xml mod_privileges.xml mpm_common.xml

Author: humbedooh
Date: Fri Aug 10 07:32:38 2012
New Revision: 1371585

URL: http://svn.apache.org/viewvc?rev=1371585&view=rev
Log:
Update links that were either broken of just slightly off

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml
    httpd/httpd/trunk/docs/manual/mod/mod_info.xml
    httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml
    httpd/httpd/trunk/docs/manual/mod/mod_privileges.xml
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml?rev=1371585&r1=1371584&r2=1371585&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_digest.xml Fri Aug 10 07:32:38 2012
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_info.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_info.xml?rev=1371585&r1=1371584&r2=1371585&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_info.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_info.xml Fri Aug 10 07:32:38 2012
@@ -171,8 +171,8 @@ information displayed by the server-info
 
     <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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml?rev=1371585&r1=1371584&r2=1371585&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml Fri Aug 10 07:32:38 2012
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_privileges.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_privileges.xml?rev=1371585&r1=1371584&r2=1371585&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_privileges.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_privileges.xml Fri Aug 10 07:32:38 2012
@@ -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</modu
     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</modu
     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</modu
 <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</modu
 <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</modu
 <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>
 
 <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>
 
 <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>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?rev=1371585&r1=1371584&r2=1371585&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml Fri Aug 10 07:32:38 2012
@@ -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>