tutorials.html revision 2eaf662cbc81e823e8d9aeb8d54e69e63032493e
2N/A<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2N/A "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2N/A
2N/A<html xmlns="http://www.w3.org/1999/xhtml">
2N/A <head>
2N/A <meta name="generator" content="HTML Tidy, see www.w3.org" />
2N/A
2N/A <title>Apache Tutorials</title>
2N/A </head>
2N/A <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
2N/A
2N/A <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
2N/A vlink="#000080" alink="#FF0000">
2N/A <!--#include virtual="header.html" -->
2N/A
2N/A <blockquote>
2N/A <strong>Warning:</strong> This document has not been updated
2N/A to take into account changes made in the 2.0 version of the
2N/A Apache HTTP Server. Some of the information may still be
2N/A relevant, but please use it with care.
2N/A </blockquote>
2N/A
2N/A <h1 align="CENTER">Apache Tutorials</h1>
2N/A
2N/A <p>The following documents give you step-by-step instructions
2N/A on how to accomplish common tasks with the Apache http server.
2N/A Many of these documents are located at external sites and are
2N/A not the work of the Apache Software Foundation. Copyright to
2N/A documents on external sites is owned by the authors or their
2N/A assignees. Please consult the <a href="../">official Apache
2N/A Server documentation</a> to verify what you read on external
2N/A sites.</p>
2N/A
2N/A <h2>Installation &amp; Getting Started</h2>
2N/A
2N/A <ul>
2N/A <li><a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-06-1-001-01-NW-DP-LF">
2N/A Getting Started with Apache 1.3</a> (ApacheToday)</li>
2N/A
2N/A <li><a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-07-10-001-01-NW-LF-SW">
2N/A Configuring Your Apache Server Installation</a>
2N/A (ApacheToday)</li>
2N/A
2N/A <li><a
2N/A href="http://oreilly.apacheweek.com/pub/a/apache/2000/02/24/installing_apache.html">
2N/A Getting, Installing, and Running Apache (on Unix)</a>
2N/A (O'Reilly Network Apache DevCenter)</li>
2N/A
2N/A <li><a
2N/A href="http://www.builder.com/Servers/Apache/ss01.html">Maximum
2N/A Apache: Getting Started</a> (CNET Builder.com)</li>
2N/A
2N/A <li><a
2N/A href="http://www.devshed.com/Server_Side/Administration/APACHE/">
2N/A How to Build the Apache of Your Dreams</a> (Developer
2N/A Shed)</li>
2N/A </ul>
2N/A
2N/A <h2>Basic Configuration</h2>
2N/A
2N/A <ul>
2N/A <li><a
2N/A href="http://oreilly.apacheweek.com/pub/a/apache/2000/03/02/configuring_apache.html">
2N/A An Amble Through Apache Configuration</a> (O'Reilly Network
2N/A Apache DevCenter)</li>
2N/A
2N/A <li><a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-07-19-002-01-NW-LF-SW">
2N/A Using .htaccess Files with Apache</a> (ApacheToday)</li>
2N/A
2N/A <li><a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-07-17-001-01-PS">
2N/A Setting Up Virtual Hosts</a> (ApacheToday)</li>
2N/A
2N/A <li><a
2N/A href="http://www.builder.com/Servers/Apache/ss02.html">Maximum
2N/A Apache: Configure Apache</a> (CNET Builder.com)</li>
2N/A
2N/A <li>Getting More Out of Apache <a
2N/A href="http://www.devshed.com/Server_Side/Administration/MoreApache/">
2N/A Part 1</a> - <a
2N/A href="http://www.devshed.com/Server_Side/Administration/MoreApache2/">
2N/A Part 2</a> (Developer Shed)</li>
2N/A </ul>
2N/A
2N/A <h2>Security</h2>
2N/A
2N/A <ul>
2N/A <li><a
2N/A href="http://www.linuxplanet.com/linuxplanet/tutorials/1527/1/">
2N/A Security and Apache: An Essential Primer</a>
2N/A (LinuxPlanet)</li>
2N/A
2N/A <li><a
2N/A href="http://www.apacheweek.com/features/userauth">Using User
2N/A Authentication</a> (Apacheweek)</li>
2N/A
2N/A <li><a href="http://www.apacheweek.com/features/dbmauth">DBM
2N/A User Authentication</a> (Apacheweek)</li>
2N/A
2N/A <li><a
2N/A href="http://linux.com/security/newsitem.phtml?sid=12&amp;aid=3549">
2N/A An Introduction to Securing Apache</a> (Linux.com)</li>
2N/A
2N/A <li><a
2N/A href="http://linux.com/security/newsitem.phtml?sid=12&amp;aid=3667">
2N/A Securing Apache - Access Control</a> (Linux.com)</li>
2N/A
2N/A <li>Apache Authentication <a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-07-24-002-01-NW-LF-SW">
2N/A Part 1</a> - <a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-07-31-001-01-NW-DP-LF">
2N/A Part 2</a> - <a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-08-07-001-01-NW-LF-SW">
2N/A Part 3</a> - <a
2N/A href="http://apachetoday.com/news_story.php3?ltsn=2000-08-14-001-01-NW-LF-SW">
2N/A Part 4</a> (ApacheToday)</li>
<li><a
href="http://apachetoday.com/news_story.php3?ltsn=2000-11-13-003-01-SC-LF-SW">
mod_access: Restricting Access by Host</a> (ApacheToday)</li>
</ul>
<h2>Logging</h2>
<ul>
<li><a
href="http://oreilly.apacheweek.com/pub/a/apache/2000/03/10/log_rhythms.html">
Log Rhythms</a> (O'Reilly Network Apache DevCenter)</li>
<li><a
href="http://www.apacheweek.com/features/logfiles">Gathering
Visitor Information: Customising Your Logfiles</a>
(Apacheweek)</li>
<li>Apache Guide: Logging <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-08-21-003-01-NW-LF-SW">
Part 1</a> - <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-08-28-001-01-NW-LF-SW">
Part 2</a> - <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-09-05-001-01-NW-LF-SW">
Part 3</a> - <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-09-18-003-01-NW-LF-SW">
Part 4</a> - <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-09-25-001-01-NW-LF-SW">
Part 5</a> (ApacheToday)</li>
</ul>
<h2>CGI and SSI</h2>
<ul>
<li><a
href="http://apachetoday.com/news_story.php3?ltsn=2000-06-05-001-10-NW-LF-SW">
Dynamic Content with CGI</a> (ApacheToday)</li>
<li><a
href="http://www.perl.com/CPAN-local/doc/FAQs/cgi/idiots-guide.html">
The Idiot's Guide to Solving Perl CGI Problems</a>
(CPAN)</li>
<li><a
href="http://www.linuxplanet.com/linuxplanet/tutorials/1445/1/">
Executing CGI Scripts as Other Users</a> (LinuxPlanet)</li>
<li><a href="http://www.htmlhelp.org/faq/cgifaq.html">CGI
Programming FAQ</a> (Web Design Group)</li>
<li>Introduction to Server Side Includes <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-06-12-001-01-PS">
Part 1</a> - <a
href="http://apachetoday.com/news_story.php3?ltsn=2000-06-19-002-01-NW-LF-SW">
Part 2</a> (ApacheToday)</li>
<li><a
href="http://apachetoday.com/news_story.php3?ltsn=2000-06-26-001-01-NW-LF-SW">
Advanced SSI Techniques</a> (ApacheToday)</li>
<li><a
href="http://www.builder.com/Servers/ApacheFiles/082400/">Setting
up CGI and SSI with Apache</a> (CNET Builder.com)</li>
</ul>
<h2>Other Features</h2>
<ul>
<li><a
href="http://www.apacheweek.com/features/negotiation">Content
Negotiation Explained</a> (Apacheweek)</li>
<li><a
href="http://www.apacheweek.com/features/imagemaps">Using
Apache Imagemaps</a> (Apacheweek)</li>
<li><a
href="http://apachetoday.com/news_story.php3?ltsn=2000-06-14-002-01-PS">
Keeping Your Images from Adorning Other Sites</a>
(ApacheToday)</li>
<li><a
href="http://ppewww.ph.gla.ac.uk/~flavell/www/lang-neg.html">Language
Negotiation Notes</a> (Alan J. Flavell)</li>
</ul>
<p>If you have a pointer to a an accurate and well-written
tutorial not included here, please let us know by submitting it
to the <a href="http://bugs.apache.org/">Apache Bug
Database</a>. <!--#include virtual="footer.html" -->
</p>
</body>
</html>