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 / F277860_index.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  4KB  |  104 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. <!-- $Revision: 1.2.2.5 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <manualpage metafile="index.xml.meta">
  23.   <parentdocument href="../"/>
  24.  
  25.   <title>How-To / Tutorials</title>
  26.  
  27.   <section id="howto">
  28.  
  29.     <title>How-To / Tutorials</title>
  30.  
  31.     <dl>
  32.       <dt>Authentication</dt>
  33.       <dd>
  34.         <p>Authentication is any process by which you verify that
  35.         someone is who they claim they are. Authorization is any
  36.         process by which someone is allowed to be where they want to
  37.         go, or to have information that they want to have.</p>
  38.  
  39.         <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
  40.       </dd>
  41.     </dl>
  42.  
  43.     <dl>
  44.       <dt>Dynamic Content with CGI</dt>
  45.       <dd>
  46.         <p>The CGI (Common Gateway Interface) defines a way for a web
  47.         server to interact with external content-generating programs,
  48.         which are often referred to as CGI programs or CGI scripts. It
  49.         is the simplest, and most common, way to put dynamic content on
  50.         your web site. This document will be an introduction to setting
  51.         up CGI on your Apache web server, and getting started writing
  52.         CGI programs.</p>
  53.  
  54.         <p>See: <a href="cgi.html">CGI: Dynamic Content</a></p>
  55.       </dd>
  56.     </dl>
  57.  
  58.     <dl>
  59.       <dt><code>.htaccess</code> files</dt>
  60.       <dd>
  61.         <p><code>.htaccess</code> files provide a way to make configuration
  62.         changes on a per-directory basis. A file, containing one or more
  63.         configuration directives, is placed in a particular document directory,
  64.         and the directives apply to that directory, and all subdirectories thereof.</p>
  65.  
  66.         <p>See: <a href="htaccess.html"><code>.htaccess</code> files</a></p>
  67.       </dd>
  68.     </dl>
  69.  
  70.     <dl>
  71.       <dt>Introduction to Server Side Includes</dt>
  72.       <dd>
  73.         <p>SSI (Server Side Includes) are directives that are placed in
  74.         HTML pages, and evaluated on the server while the pages are
  75.         being served. They let you add dynamically generated content to
  76.         an existing HTML page, without having to serve the entire page
  77.         via a CGI program, or other dynamic technology.</p>
  78.  
  79.         <p>See: <a href="ssi.html">Server Side Includes (SSI)</a></p>
  80.       </dd>
  81.     </dl>
  82.  
  83.     <dl>
  84.       <dt>Per-user web directories</dt>
  85.       <dd>
  86.         <p>On systems with multiple users, each user can be permitted to have a
  87.         web site in their home directory using the <directive
  88.         module="mod_userdir">UserDir</directive> directive. Visitors
  89.         to a URL <code>http://example.com/~username/</code> will get content
  90.         out of the home directory of the user "<code>username</code>", out of
  91.         the subdirectory specified by the <directive
  92.         module="mod_userdir">UserDir</directive> directive.</p>
  93.  
  94.         <p>See: <a href="public_html.html"
  95.         >User web directories (<code>public_html</code>)</a></p>
  96.       </dd>
  97.     </dl>
  98.  
  99.   </section>
  100.  
  101. </manualpage>
  102.  
  103.  
  104.