Mailing List Archive

cvs commit: httpd-docs-1.3/htdocs/manual/misc tutorials.html
slive 00/09/11 11:40:52

Modified: htdocs/manual index.html
Added: htdocs/manual/misc tutorials.html
Log:
Add a document listing some good tutorials (mostly external).
Hopefully this will not turn out to be a nightmare to maintain.

Revision Changes Path
1.32 +1 -0 httpd-docs-1.3/htdocs/manual/index.html

Index: index.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/index.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- index.html 2000/09/08 23:06:42 1.31
+++ index.html 2000/09/11 18:40:48 1.32
@@ -47,6 +47,7 @@
<H3><A NAME="oth">Other Notes</A></H3>
<UL>
<LI><A HREF="misc/FAQ.html">Frequently Asked Questions</A>
+<LI><A HREF="/misc/tutorials.html">Tutorials</A>
<LI><A HREF="misc/rewriteguide.html">URL Rewriting Guide</A>
<LI><A HREF="misc/perf-tuning.html">General Performance hints</A> for
getting the best performance out of Apache



1.1 httpd-docs-1.3/htdocs/manual/misc/tutorials.html

Index: tutorials.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache Tutorials</TITLE>
</HEAD>

<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#000080"
ALINK="#FF0000"
>
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Tutorials</H1>

<P>The following documents give you step-by-step instructions on how
to accomplish common tasks with the Apache http server. Many of these
documents are located at external sites and are not the work of the
Apache Software Foundation. Copyright to documents on external sites
is owned by the authors or their assignees. Please consult the <A
HREF="../">official Apache Server documentation</A> to verify what you
read on external sites.


<H2>Installation & Getting Started</H2>

<UL>

<LI><A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-06-1-001-01-NW-DP-LF"
>Getting Started with Apache 1.3</A> (ApacheToday)

<LI><A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-07-10-001-01-NW-LF-SW"
>Configuring Your Apache Server Installation</A> (ApacheToday)

<LI><A
HREF="http://oreilly.apacheweek.com/pub/a/apache/2000/02/24/installing_apache.html"
>Getting, Installing, and Running Apache (on Unix)</A> (O'Reilly
Network Apache DevCenter)

<LI><A HREF="../windows.html">Using Apache With Microsoft Windows</A>

<LI><A HREF="../netware.html">Using Apache With Novell Netware 5</A>

<LI><A HREF="http://www.builder.com/Servers/Apache/ss01.html">Maximum
Apache: Getting Started</A> (CNET Builder.com)

</UL>


<H2>Basic Configuration</H2>

<UL>

<LI><A
HREF="http://oreilly.apacheweek.com/pub/a/apache/2000/03/02/configuring_apache.html"
>An Amble Through Apache Configuration</A> (O'Reilly Network Apache
DevCenter)

<LI><A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-07-19-002-01-NW-LF-SW"
>Using .htaccess Files with Apache</A> (ApacheToday)

<LI><A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-07-17-001-01-PS"
>Setting Up Virtual Hosts</A> (ApacheToday)

<LI><A HREF="http://www.builder.com/Servers/Apache/ss02.html">Maximum
Apache: Configure Apache</A> (CNET Builder.com)

</UL>

<H2>Security</H2>

<UL>

<LI><A
HREF="http://www.linuxplanet.com/linuxplanet/tutorials/1527/1/">Security
and Apache: An Essential Primer</A> (LinuxPlanet)

<LI><A HREF="http://www.apacheweek.com/features/userauth">Using User
Authentication</A> (Apacheweek)

<LI><A HREF="http://www.apacheweek.com/features/dbmauth">DBM User
Authentication</A> (Apacheweek)

<LI><A
HREF="http://linux.com/security/newsitem.phtml?sid=12&aid=3549">An
Introduction to Securing Apache</A> (Linux.com)

<LI><A
HREF="http://linux.com/security/newsitem.phtml?sid=12&aid=3667">Securing
Apache - Access Control</A> (Linux.com)

<LI>Apache Authentication <A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-07-24-002-01-NW-LF-SW"
>Part 1</A> - <A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-07-31-001-01-NW-DP-LF"
>Part 2</A> - <A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-08-07-001-01-NW-LF-SW"
>Part 3</A> - <A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-08-14-001-01-NW-LF-SW"
>Part 4</A> (ApacheToday)

</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><A HREF="http://www.apacheweek.com/features/logfiles">Gathering
Visitor Information: Customising Your Logfiles</A> (Apacheweek)

