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