home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252899_suexec.xml < prev    next >
Extensible Markup Language  |  2003-04-29  |  2KB  |  40 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <manualpage metafile="suexec.xml.meta">
  5. <parentdocument href="./">Programs</parentdocument>
  6.  
  7. <title>suexec - Switch user before executing external programs</title>
  8.  
  9. <summary>
  10.      <p><code>suexec</code> is used by the Apache HTTP Server to switch
  11.      to another user before executing CGI programs. In order to achieve this,
  12.      it must run as <code>root</code>. Since the HTTP daemon normally doesn't
  13.      run as <code>root</code>, the <code>suexec</code> executable needs the
  14.      setuid bit set and must be owned by <code>root</code>. It should never be
  15.      writable for any other person than <code>root</code>.</p>
  16.  
  17.      <p>For further information about the concepts and and the security model
  18.      of suexec please refer to the suexec documentation (<a
  19.      href="http://httpd.apache.org/docs-2.0/suexec.html"
  20.      >http://httpd.apache.org/docs-2.0/suexec.html</a>).</p>
  21. </summary>
  22.  
  23. <section id="synopsis"><title>Synopsis</title>
  24.      <p><code><strong>suexec</strong> -<strong>V</strong></code></p>
  25. </section>
  26.  
  27. <section id="options"><title>Options</title>
  28.  
  29. <dl>
  30. <dt><code>-V</code></dt>
  31.  
  32. <dd>If you are <code>root</code>, this option displays the compile options of
  33. <code>suexec</code>. For security reasons all configuration options are
  34. changable only at compile time.</dd>
  35.  
  36. </dl>
  37. </section>
  38.  
  39. </manualpage>
  40.