Skip to content

Commit 08d2553

Browse files
committed
Fix broken links, but this module seems abandoned.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933401 13f79535-47bb-0310-9956-ffa450edef68
1 parent d4734d0 commit 08d2553

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/manual/mod/mod_privileges.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OpenSolaris platforms</compatibility>
3434
<summary>
3535
<p>This module enables different Virtual Hosts to run with different
3636
Unix <var>User</var> and <var>Group</var> IDs, and with different
37-
<a href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
37+
<a href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
3838
>Solaris Privileges</a>. In particular, it offers a solution to the
3939
problem of privilege separation between different Virtual Hosts, first
4040
promised by the abandoned perchild MPM. It also offers other security
@@ -175,7 +175,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
175175
under which the server will process requests to a virtualhost.
176176
The userid is set before the request is processed and reset afterwards
177177
using <a
178-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
178+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
179179
>Solaris Privileges</a>. Since the setting applies to the
180180
<em>process</em>, this is not compatible with threaded MPMs.</p>
181181
<p><var>Unix-userid</var> is one of:</p>
@@ -212,7 +212,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
212212
under which the server will process requests to a virtualhost.
213213
The group is set before the request is processed and reset afterwards
214214
using <a
215-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
215+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
216216
>Solaris Privileges</a>. Since the setting applies to the
217217
<em>process</em>, this is not compatible with threaded MPMs.</p>
218218
<p><var>Unix-group</var> is one of:</p>
@@ -247,7 +247,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
247247
<usage>
248248
<p>Determines whether the virtual host processes requests with
249249
security enhanced by removal of <a
250-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
250+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
251251
>Privileges</a> that are rarely needed in a webserver, but which are
252252
available by default to a normal Unix user and may therefore
253253
be required by modules and applications. It is recommended that
@@ -274,7 +274,7 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
274274
<usage>
275275
<p>Determines whether the virtual host is allowed to run fork and exec,
276276
the <a
277-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
277+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
278278
>privileges</a> required to run subprocesses. If this is set to
279279
<var>Off</var> the virtualhost is denied the privileges and will not
280280
be able to run traditional CGI programs or scripts under the traditional
@@ -304,9 +304,9 @@ non-threaded MPMs (<module>prefork</module> or custom MPM).</compatibility>
304304
<usage>
305305
<p>This server-wide directive determines whether Apache will run with
306306
the <a
307-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
307+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
308308
>privileges</a> required to run
309-
<a href="http://sosc-dr.sun.com/bigadmin/content/dtrace/">dtrace</a>.
309+
<a href="https://docs.oracle.com/cd/E19253-01/819-5488/gbwaz/index.html">dtrace</a>.
310310
Note that <var>DTracePrivileges On</var> will not in itself
311311
activate DTrace, but <var>DTracePrivileges Off</var> will prevent
312312
it working.</p>
@@ -326,7 +326,7 @@ and when <module>mod_privileges</module> is compiled with the
326326

327327
<usage>
328328
<p><directive>VHostPrivs</directive> can be used to assign arbitrary <a
329-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
329+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
330330
>privileges</a> to a virtual host. Each <var>privilege-name</var>
331331
is the name of a Solaris privilege, such as <var>file_setid</var>
332332
or <var>sys_nfs</var>.</p>
@@ -358,7 +358,7 @@ and when <module>mod_privileges</module> is compiled with the
358358

359359
<usage>
360360
<p><directive>VHostCGIPrivs</directive> can be used to assign arbitrary <a
361-
href="http://sosc-dr.sun.com/bigadmin/features/articles/least_privilege.jsp"
361+
href="https://docs.oracle.com/cd/E19253-01/816-4863/6mb20lvfd/index.html"
362362
>privileges</a> to subprocesses created by a virtual host, as discussed
363363
under <directive>VHostCGIMode</directive>. Each <var>privilege-name</var>
364364
is the name of a Solaris privilege, such as <var>file_setid</var>

0 commit comments

Comments
 (0)