home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278536_suexec.xml < prev    next >
Extensible Markup Language  |  2004-02-09  |  2KB  |  57 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.  
  5. <!--
  6.  Copyright 2003-2004 The Apache Software Foundation
  7.  
  8.  Licensed under the Apache License, Version 2.0 (the "License");
  9.  you may not use this file except in compliance with the License.
  10.  You may obtain a copy of the License at
  11.  
  12.      http://www.apache.org/licenses/LICENSE-2.0
  13.  
  14.  Unless required by applicable law or agreed to in writing, software
  15.  distributed under the License is distributed on an "AS IS" BASIS,
  16.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  17.  See the License for the specific language governing permissions and
  18.  limitations under the License.
  19. -->
  20.  
  21. <manualpage metafile="suexec.xml.meta">
  22. <parentdocument href="./">Programs</parentdocument>
  23.  
  24. <title>suexec - Switch user before executing external programs</title>
  25.  
  26. <summary>
  27.      <p><code>suexec</code> is used by the Apache HTTP Server to switch
  28.      to another user before executing CGI programs. In order to achieve this,
  29.      it must run as <code>root</code>. Since the HTTP daemon normally doesn't
  30.      run as <code>root</code>, the <code>suexec</code> executable needs the
  31.      setuid bit set and must be owned by <code>root</code>. It should never be
  32.      writable for any other person than <code>root</code>.</p>
  33.  
  34.      <p>For further information about the concepts and and the security model
  35.      of suexec please refer to the suexec documentation (<a
  36.      href="http://httpd.apache.org/docs-2.0/suexec.html"
  37.      >http://httpd.apache.org/docs-2.0/suexec.html</a>).</p>
  38. </summary>
  39.  
  40. <section id="synopsis"><title>Synopsis</title>
  41.      <p><code><strong>suexec</strong> -<strong>V</strong></code></p>
  42. </section>
  43.  
  44. <section id="options"><title>Options</title>
  45.  
  46. <dl>
  47. <dt><code>-V</code></dt>
  48.  
  49. <dd>If you are <code>root</code>, this option displays the compile options of
  50. <code>suexec</code>. For security reasons all configuration options are
  51. changeable only at compile time.</dd>
  52.  
  53. </dl>
  54. </section>
  55.  
  56. </manualpage>
  57.