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 / F277934_tutorials.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  8KB  |  241 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.1.2.6 $ -->
  5.  
  6. <!--
  7.  Copyright 2003-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="tutorials.xml.meta">
  23.   <parentdocument href="./">Miscellaneous Documentation</parentdocument>
  24.   <title>Apache Tutorials</title>
  25.  
  26.   <summary>
  27.  
  28.     <note type="warning"><title>Warning:</title>
  29.       <p>This document has not been fully updated
  30.       to take into account changes made in the 2.0 version of the
  31.       Apache HTTP Server. Some of the information may still be
  32.       relevant, but please use it with care.</p>
  33.     </note>
  34.  
  35.     <p>The following documents give you step-by-step instructions
  36.     on how to accomplish common tasks with the Apache HTTP server.
  37.     Many of these documents are located at external sites and are
  38.     not the work of the Apache Software Foundation. Copyright to
  39.     documents on external sites is owned by the authors or their
  40.     assignees. Please consult the <a href="../">official Apache
  41.     Server documentation</a> to verify what you read on external
  42.     sites.</p>
  43.  
  44.   </summary>
  45.  
  46.   <section id="starting">
  47.  
  48.     <title>Installation & Getting Started</title>
  49.  
  50.     <ul>
  51.       <li><a
  52.       href="http://apachetoday.com/news_story.php3?ltsn=2000-06-1-001-01-NW-DP-LF">
  53.       Getting Started with Apache 1.3</a> (ApacheToday)</li>
  54.  
  55.       <li><a
  56.       href="http://apachetoday.com/news_story.php3?ltsn=2000-07-10-001-01-NW-LF-SW">
  57.       Configuring Your Apache Server Installation</a>
  58.       (ApacheToday)</li>
  59.  
  60.       <li><a
  61.       href="http://www.onlamp.com/pub/a/apache/2000/02/24/installing_apache.html">
  62.       Getting, Installing, and Running Apache (on Unix)</a>
  63.       (O'Reilly Network Apache DevCenter)</li>
  64.  
  65.       <li><a
  66.       href="http://www.builder.com/Servers/Apache/ss01.html">Maximum
  67.       Apache: Getting Started</a> (CNET Builder.com)</li>
  68.  
  69.       <li><a
  70.       href="http://www.devshed.com/Server_Side/Administration/APACHE/">
  71.       How to Build the Apache of Your Dreams</a> (Developer
  72.       Shed)</li>
  73.     </ul>
  74.   </section>
  75.  
  76.   <section id="basics">
  77.  
  78.     <title>Basic Configuration</title>
  79.  
  80.     <ul>
  81.       <li><a
  82.       href="http://www.onlamp.com/pub/a/apache/2000/03/02/configuring_apache.html">
  83.       An Amble Through Apache Configuration</a> (O'Reilly Network
  84.       Apache DevCenter)</li>
  85.  
  86.       <li><a
  87.       href="http://apachetoday.com/news_story.php3?ltsn=2000-07-19-002-01-NW-LF-SW">
  88.       Using .htaccess Files with Apache</a> (ApacheToday)</li>
  89.  
  90.       <li><a
  91.       href="http://apachetoday.com/news_story.php3?ltsn=2000-07-17-001-01-PS">
  92.       Setting Up Virtual Hosts</a> (ApacheToday)</li>
  93.  
  94.       <li><a
  95.       href="http://www.builder.com/Servers/Apache/ss02.html">Maximum
  96.       Apache: Configure Apache</a> (CNET Builder.com)</li>
  97.  
  98.       <li><a
  99.       href="http://www.devshed.com/Server_Side/Administration/MoreApache/">
  100.       Getting More Out of Apache</a> (Developer Shed)</li>
  101.     </ul>
  102.   </section>
  103.  
  104.   <section id="security">
  105.  
  106.     <title>Security</title>
  107.  
  108.     <ul>
  109.       <li><a
  110.       href="http://www.linuxplanet.com/linuxplanet/tutorials/1527/1/">
  111.       Security and Apache: An Essential Primer</a>
  112.       (LinuxPlanet)</li>
  113.  
  114.       <li><a
  115.       href="http://www.apacheweek.com/features/userauth">Using User
  116.       Authentication</a> (Apacheweek)</li>
  117.  
  118.       <li><a href="http://www.apacheweek.com/features/dbmauth">DBM
  119.       User Authentication</a> (Apacheweek)</li>
  120.  
  121.       <li><a
  122.       href="http://linux.com/security/newsitem.phtml?sid=12&aid=3549">
  123.       An Introduction to Securing Apache</a> (Linux.com)</li>
  124.  
  125.       <li><a
  126.       href="http://linux.com/security/newsitem.phtml?sid=12&aid=3667">
  127.       Securing Apache - Access Control</a> (Linux.com)</li>
  128.  
  129.       <li>Apache Authentication <a
  130.       href="http://apachetoday.com/news_story.php3?ltsn=2000-07-24-002-01-NW-LF-SW">
  131.       Part 1</a> - <a
  132.       href="http://apachetoday.com/news_story.php3?ltsn=2000-07-31-001-01-NW-DP-LF">
  133.       Part 2</a> - <a
  134.       href="http://apachetoday.com/news_story.php3?ltsn=2000-08-07-001-01-NW-LF-SW">
  135.       Part 3</a> - <a
  136.       href="http://apachetoday.com/news_story.php3?ltsn=2000-08-14-001-01-NW-LF-SW">
  137.       Part 4</a> (ApacheToday)</li>
  138.  
  139.       <li><a
  140.       href="http://apachetoday.com/news_story.php3?ltsn=2000-11-13-003-01-SC-LF-SW">
  141.       mod_access: Restricting Access by Host</a> (ApacheToday)</li>
  142.     </ul>
  143.   </section>
  144.  
  145.   <section id="logging">
  146.  
  147.     <title>Logging</title>
  148.  
  149.     <ul>
  150.       <li><a
  151.       href="http://www.onlamp.com/pub/a/apache/2000/03/10/log_rhythms.html">
  152.       Log Rhythms</a> (O'Reilly Network Apache DevCenter)</li>
  153.  
  154.       <li><a
  155.       href="http://www.apacheweek.com/features/logfiles">Gathering
  156.       Visitor Information: Customising Your Logfiles</a>
  157.       (Apacheweek)</li>
  158.  
  159.       <li>Apache Guide: Logging <a
  160.       href="http://apachetoday.com/news_story.php3?ltsn=2000-08-21-003-01-NW-LF-SW">
  161.       Part 1</a> - <a
  162.       href="http://apachetoday.com/news_story.php3?ltsn=2000-08-28-001-01-NW-LF-SW">
  163.       Part 2</a> - <a
  164.       href="http://apachetoday.com/news_story.php3?ltsn=2000-09-05-001-01-NW-LF-SW">
  165.       Part 3</a> - <a
  166.       href="http://apachetoday.com/news_story.php3?ltsn=2000-09-18-003-01-NW-LF-SW">
  167.       Part 4</a> - <a
  168.       href="http://apachetoday.com/news_story.php3?ltsn=2000-09-25-001-01-NW-LF-SW">
  169.       Part 5</a> (ApacheToday)</li>
  170.     </ul>
  171.   </section>
  172.  
  173.   <section id="cgi_ssi">
  174.  
  175.     <title>CGI and SSI</title>
  176.  
  177.     <ul>
  178.       <li><a
  179.       href="http://apachetoday.com/news_story.php3?ltsn=2000-06-05-001-10-NW-LF-SW">
  180.       Dynamic Content with CGI</a> (ApacheToday)</li>
  181.  
  182.       <li><a
  183.       href="http://www.cpan.org/doc/FAQs/cgi/idiots-guide.html">
  184.       The Idiot's Guide to Solving Perl CGI Problems</a>
  185.       (CPAN)</li>
  186.  
  187.       <li><a
  188.       href="http://www.linuxplanet.com/linuxplanet/tutorials/1445/1/">
  189.       Executing CGI Scripts as Other Users</a> (LinuxPlanet)</li>
  190.  
  191.       <li><a href="http://www.htmlhelp.org/faq/cgifaq.html">CGI
  192.       Programming FAQ</a> (Web Design Group)</li>
  193.  
  194.       <li>Introduction to Server Side Includes <a
  195.       href="http://apachetoday.com/news_story.php3?ltsn=2000-06-12-001-01-PS">
  196.       Part 1</a> - <a
  197.       href="http://apachetoday.com/news_story.php3?ltsn=2000-06-19-002-01-NW-LF-SW">
  198.       Part 2</a> (ApacheToday)</li>
  199.  
  200.       <li><a
  201.       href="http://apachetoday.com/news_story.php3?ltsn=2000-06-26-001-01-NW-LF-SW">
  202.       Advanced SSI Techniques</a> (ApacheToday)</li>
  203.  
  204.       <li><a
  205.       href="http://www.builder.com/Servers/ApacheFiles/082400/">Setting
  206.       up CGI and SSI with Apache</a> (CNET Builder.com)</li>
  207.     </ul>
  208.   </section>
  209.  
  210.   <section id="other">
  211.  
  212.     <title>Other Features</title>
  213.  
  214.     <ul>
  215.       <li><a
  216.       href="http://www.apacheweek.com/features/negotiation">Content
  217.       Negotiation Explained</a> (Apacheweek)</li>
  218.  
  219.       <li><a
  220.       href="http://www.apacheweek.com/features/imagemaps">Using
  221.       Apache Imagemaps</a> (Apacheweek)</li>
  222.  
  223.       <li><a
  224.       href="http://apachetoday.com/news_story.php3?ltsn=2000-06-14-002-01-PS">
  225.       Keeping Your Images from Adorning Other Sites</a>
  226.       (ApacheToday)</li>
  227.  
  228.       <li><a
  229.       href="http://ppewww.ph.gla.ac.uk/~flavell/www/lang-neg.html">Language
  230.       Negotiation Notes</a> (Alan J. Flavell)</li>
  231.     </ul>
  232.  
  233.     <p>If you have a pointer to an accurate and well-written
  234.     tutorial not included here, please let us know by submitting it
  235.     to the <a href="http://bugs.apache.org/">Apache Bug
  236.     Database</a>.</p>
  237.   </section>
  238.  
  239. </manualpage>
  240.  
  241.