slive 2002/08/19 18:24:08
Modified: htdocs/manual/misc tutorials.html
Log:
Clean up the tutorials by nuking the defunct apachetoday.com and providing
direct links to Ken's tutorials.
Revision Changes Path
1.12 +21 -57 httpd-docs-1.3/htdocs/manual/misc/tutorials.html
Index: tutorials.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/tutorials.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -b -u -r1.11 -r1.12
--- tutorials.html 23 Dec 2001 16:48:30 -0000 1.11
+++ tutorials.html 20 Aug 2002 01:24:08 -0000 1.12
@@ -27,14 +27,6 @@
<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>
-
- <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>
<li><a
href="http://www.onlamp.com/pub/a/apache/2000/02/24/installing_apache.html">
@@ -49,6 +41,11 @@
href="http://www.devshed.com/Server_Side/Administration/APACHE/">
How to Build the Apache of Your Dreams</a> (Developer
Shed)</li>
+
+ <li><a
+
href="http://apache-server.com/tutorials/ATgetting-started.html">Getting
+ Started with Apache 1.3</a> (Ken Coar)</li>
+
</ul>
<h2>Basic Configuration</h2>
@@ -60,20 +57,17 @@
Apache DevCenter)</li>
<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>
-
- <li><a
-
href="http://apachetoday.com/news_story.php3?ltsn=2000-07-17-001-01-PS">
- Setting Up Virtual Hosts</a> (ApacheToday)</li>
-
- <li><a
href="http://www.builder.com/Servers/Apache/ss02.html">Maximum
Apache: Configure Apache</a> (CNET Builder.com)</li>
<li><a
href="http://www.devshed.com/Server_Side/Administration/MoreApache/">
Getting More Out of Apache</a> (Developer Shed)</li>
+
+ <li><a
+ href="http://apache-server.com/tutorials/ATusing-htaccess.html">Using
+ .htaccess Files with Apache</a> (Ken Coar)</li>
+
</ul>
<h2>Security</h2>
@@ -99,19 +93,10 @@
href="http://linux.com/security/newsitem.phtml?sid=12&aid=3667">
Securing Apache - Access Control</a> (Linux.com)</li>
- <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)</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>
+ href="http://apache-server.com/tutorials/LPsuexec.html">Using
+ Apache with suexec on Linux</a> (Ken Coar)</li>
+
</ul>
<h2>Logging</h2>
@@ -126,25 +111,11 @@
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.cpan.org/doc/FAQs/cgi/idiots-guide.html">
@@ -158,19 +129,13 @@
<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>
+
+ <li><a
+
href="http://www.opendeveloper.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=1&page=1">How
+ to Set Up Server Side Includes in Apache</a> (OpenDeveloper.org)</li>
</ul>
<h2>Other Features</h2>
@@ -185,13 +150,12 @@
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>
+
+ <li><a
+ href="http://apache-server.com/tutorials/ATimage-theft.html">Preventing
+ Image 'Theft'</a> (Ken Coar)</li>
</ul>
<p>If you have a pointer to an accurate and well-written
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]