]> granicus.if.org Git - apache/blob - docs/manual/index.html.en
This is essentially a straw-man for people to hate until they come up with
[apache] / docs / manual / index.html.en
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
5 <title>Apache HTTP Server Version 2.0 Documentation</title><link
6 href="./style/css/manual.css" rel="stylesheet" media="all"
7 type="text/css" title="Main stylesheet" />
8 <style type="text/css" media="all">
9 <!--
10 /* undo move content left */
11 div#page-content {
12     margin-right: 2em;
13     padding-right: 0px;
14     margin-left: 2em;
15 }
16
17 th {
18     background-color: #e5ecf3;
19 }
20 -->
21 </style>
22
23 <link
24 href="./images/favicon.ico" rel="shortcut icon" /></head><body
25 id="manual-page"><div id="page-header"><p class="menu"><a
26 href="./mod/">Modules</a> | <a
27 href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a>
28 | <a href="./glossary.html">Glossary</a> | <a
29 href="./sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP
30 Server Version 2.0</p><img alt="" src="./images/feather.gif"
31 /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-"
32 src="./images/left.gif" /></a></div><div id="path"><a
33 href="http://www.apache.org/">Apache</a> &gt; <a
34 href="http://httpd.apache.org/">HTTP Server</a> &gt; <a
35 href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a
36 href="./">Version 2.0</a></div>
37
38 <div id="page-content">
39 <h1>Apache HTTP Server Version 2.0 Documentation</h1>
40
41
42
43 <div align="center"><form method="post" action="http://search.apache.org/">
44               <input type="hidden" name="what"
45               value="httpd.apache.org" /> <input type="hidden"
46               name="results" value="20" /> <input type="hidden"
47               name="version" value="2" /> <input type="text"
48               name="keyword" size="20" /> <input type="submit"
49               value="Search" />
50             </form></div>
51
52
53 <table style="border: 0">
54 <tr><td style="width: 33%">
55
56 <table style="width: 100%">
57 <tr>
58 <th>Release Notes</th>
59 </tr>
60 <tr><td>
61 <a href="new_features_2_0.html">New Features in Version 2.0</a></td></tr>
62               
63 <tr><td><a href="upgrading.html">Upgrading to Version
64                 2.0</a> </td></tr>
65               
66 <tr><td><a href="LICENSE">Apache License</a> </td>
67
68 </tr>
69 <tr><td>&nbsp;</td></tr>
70 <tr>
71 <th>Reference Manual</th>
72 </tr>
73
74                 <tr><td><a href="install.html">Compiling and
75                 Installing</a> </td></tr>
76               
77                 <tr><td><a href="invoking.html">Starting</a> </td></tr>
78               
79                 <tr><td><a href="stopping.html">Stopping or
80                 Restarting</a> </td></tr>
81               
82                 <tr><td><a href="mod/directives.html">Run-time
83                 Configuration Directives</a> </td></tr>
84               
85                 <tr><td><a href="mod/">Modules</a> </td></tr>
86               
87                 <tr><td><a href="mpm.html">Multi-Processing Modules
88                 (MPMs)</a> </td></tr>
89               
90                 <tr><td><a href="filter.html">Filters</a> </td></tr>
91               
92                 <tr><td><a href="handler.html">Handlers</a> </td></tr>
93               
94                 <tr><td><a href="programs/">Server and Supporting
95                 Programs</a> </td></tr>
96               
97                 <tr><td><a href="glossary.html">Glossary</a> </td></tr>
98 </table>
99 </td>
100
101 <td style="width: 33%">
102 <table style="width: 100%">
103 <tr>
104 <th>Users' Guide</th>
105 </tr>
106               
107                 <tr><td><a href="configuring.html">Configuration
108                 Files</a> </td></tr>
109               
110                 <tr><td><a href="content-negotiation.html">Content
111                 negotiation</a> </td></tr>
112               
113                 <tr><td><a href="dso.html">Dynamic Shared 
114                 Objects (DSO)</a> </td></tr>
115               
116                 <tr><td><a href="env.html">Environment Variables</a>
117                 </td></tr>
118               
119               
120                 <tr><td><a href="logs.html">Log Files</a> </td></tr>
121               
122                 <tr><td><a href="urlmapping.html">Mapping URLs to the
123                 Filesystem</a> </td></tr>
124               
125                 <tr><td><a href="misc/perf-tuning.html">Performance 
126                 hints</a> </td></tr>
127               
128                 <tr><td><a href="misc/security_tips.html">Security
129                 tips</a> </td></tr>
130               
131                 <tr><td><a href="server-wide.html">Server-Wide
132                 Configuration</a> </td></tr>
133               
134                 <tr><td><a href="ssl/">SSL/TLS Encryption</a></td></tr>
135               
136                 <tr><td><a href="suexec.html">Suexec Execution
137                 for CGI</a> </td></tr>
138               
139                 <tr><td><a href="misc/rewriteguide.html">URL Rewriting
140                 Guide</a> </td></tr>
141               
142                 <tr><td><a href="vhosts/">Virtual Hosts</a> </td></tr>
143
144 </table>
145 </td>
146 <td style="width: 33%">
147 <table style="width: 100$">
148 <tr>
149 <th>How-To / Tutorials</th>
150 </tr>
151
152                 <tr><td><a href="howto/auth.html">Authentication,
153                 Authorization, and Access Control</a></td></tr>
154               
155                 <tr><td><a href="howto/cgi.html">CGI: Dynamic 
156                 Content</a> </td></tr>
157
158                 <tr><td><a
159                 href="howto/htaccess.html"><code>.htaccess</code> files</a>
160                 </td></tr>
161
162                 <tr><td><a href="howto/ssi.html">Server Side
163                 Includes (SSI)</a> </td></tr>
164               
165                 <tr><td><a href="howto/public_html.html">User web
166                 directories (<code>public_html</code>)</a> </td></tr>
167               
168
169 <tr><td>&nbsp;</td></tr>
170 <tr>
171 <th>Platform Specific Notes</th>
172 </tr>
173                 <tr><td><a href="platform/windows.html">Microsoft
174                 Windows</a> </td></tr>
175
176                 <tr><td><a href="platform/netware.html">Novell NetWare
177                 </a> </td></tr>
178
179 <tr><td>&nbsp;</td></tr>
180 <tr>
181 <th>Other Topics</th>
182 </tr>
183
184                 <tr><td><a href="faq/">Frequently Asked Questions</a>
185                 </td></tr>
186               
187                 <tr><td><a href="sitemap.html">SiteMap</a>
188                 </td></tr>
189               
190                 <tr><td><a href="misc/tutorials.html">Tutorials</a>
191                 </td></tr>
192               
193                 <tr><td><a href="developer/">Documentation for
194                 Developers</a> </td></tr>
195               
196                 <tr><td><a href="misc/">Other Notes</a> </td></tr>
197 </table>
198
199 </td></tr></table>
200
201 </div>    
202 <div id="footer"><p class="apache">Maintained by the <a
203 href="http://httpd.apache.org/docs-project/">Apache HTTP Server
204 Documentation Project</a></p><p class="menu"><a
205 href="./mod/">Modules</a> | <a
206 href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a>
207 | <a href="./glossary.html">Glossary</a> | <a
208 href="./sitemap.html">Sitemap</a></p></div></body></html>