</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><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><A
HREF="http://www.linuxplanet.com/linuxplanet/tutorials/1445/1/">Executing
CGI Scripts as Other Users</A> (LinuxPlanet)

<LI><A HREF="http://www.htmlhelp.org/faq/cgifaq.html">CGI Programming
FAQ</A> (Web Design Group)

<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>

<LI><A
HREF="http://apachetoday.com/news_story.php3?ltsn=2000-06-26-001-01-NW-LF-SW"
>Advanced SSI Techniques</A> (ApacheToday)

<LI><A
HREF="http://www.builder.com/Servers/ApacheFiles/082400/">Setting up
CGI and SSI with Apache</A> (CNET Builder.com)

</UL>

<H2>Other Features</H2>

<UL>

<LI><A HREF="http://www.apacheweek.com/features/negotiation">Content
Negotiation Explained</A> (Apacheweek)

<LI><A HREF="http://www.apacheweek.com/features/imagemaps">Using
Apache Imagemaps</A> (Apacheweek)

<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)

</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" -->
</BODY>
</HTML>
Re: cvs commit: httpd-docs-1.3/htdocs/manual/misc tutorials.html [ In reply to ]
On 11 Sep 2000 slive@locus.apache.org wrote:

> slive 00/09/11 11:40:52
>
> Modified: htdocs/manual index.html
> Added: htdocs/manual/misc tutorials.html
> Log:
> Add a document listing some good tutorials (mostly external).

Very cool.

> Hopefully this will not turn out to be a nightmare to maintain.

I would suggest only taking the best of the best. I doubt all those
tutorials are really good? Hmn, looking quickly through the list of
links it looks like it's all pointing to quality sources. :-/

We should have something automated to check for broken links.


- ask

--
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>
Re: cvs commit: httpd-docs-1.3/htdocs/manual/misc tutorials.html [ In reply to ]
On 11 Sep 2000 slive@locus.apache.org wrote:

> slive 00/09/11 11:40:52
>
> Modified: htdocs/manual index.html
> Added: htdocs/manual/misc tutorials.html
> Log:
> Add a document listing some good tutorials (mostly external).

Very cool.

> Hopefully this will not turn out to be a nightmare to maintain.

I would suggest only taking the best of the best. I doubt all those
tutorials are really good? Hmn, looking quickly through the list of
links it looks like it's all pointing to quality sources. :-/

We should have something automated to check for broken links.


- ask

--
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>
RE: cvs commit: httpd-docs-1.3/htdocs/manual/misc tutorials.html [ In reply to ]
How do I unsubscribe to this list?

-----Original Message-----
From: Ask Bjoern Hansen [mailto:ask@apache.org]
Sent: Monday, September 11, 2000 3:20 PM
To: apache-docs@apache.org
Cc: httpd-docs-1.3-cvs@apache.org
Subject: Re: cvs commit: httpd-docs-1.3/htdocs/manual/misc
tutorials.html


On 11 Sep 2000 slive@locus.apache.org wrote:

> slive 00/09/11 11:40:52
>
> Modified: htdocs/manual index.html
> Added: htdocs/manual/misc tutorials.html
> Log:
> Add a document listing some good tutorials (mostly external).

Very cool.

> Hopefully this will not turn out to be a nightmare to maintain.

I would suggest only taking the best of the best. I doubt all those
tutorials are really good? Hmn, looking quickly through the list of
links it looks like it's all pointing to quality sources. :-/

We should have something automated to check for broken links.


- ask

--
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>
RE: cvs commit: httpd-docs-1.3/htdocs/manual/misc tutorials.html [ In reply to ]
On Mon, 11 Sep 2000, Thornton, Randy wrote:

> How do I unsubscribe to this list?

In all the message headers it says:

list-help: <mailto:apache-docs-help@apache.org>
list-unsubscribe: <mailto:apache-docs-unsubscribe@apache.org>

So, what do you think?

If it doesn't work, mail apache-docs-owner@apache.org and someone
will help.


- ask

--
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>
RE: cvs commit: httpd-docs-1.3/htdocs/manual/misc tutorials.html [ In reply to ]
On Mon, 11 Sep 2000, Thornton, Randy wrote:

> How do I unsubscribe to this list?

Send a message to apache-docs-unsubscribe@apache.org

Ryan

_______________________________________________________________________________
Ryan Bloom rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------