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 / F277911_tutorials.html.en < prev    next >
Extensible Markup Language  |  2004-02-20  |  11KB  |  211 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Apache Tutorials - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorials</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/misc/tutorials.html" title="English"> en </a></p>
  22. </div>
  23.  
  24.  
  25.     <div class="warning"><h3>Warning:</h3>
  26.       <p>This document has not been fully updated
  27.       to take into account changes made in the 2.0 version of the
  28.       Apache HTTP Server. Some of the information may still be
  29.       relevant, but please use it with care.</p>
  30.     </div>
  31.  
  32.     <p>The following documents give you step-by-step instructions
  33.     on how to accomplish common tasks with the Apache HTTP server.
  34.     Many of these documents are located at external sites and are
  35.     not the work of the Apache Software Foundation. Copyright to
  36.     documents on external sites is owned by the authors or their
  37.     assignees. Please consult the <a href="../">official Apache
  38.     Server documentation</a> to verify what you read on external
  39.     sites.</p>
  40.  
  41.   </div>
  42. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#starting">Installation & Getting Started</a></li>
  43. <li><img alt="" src="../images/down.gif" /> <a href="#basics">Basic Configuration</a></li>
  44. <li><img alt="" src="../images/down.gif" /> <a href="#security">Security</a></li>
  45. <li><img alt="" src="../images/down.gif" /> <a href="#logging">Logging</a></li>
  46. <li><img alt="" src="../images/down.gif" /> <a href="#cgi_ssi">CGI and SSI</a></li>
  47. <li><img alt="" src="../images/down.gif" /> <a href="#other">Other Features</a></li>
  48. </ul></div>
  49. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  50. <div class="section">
  51. <h2><a name="starting" id="starting">Installation & Getting Started</a></h2>
  52.  
  53.     
  54.  
  55.     <ul>
  56.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-06-1-001-01-NW-DP-LF">
  57.       Getting Started with Apache 1.3</a> (ApacheToday)</li>
  58.  
  59.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-07-10-001-01-NW-LF-SW">
  60.       Configuring Your Apache Server Installation</a>
  61.       (ApacheToday)</li>
  62.  
  63.       <li><a href="http://www.onlamp.com/pub/a/apache/2000/02/24/installing_apache.html">
  64.       Getting, Installing, and Running Apache (on Unix)</a>
  65.       (O'Reilly Network Apache DevCenter)</li>
  66.  
  67.       <li><a href="http://www.builder.com/Servers/Apache/ss01.html">Maximum
  68.       Apache: Getting Started</a> (CNET Builder.com)</li>
  69.  
  70.       <li><a 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.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  75. <div class="section">
  76. <h2><a name="basics" id="basics">Basic Configuration</a></h2>
  77.  
  78.     
  79.  
  80.     <ul>
  81.       <li><a href="http://www.onlamp.com/pub/a/apache/2000/03/02/configuring_apache.html">
  82.       An Amble Through Apache Configuration</a> (O'Reilly Network
  83.       Apache DevCenter)</li>
  84.  
  85.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-07-19-002-01-NW-LF-SW">
  86.       Using .htaccess Files with Apache</a> (ApacheToday)</li>
  87.  
  88.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-07-17-001-01-PS">
  89.       Setting Up Virtual Hosts</a> (ApacheToday)</li>
  90.  
  91.       <li><a href="http://www.builder.com/Servers/Apache/ss02.html">Maximum
  92.       Apache: Configure Apache</a> (CNET Builder.com)</li>
  93.  
  94.       <li><a href="http://www.devshed.com/Server_Side/Administration/MoreApache/">
  95.       Getting More Out of Apache</a> (Developer Shed)</li>
  96.     </ul>
  97.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  98. <div class="section">
  99. <h2><a name="security" id="security">Security</a></h2>
  100.  
  101.     
  102.  
  103.     <ul>
  104.       <li><a href="http://www.linuxplanet.com/linuxplanet/tutorials/1527/1/">
  105.       Security and Apache: An Essential Primer</a>
  106.       (LinuxPlanet)</li>
  107.  
  108.       <li><a href="http://www.apacheweek.com/features/userauth">Using User
  109.       Authentication</a> (Apacheweek)</li>
  110.  
  111.       <li><a href="http://www.apacheweek.com/features/dbmauth">DBM
  112.       User Authentication</a> (Apacheweek)</li>
  113.  
  114.       <li><a href="http://linux.com/security/newsitem.phtml?sid=12&aid=3549">
  115.       An Introduction to Securing Apache</a> (Linux.com)</li>
  116.  
  117.       <li><a href="http://linux.com/security/newsitem.phtml?sid=12&aid=3667">
  118.       Securing Apache - Access Control</a> (Linux.com)</li>
  119.  
  120.       <li>Apache Authentication <a href="http://apachetoday.com/news_story.php3?ltsn=2000-07-24-002-01-NW-LF-SW">
  121.       Part 1</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-07-31-001-01-NW-DP-LF">
  122.       Part 2</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-08-07-001-01-NW-LF-SW">
  123.       Part 3</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-08-14-001-01-NW-LF-SW">
  124.       Part 4</a> (ApacheToday)</li>
  125.  
  126.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-11-13-003-01-SC-LF-SW">
  127.       mod_access: Restricting Access by Host</a> (ApacheToday)</li>
  128.     </ul>
  129.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  130. <div class="section">
  131. <h2><a name="logging" id="logging">Logging</a></h2>
  132.  
  133.     
  134.  
  135.     <ul>
  136.       <li><a href="http://www.onlamp.com/pub/a/apache/2000/03/10/log_rhythms.html">
  137.       Log Rhythms</a> (O'Reilly Network Apache DevCenter)</li>
  138.  
  139.       <li><a href="http://www.apacheweek.com/features/logfiles">Gathering
  140.       Visitor Information: Customising Your Logfiles</a>
  141.       (Apacheweek)</li>
  142.  
  143.       <li>Apache Guide: Logging <a href="http://apachetoday.com/news_story.php3?ltsn=2000-08-21-003-01-NW-LF-SW">
  144.       Part 1</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-08-28-001-01-NW-LF-SW">
  145.       Part 2</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-09-05-001-01-NW-LF-SW">
  146.       Part 3</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-09-18-003-01-NW-LF-SW">
  147.       Part 4</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-09-25-001-01-NW-LF-SW">
  148.       Part 5</a> (ApacheToday)</li>
  149.     </ul>
  150.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  151. <div class="section">
  152. <h2><a name="cgi_ssi" id="cgi_ssi">CGI and SSI</a></h2>
  153.  
  154.     
  155.  
  156.     <ul>
  157.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-06-05-001-10-NW-LF-SW">
  158.       Dynamic Content with CGI</a> (ApacheToday)</li>
  159.  
  160.       <li><a href="http://www.cpan.org/doc/FAQs/cgi/idiots-guide.html">
  161.       The Idiot's Guide to Solving Perl CGI Problems</a>
  162.       (CPAN)</li>
  163.  
  164.       <li><a href="http://www.linuxplanet.com/linuxplanet/tutorials/1445/1/">
  165.       Executing CGI Scripts as Other Users</a> (LinuxPlanet)</li>
  166.  
  167.       <li><a href="http://www.htmlhelp.org/faq/cgifaq.html">CGI
  168.       Programming FAQ</a> (Web Design Group)</li>
  169.  
  170.       <li>Introduction to Server Side Includes <a href="http://apachetoday.com/news_story.php3?ltsn=2000-06-12-001-01-PS">
  171.       Part 1</a> - <a href="http://apachetoday.com/news_story.php3?ltsn=2000-06-19-002-01-NW-LF-SW">
  172.       Part 2</a> (ApacheToday)</li>
  173.  
  174.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-06-26-001-01-NW-LF-SW">
  175.       Advanced SSI Techniques</a> (ApacheToday)</li>
  176.  
  177.       <li><a href="http://www.builder.com/Servers/ApacheFiles/082400/">Setting
  178.       up CGI and SSI with Apache</a> (CNET Builder.com)</li>
  179.     </ul>
  180.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  181. <div class="section">
  182. <h2><a name="other" id="other">Other Features</a></h2>
  183.  
  184.     
  185.  
  186.     <ul>
  187.       <li><a href="http://www.apacheweek.com/features/negotiation">Content
  188.       Negotiation Explained</a> (Apacheweek)</li>
  189.  
  190.       <li><a href="http://www.apacheweek.com/features/imagemaps">Using
  191.       Apache Imagemaps</a> (Apacheweek)</li>
  192.  
  193.       <li><a href="http://apachetoday.com/news_story.php3?ltsn=2000-06-14-002-01-PS">
  194.       Keeping Your Images from Adorning Other Sites</a>
  195.       (ApacheToday)</li>
  196.  
  197.       <li><a href="http://ppewww.ph.gla.ac.uk/~flavell/www/lang-neg.html">Language
  198.       Negotiation Notes</a> (Alan J. Flavell)</li>
  199.     </ul>
  200.  
  201.     <p>If you have a pointer to an accurate and well-written
  202.     tutorial not included here, please let us know by submitting it
  203.     to the <a href="http://bugs.apache.org/">Apache Bug
  204.     Database</a>.</p>
  205.   </div></div>
  206. <div class="bottomlang">
  207. <p><span>Available Languages: </span><a href="../en/misc/tutorials.html" title="English"> en </a></p>
  208. </div><div id="footer">
  209. <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
  210. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  211. </body></html>