diff options
Diffstat (limited to 'docs/manual/programs/suexec.html')
-rw-r--r-- | docs/manual/programs/suexec.html | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/docs/manual/programs/suexec.html b/docs/manual/programs/suexec.html index cad00ed48d..185e8dc1f8 100644 --- a/docs/manual/programs/suexec.html +++ b/docs/manual/programs/suexec.html @@ -1,11 +1,19 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<html> -<head><title>Manual Page: suexec - Apache HTTP Server</title></head> -<body bgcolor="#ffffff" text="#000000" link="#0000ff" -vlink="#000080" alink="#ff0000"> -<!--#include virtual="header.html" --> -<h1 align="center">Manual Page: suexec</h1> -<!-- This document was autogenerated from the man page --> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta name="generator" content="HTML Tidy, see www.w3.org" /> + + <title>Manual Page: suexec - Apache HTTP Server</title> + </head> + + <body bgcolor="#ffffff" text="#000000" link="#0000ff" + vlink="#000080" alink="#ff0000"> + <!--#include virtual="header.html" --> + + <h1 align="center">Manual Page: suexec</h1> + <!-- This document was autogenerated from the man page --> <pre> <strong>NAME</strong> suexec - Switch User For Exec @@ -15,7 +23,7 @@ vlink="#000080" alink="#ff0000"> nally by Apache only. <strong>DESCRIPTION</strong> - <strong>suexec </strong>is the "wrapper" support program for the suEXEC + <strong>suexec</strong> is the "wrapper" support program for the suEXEC behaviour for Apache. It is run from within Apache automat- ically to switch the user when an external program has to be run under a different user. For more information about @@ -26,5 +34,7 @@ vlink="#000080" alink="#ff0000"> <strong>httpd(8)</strong> </pre> -<!--#include virtual="footer.html" --> -</body></html> + <!--#include virtual="footer.html" --> + </body> +</html> + |