summaryrefslogtreecommitdiff
path: root/APACHE_1_3_42/htdocs/manual/misc/tutorials.html
blob: f57e07f71814f45f287cec7c57466ed16a446781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />

    <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.</p>

    <h2>Installation &amp; Getting Started</h2>

    <ul>

      <li><a
      href="http://www.onlamp.com/pub/a/apache/2000/02/24/installing_apache.html">
      Getting, Installing, and Running Apache (on Unix)</a>
      (O'Reilly Network Apache DevCenter)</li>

      <li><a
      href="http://www.builder.com/Servers/Apache/ss01.html">Maximum
      Apache: Getting Started</a> (CNET Builder.com)</li>

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

    <ul>
      <li><a
      href="http://www.onlamp.com/pub/a/apache/2000/03/02/configuring_apache.html">
      An Amble Through Apache Configuration</a> (O'Reilly Network
      Apache DevCenter)</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.melonfire.com/community/columns/trog/article.php?id=41">
      Getting More Out of Apache</a> (Melonfire)</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>

    <ul>
      <li><a
      href="http://www.linuxplanet.com/linuxplanet/tutorials/1527/1/">
      Security and Apache: An Essential Primer</a>
      (LinuxPlanet)</li>

      <li><a
      href="http://www.apacheweek.com/features/userauth">Using User
      Authentication</a> (Apacheweek)</li>

      <li><a href="http://www.apacheweek.com/features/dbmauth">DBM
      User Authentication</a> (Apacheweek)</li>

      <li><a
      href="http://linux.com/security/newsitem.phtml?sid=12&amp;aid=3549">
      An Introduction to Securing Apache</a> (Linux.com)</li>

      <li><a
      href="http://linux.com/security/newsitem.phtml?sid=12&amp;aid=3667">
      Securing Apache - Access Control</a> (Linux.com)</li>

      <li><a
      href="http://apache-server.com/tutorials/LPsuexec.html">Using
      Apache with suexec on Linux</a> (Ken Coar)</li>

    </ul>

    <h2>Logging</h2>

    <ul>
      <li><a
      href="http://www.onlamp.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>

    </ul>

    <h2>CGI and SSI</h2>

    <ul>

      <li><a
      href="http://www.cpan.org/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><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>

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