home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F232737_index.xml < prev    next >
Extensible Markup Language  |  2002-11-16  |  3KB  |  88 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. <manualpage>
  6.   <relativepath href=".." />
  7.   <parentdocument href="../"/>
  8.  
  9.   <title>How-To / Tutorials</title>
  10.  
  11.   <section id="howto">
  12.  
  13.     <title>How-To / Tutorials</title>
  14.  
  15.     <dl>
  16.       <dt>Authentication</dt>
  17.       <dd>
  18.         <p>Authentication is any process by which you verify that
  19.         someone is who they claim they are. Authorization is any
  20.         process by which someone is allowed to be where they want to
  21.         go, or to have information that they want to have.</p>
  22.  
  23.         <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
  24.       </dd>
  25.     </dl>
  26.  
  27.     <dl>
  28.       <dt>Dynamic Content with CGI</dt>
  29.       <dd>
  30.         <p>The CGI (Common Gateway Interface) defines a way for a web
  31.         server to interact with external content-generating programs,
  32.         which are often referred to as CGI programs or CGI scripts. It
  33.         is the simplest, and most common, way to put dynamic content on
  34.         your web site. This document will be an introduction to setting
  35.         up CGI on your Apache web server, and getting started writing
  36.         CGI programs.</p>
  37.  
  38.         <p>See: <a href="cgi.html">CGI: Dynamic Content</a></p>
  39.       </dd>
  40.     </dl>
  41.  
  42.     <dl>
  43.       <dt><code>.htaccess</code> files</dt>
  44.       <dd>
  45.         <p><code>.htaccess</code> files provide a way to make configuration
  46.         changes on a per-directory basis. A file, containing one or more
  47.         configuration directives, is placed in a particular document directory,
  48.         and the directives apply to that directory, and all subdirectories thereof.</p>
  49.  
  50.         <p>See: <a href="htaccess.html"><code>.htaccess</code> files</a></p>
  51.       </dd>
  52.     </dl>
  53.  
  54.     <dl>
  55.       <dt>Introduction to Server Side Includes</dt>
  56.       <dd>
  57.         <p>SSI (Server Side Includes) are directives that are placed in
  58.         HTML pages, and evaluated on the server while the pages are
  59.         being served. They let you add dynamically generated content to
  60.         an existing HTML page, without having to serve the entire page
  61.         via a CGI program, or other dynamic technology.</p>
  62.  
  63.         <p>See: <a href="ssi.html">Server Side Includes (SSI)</a></p>
  64.       </dd>
  65.     </dl>
  66.  
  67.     <dl>
  68.       <dt>Per-user web directories</dt>
  69.       <dd>
  70.         <p>On systems with multiple users, each user can be permitted to have a
  71.         web site in their home directory using the <directive
  72.         module="mod_userdir">UserDir</directive> directive. Visitors
  73.         to a URL <code>http://example.com/~username/</code> will get content
  74.         out of the home directory of the user "<code>username</code>", out of
  75.         the subdirectory specified by the <directive
  76.         module="mod_userdir">UserDir</directive> directive.</p>
  77.  
  78.         <p>See: <a href="public_html.html"
  79.         >User web directories (<code>public_html</code>)</a></p>
  80.       </dd>
  81.     </dl>
  82.  
  83.   </section>
  84.  
  85. </manualpage>
  86.  
  87.  
  88.